.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,233,245;--color-primary-1:163,190,226;--color-primary-2:102,146,206;--color-primary-3:37,80,170;--color-primary-4:0,74,173;--color-secondary-0:224,222,218;--color-secondary-1:153,144,133;--color-secondary-2:51,33,10;--color-secondary-3:26,17,5;--color-secondary-4:8,5,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Dosis"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { border-width: 0; border-radius: 0; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.1875rem;left:3.875rem;height:9.45rem;font-style:normal;display:block; }
#FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.875rem;height:2.4375rem;font-style:normal;display:block; }
#iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { position:absolute;display:block;z-index:15001;background-color:#dadce0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:33.125rem;width:23.3125rem;top:6.75rem;left:48.750000953674rem;display:block; }
#DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:5.4375rem;width:23.3125rem;top:1.9375rem;left:48.75rem;display:block; }
#DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.1875rem;left:51.125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-form-header {  }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;line-height:1; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:18.625rem;box-sizing:border-box;height:2.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),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:18.625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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:#dadce0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:18.625rem;box-sizing:border-box;height:2.125rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.8125rem;height:3.125rem;font-family:roboto;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-moz-placeholder { color:#282828;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-moz-placeholder { color:#282828;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-ms-input-placeholder { color:#282828;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-webkit-input-placeholder { color:#282828;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.625rem;overflow:hidden;font-style:normal;float:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:first-of-type{padding-top:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:last-of-type{padding-bottom:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.375rem;left:49.843750953674rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.375rem;left:49.843750953674rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #qdmnlfAUCiEdZqHUELu3xAF3RtJI6Osa { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #KGAFeJePwBxLtwhk5gQCQu0hT72faMKt { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Fl7ChwZPHOzOTDgUBgAFKnibD111TtJB { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #TTobIPtwaRlpX3cJfqqoBBuWXPTWKnD3 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #yiRcyBwLRl6RPQloUNhlvMIxvBKiltwt { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #zugoe8MyIpLnpduloBVgpNh7raXia5k3 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #yWk6ldJdkLTo3sMkdKZ4I6hAOGkRSSOS { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #xEcFwC2zch5s5binUJbuzFBmJ3qeUA9T { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Cw9wiIAbw27661M6PGmHRz8ISDBruJ3o { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #T7KlaaADwn5KfLS4c7HxEIMQiH9hK6qX { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #mzmAAUdcZtAecS02bpL12FcI5iotTQGh { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #tHTkQcqoM2vb1SaTyPwTnGWWqBmlsiT2 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #rTKcNeRC2TlwNQezTtdGqXst90oIbXgp { position:relative;display:block;z-index:15000; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #MXRBrxS6tm803hTACcUNwcuR03Skc2fx { position:relative;display:block;z-index:15000; }
#SFwq51pyO9izyG3ELsxRALOesv75rkLE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.1875rem;top:1.9375rem;left:3.875rem;overflow:hidden;display:block; }
#awViwfb7dieHsQ0wiBf0BRmLkalL3yxB { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.875rem;height:2.4375rem;font-style:normal;display:none; }
#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { background-color: transparent; background-image: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container > .video-iframe-container { display: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container { display: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .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); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { border-width: 0; border-radius: 0; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#se4kkT7Q6n12UlInv6yEeqewHq7yozpw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.609375rem;left:9.5242195129394rem;height:1.1375rem;font-style:normal;display:block; }
#sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:27rem;height:1.1375rem;font-style:normal;display:block; }
#qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.75rem;left:7.63671875rem; }
#tdv2TcRJ02NORqabdNA067tAN1ULUXNt { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.8125rem;left:25.25rem; }
#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { background-color: transparent; background-image: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container > .video-iframe-container { display: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container { display: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .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); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { border-width: 0; border-radius: 0; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#P4UVtblxVpBCN8Qo0JpoJqqSlRdFqNWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.2500000894069rem;left:27.375000953674rem;height:8.04375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFH42DewSVn0yXriIftQNzg9ZHHAtNXm { color:#1a1a1a;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.0625rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDU3egXOe8oZ1Z4ihRheFb2WdPLuDMHO { position:absolute;display:block;z-index:15007;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-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.1875rem;width:3.75rem;top:16.5rem;left:35.6875rem;display:block; }
#hDwTzuRZCoynpeDJGTqSFntzMd040TAT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:68.75rem;top:18.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG > .row .container { border-width: 0; border-radius: 0; }#h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:none; }#XxFUTGkJSa3b450dwzVpyrNWk4cT8U2K { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:28.5rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INszf1WyT5p0VpTmHILGK0I48Tm7GF8m { color:#1a1a1a;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.25rem;left:16.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9fqiPF4fXtc1SvsyuU4CXM8QERXyetT { position:absolute;display:block;z-index:15007;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-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.1875rem;width:3.75rem;top:12.6875rem;left:35.6875rem;display:block; }
#MNI55AVNBlKF5aBPPpJstlC2W3NcV6OA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB.adaptive-delivery-prevent-bg, #Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB.lazyload, #Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB.lazyloading { background-image: none; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container { background-color: transparent; background-image: none; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #161616; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container > .video-iframe-container { display: none; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #161616; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row > .video-iframe-container { display: none; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .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); }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container { border-width: 0; border-radius: 0; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#arw4lHMBKacV1vuRpkxzyGOruedXRkLp { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.578125rem;left:23.156251907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlBvN6CQC67N7frcC9ozIovV28RX7gq8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:75rem;top:7.5117197036744rem;left:0rem;overflow:hidden;display:block; }
#HwMHwPy4Scyue30oxDPkvNZJXZBTyvMT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.8242197036743rem;left:35.625001907349rem;display:block; }
#hJJBTPXAzh7vvKgSLycOFB7A902mwaqf { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.4375rem;left:30.500001907349rem;display:block; }
#DhoKUSFWgxdox23hz4ZqR4PWrlwfmmnb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container { background-color: transparent; background-image: none; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container > .video-iframe-container { display: none; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row > .video-iframe-container { display: none; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .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); }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container { border-width: 0; border-radius: 0; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#L2T6HGRFGsxkJ5QoVe9ToL53AXTPLP7K { color:rgba(var(--color-tertiary-0),1);display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:7.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qK0UC8DUUFnlm8k4pK0JkwICGkRVuyWW { color:#2684fc;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZSiKQ3inEZCoTJidualSiNlvOkXF9U0 { position:absolute;display:block;z-index:15008;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:10rem;width:75rem;top:7.574999809265rem;left:0rem;overflow:hidden;display:block; }
#MWVSegP7STpxxWGBipkCrEZglwGsxXiH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MWVSegP7STpxxWGBipkCrEZglwGsxXiH > .row .container { border-width: 0; border-radius: 0; }#MWVSegP7STpxxWGBipkCrEZglwGsxXiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWVSegP7STpxxWGBipkCrEZglwGsxXiH > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:none; }#zJc2T8kLxxel0G90mKDzqeN7uz4TcHn8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.8242197036743rem;left:35.625001907349rem;display:none; }
#TC1MoOLduFXmS43Pkk4uBSV7P93zGTJK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.578125rem;left:23.156251907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wrMi3Xrcai8I14seoyBc8QKsFQTpQfAZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:5.5625rem;top:7.5117197036744rem;left:0rem;overflow:hidden;display:none; }
#cOocG0NFqVJthKU9VSX7oWp75J41tn0z { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.03750038147rem;left:32.437501907349rem;display:none; }
#wRU9p8e7OicveubZkVVmWuUmO93VJ1I6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T > .row .container { border-width: 0; border-radius: 0; }#asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:none; }#ZOL35FOhzdFyPmA6DALJA1wmR6CUK6K4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:7.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWzimWkbqczG8X47bklbNgzHAMyvWpiG { color:#2684fc;display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:7.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ut5gJKdT8URdo4TXPPrwvOWXiXmwyAyo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:19.625rem;top:7.574999809265rem;left:0rem;overflow:hidden;display:block; }
#spkCNalPJc1w094SbC9JzPc06lQ095a4 { position:relative;display:block; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 { background-color: transparent; background-image: none; }#spkCNalPJc1w094SbC9JzPc06lQ095a4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .row .container > .video-iframe-container { display: none; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .row > .video-iframe-container { display: none; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .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); }#spkCNalPJc1w094SbC9JzPc06lQ095a4 { border-width: 0; border-radius: 0; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .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; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .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:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XDmNvVu9zKVlsm9oWpP4C52D7qT2WTR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1617202758789rem;left:7.3125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeWufBRirgCMMU1CouFy1srMIQdOBvsy { position:absolute;display:block;z-index:15008;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:35rem;width:62.5rem;top:4.1109375059604rem;left:6.25rem;overflow:hidden;display:block; }
#qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL { position:relative;display:none; }#qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL { border-width: 0; border-radius: 0; }#qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL > .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; }#qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL > .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:39.25rem;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:none; }#kngUdkgLgXwk3sbJm2aGTQxUGITrOMv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1617202758789rem;left:7.3125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJFrlBZchCTH4XwWm4iuUcWvPP0mHcJB { position:absolute;display:block;z-index:15008;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:35rem;width:47.375rem;top:4.1109375059604rem;left:6.25rem;overflow:hidden;display:block; }
#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh { position:relative;display:block; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh { background-color: transparent; background-image: none; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .row .container > .video-iframe-container { display: none; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .row > .video-iframe-container { display: none; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .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); }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh { border-width: 0; border-radius: 0; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .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; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .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:23.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nzVMfag2JOb4gIWe2sG7xUdVCU7n1zmq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:63rem;top:0rem;left:5.9992189407349rem;overflow:hidden;display:block; }
#kNVsxip1u4al7VBKMf3cWTlf2ur52QVh { position:relative;display:none; }#kNVsxip1u4al7VBKMf3cWTlf2ur52QVh { border-width: 0; border-radius: 0; }#kNVsxip1u4al7VBKMf3cWTlf2ur52QVh > .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; }#kNVsxip1u4al7VBKMf3cWTlf2ur52QVh > .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:23.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Kn9d4lwBt4SrcaOOCGVaXNO2Nh9PBqyI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:62.5rem;top:0rem;left:6.25rem;overflow:hidden;display:none; }
#u8zBxo0agx0gUIHdXp4DD8ev0FTS2Xe3 { position:absolute;display:block;z-index:15007;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-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.1875rem;width:3.75rem;top:12.6875rem;left:35.6875rem;display:none; }
#NEU4iz7x5LmO5dAg2nbzxeBGZWFWsswr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:open;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.625rem;top:5.3125rem;left:0rem;display:none; }
#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container { background-color: transparent; background-image: none; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container > .video-iframe-container { display: none; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row > .video-iframe-container { display: none; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .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); }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container { border-width: 0; border-radius: 0; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aqb31xfslkBwDzhsaBqtCwBwQCQGDz7u { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.8437504768369rem;left:31.281251907349rem;display:block; }
#PUdbWdpF1qgzPfT5r71TsHC5CSd5TyMr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpuReQLgToRyKAKUM0P9T62rz12zDZxF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKDnhWJhHD2wEJdIXQQAHBRaHwBKWeVp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdHGCsKrsygZHrDiTnpaxLIU0UCSOpnE { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:5.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddkLeIKXE15ArAL3ha4zkF3fq3bFsgoT { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.7367181777956rem;left:51.236718177796rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E5UPK4lCDrh3h52aNTLF8wRU7TIb9Vb0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.75rem;left:60.625rem; }
#E5UPK4lCDrh3h52aNTLF8wRU7TIb9Vb0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#a57tJiQp7L9UJpCLxD9uddIIhaciDFQo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.6875rem;left:63.8125rem; }
#a57tJiQp7L9UJpCLxD9uddIIhaciDFQo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#fx1w4DfV0d3JcA8hF2dRO0nRQicZaMEB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.6875123977661rem;left:66.937500953675rem; }
#fx1w4DfV0d3JcA8hF2dRO0nRQicZaMEB > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#cv8wBnkKXNCUwLEBT6uMpzBCN8mippee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cv8wBnkKXNCUwLEBT6uMpzBCN8mippee > .row .container { border-width: 0; border-radius: 0; }#cv8wBnkKXNCUwLEBT6uMpzBCN8mippee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cv8wBnkKXNCUwLEBT6uMpzBCN8mippee > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#u9yA1WlWApDrASvVJya04xpMxST7xPuG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3937511444092rem;left:20.34218788147rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uWLoOBqRRzzGPCy0DpyrZal5KkVhzJia { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.03750038147rem;left:32.437501907349rem;display:block; }
#dKpsamqZUp4Sf0UBoQ8wddh4LlgMalII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRWa6tlRCchtcs1dnavNLFhRLRTyXo1W { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:5.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQm8Wh2HflDZweld7If9JezB7pRJXv5w { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:5.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiOGkcWxnmKOuznCmmG7sMpp02GFQMI8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.75rem;left:60.625rem;display:none; }
#oiOGkcWxnmKOuznCmmG7sMpp02GFQMI8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QTqHLT2ZeMgSGThAKq9SkPAt3amUJEbk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.75rem;left:64.375rem;display:none; }
#QTqHLT2ZeMgSGThAKq9SkPAt3amUJEbk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#k4aXkHODyeTShwSuIT7gWz0XKmQgGxVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.75rem;left:68.1875rem;display:none; }
#k4aXkHODyeTShwSuIT7gWz0XKmQgGxVQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:38.6875rem;height:6.25rem;top:11.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:38.5rem;height:2.4375rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:23.3125rem;height:33.125rem;top:6.75rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:23.3125rem;height:5.4375rem;top:1.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:18.5625rem;height:2.875rem;top:3.1875rem;left:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { width:18.625rem;height:auto;top:8rem;left:26.406251907349rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { width:18.625rem;height:auto;top:8rem;left:26.406251907349rem; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #qdmnlfAUCiEdZqHUELu3xAF3RtJI6Osa {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #KGAFeJePwBxLtwhk5gQCQu0hT72faMKt {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Fl7ChwZPHOzOTDgUBgAFKnibD111TtJB {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #TTobIPtwaRlpX3cJfqqoBBuWXPTWKnD3 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #yiRcyBwLRl6RPQloUNhlvMIxvBKiltwt {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #zugoe8MyIpLnpduloBVgpNh7raXia5k3 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #yWk6ldJdkLTo3sMkdKZ4I6hAOGkRSSOS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #xEcFwC2zch5s5binUJbuzFBmJ3qeUA9T {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Cw9wiIAbw27661M6PGmHRz8ISDBruJ3o {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #T7KlaaADwn5KfLS4c7HxEIMQiH9hK6qX {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #mzmAAUdcZtAecS02bpL12FcI5iotTQGh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #tHTkQcqoM2vb1SaTyPwTnGWWqBmlsiT2 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #rTKcNeRC2TlwNQezTtdGqXst90oIbXgp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #MXRBrxS6tm803hTACcUNwcuR03Skc2fx {  }
 }@media only screen and (max-width: 763px) { #SFwq51pyO9izyG3ELsxRALOesv75rkLE { top:1.9375rem;left:0rem;width:11.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awViwfb7dieHsQ0wiBf0BRmLkalL3yxB { width:19.5625rem;height:3.375rem;top:18.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { display:block; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se4kkT7Q6n12UlInv6yEeqewHq7yozpw { width:15.75rem;height:1.125rem;top:0.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { width:15.75rem;height:1.125rem;top:0.625rem;left:13.375000953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { top:0.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdv2TcRJ02NORqabdNA067tAN1ULUXNt { top:0.8125rem;left:11.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4UVtblxVpBCN8Qo0JpoJqqSlRdFqNWJ { top:7.25rem;left:3.5rem;width:20.375rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFH42DewSVn0yXriIftQNzg9ZHHAtNXm { top:13.0625rem;left:0rem;width:42.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDU3egXOe8oZ1Z4ihRheFb2WdPLuDMHO { top:16.5rem;left:20.125rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDwTzuRZCoynpeDJGTqSFntzMd040TAT { top:18.1875rem;left:0rem;width:47.75rem;height:9.4197727272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG { display:none; }#h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxFUTGkJSa3b450dwzVpyrNWk4cT8U2K { top:1.5rem;left:0rem;width:17rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INszf1WyT5p0VpTmHILGK0I48Tm7GF8m { top:6.5rem;left:0rem;width:20rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fqiPF4fXtc1SvsyuU4CXM8QERXyetT { top:12.6875rem;left:20.125rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNI55AVNBlKF5aBPPpJstlC2W3NcV6OA { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB { display:block; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arw4lHMBKacV1vuRpkxzyGOruedXRkLp { top:2.5625rem;left:9.5312509536744rem;width:28.6875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlBvN6CQC67N7frcC9ozIovV28RX7gq8 { top:7.5rem;left:0rem;width:47.75rem;height:8.83375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwMHwPy4Scyue30oxDPkvNZJXZBTyvMT { top:5.8125rem;left:22.000001907349rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJJBTPXAzh7vvKgSLycOFB7A902mwaqf { width:12.4375rem;height:3.0625rem;top:26.4375rem;left:16.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhoKUSFWgxdox23hz4ZqR4PWrlwfmmnb { display:block; }
 }@media only screen and (max-width: 763px) { #MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA { display:block; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2T6HGRFGsxkJ5QoVe9ToL53AXTPLP7K { top:0rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK0UC8DUUFnlm8k4pK0JkwICGkRVuyWW { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZSiKQ3inEZCoTJidualSiNlvOkXF9U0 { top:7.5625rem;left:0rem;width:47.75rem;height:6.3666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWVSegP7STpxxWGBipkCrEZglwGsxXiH { display:none; }#MWVSegP7STpxxWGBipkCrEZglwGsxXiH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zJc2T8kLxxel0G90mKDzqeN7uz4TcHn8 { top:5.8125rem;left:22.000001907349rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TC1MoOLduFXmS43Pkk4uBSV7P93zGTJK { top:2rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrMi3Xrcai8I14seoyBc8QKsFQTpQfAZ { top:7.5rem;left:0rem;width:5.5625rem;height:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOocG0NFqVJthKU9VSX7oWp75J41tn0z { width:12.4375rem;height:3.0625rem;top:9rem;left:18.812501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRU9p8e7OicveubZkVVmWuUmO93VJ1I6 { display:block; }
 }@media only screen and (max-width: 763px) { #asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T { display:none; }#asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZOL35FOhzdFyPmA6DALJA1wmR6CUK6K4 { top:1.75rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWzimWkbqczG8X47bklbNgzHAMyvWpiG { top:5.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut5gJKdT8URdo4TXPPrwvOWXiXmwyAyo { top:7.5625rem;left:0rem;width:19.625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spkCNalPJc1w094SbC9JzPc06lQ095a4 { display:block; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDmNvVu9zKVlsm9oWpP4C52D7qT2WTR7 { top:2.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeWufBRirgCMMU1CouFy1srMIQdOBvsy { top:4.0625rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL { display:none; }#qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kngUdkgLgXwk3sbJm2aGTQxUGITrOMv8 { top:2.375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJFrlBZchCTH4XwWm4iuUcWvPP0mHcJB { top:4.0625rem;left:0rem;width:47.4375rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAFL50eTIgbphs3TyK46uyqSVtqeqkh { display:block; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzVMfag2JOb4gIWe2sG7xUdVCU7n1zmq { top:0rem;left:0rem;width:47.75rem;height:17.385168650794rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNVsxip1u4al7VBKMf3cWTlf2ur52QVh { display:none; }#kNVsxip1u4al7VBKMf3cWTlf2ur52QVh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kn9d4lwBt4SrcaOOCGVaXNO2Nh9PBqyI { top:0rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8zBxo0agx0gUIHdXp4DD8ev0FTS2Xe3 { top:12.6875rem;left:20.125rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEU4iz7x5LmO5dAg2nbzxeBGZWFWsswr { top:5.3125rem;left:0rem;width:20rem;height:12.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 { display:block; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqb31xfslkBwDzhsaBqtCwBwQCQGDz7u { width:12.4375rem;height:3.0625rem;top:7.8125rem;left:17.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUdbWdpF1qgzPfT5r71TsHC5CSd5TyMr { display:block; }
 }@media only screen and (max-width: 763px) { #JpuReQLgToRyKAKUM0P9T62rz12zDZxF { width:13.5625rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDnhWJhHD2wEJdIXQQAHBRaHwBKWeVp { width:13.5625rem;height:1.625rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdHGCsKrsygZHrDiTnpaxLIU0UCSOpnE { width:23.4375rem;height:1.625rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddkLeIKXE15ArAL3ha4zkF3fq3bFsgoT { width:20rem;height:1.1875rem;top:9.6875rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5UPK4lCDrh3h52aNTLF8wRU7TIb9Vb0 { top:4.75rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
#E5UPK4lCDrh3h52aNTLF8wRU7TIb9Vb0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #a57tJiQp7L9UJpCLxD9uddIIhaciDFQo { top:4.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#a57tJiQp7L9UJpCLxD9uddIIhaciDFQo > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #fx1w4DfV0d3JcA8hF2dRO0nRQicZaMEB { top:4.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#fx1w4DfV0d3JcA8hF2dRO0nRQicZaMEB > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #cv8wBnkKXNCUwLEBT6uMpzBCN8mippee { display:none; }#cv8wBnkKXNCUwLEBT6uMpzBCN8mippee > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u9yA1WlWApDrASvVJya04xpMxST7xPuG { width:20rem;height:1rem;top:10.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWLoOBqRRzzGPCy0DpyrZal5KkVhzJia { width:12.4375rem;height:3.0625rem;top:9rem;left:18.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKpsamqZUp4Sf0UBoQ8wddh4LlgMalII { display:block; }
 }@media only screen and (max-width: 763px) { #aRWa6tlRCchtcs1dnavNLFhRLRTyXo1W { width:13.5625rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQm8Wh2HflDZweld7If9JezB7pRJXv5w { width:20rem;height:3.25rem;top:3.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiOGkcWxnmKOuznCmmG7sMpp02GFQMI8 { top:4.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#oiOGkcWxnmKOuznCmmG7sMpp02GFQMI8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #QTqHLT2ZeMgSGThAKq9SkPAt3amUJEbk { top:4.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#QTqHLT2ZeMgSGThAKq9SkPAt3amUJEbk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #k4aXkHODyeTShwSuIT7gWz0XKmQgGxVQ { top:4.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#k4aXkHODyeTShwSuIT7gWz0XKmQgGxVQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:20rem;height:6.253125rem;top:11.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;font-family:dosis;font-weight:700;font-style:normal;line-height:1.15;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:19.5625rem;height:0;top:17.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:20rem;height:37.75rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:20rem;height:5.4375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:17.1875rem;height:2.7625rem;top:25rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { width:11.625rem;margin-top:0.25rem;margin-right:5.25rem;margin-bottom:0.25rem;margin-left:0;background-color:#2550aa;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:first-of-type{padding-top:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:last-of-type{padding-bottom:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { width:16.875rem;height:auto;top:30.1875rem;left:0.3125rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { width:16.875rem;height:auto;top:30.1875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #qdmnlfAUCiEdZqHUELu3xAF3RtJI6Osa {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #KGAFeJePwBxLtwhk5gQCQu0hT72faMKt { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Fl7ChwZPHOzOTDgUBgAFKnibD111TtJB {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #TTobIPtwaRlpX3cJfqqoBBuWXPTWKnD3 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #yiRcyBwLRl6RPQloUNhlvMIxvBKiltwt { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #zugoe8MyIpLnpduloBVgpNh7raXia5k3 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #yWk6ldJdkLTo3sMkdKZ4I6hAOGkRSSOS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #xEcFwC2zch5s5binUJbuzFBmJ3qeUA9T { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Cw9wiIAbw27661M6PGmHRz8ISDBruJ3o {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #T7KlaaADwn5KfLS4c7HxEIMQiH9hK6qX {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #mzmAAUdcZtAecS02bpL12FcI5iotTQGh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #tHTkQcqoM2vb1SaTyPwTnGWWqBmlsiT2 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #rTKcNeRC2TlwNQezTtdGqXst90oIbXgp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #MXRBrxS6tm803hTACcUNwcuR03Skc2fx {  }
 }@media only screen and (max-width: 763px) { #SFwq51pyO9izyG3ELsxRALOesv75rkLE { width:9.8125rem;height:3rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awViwfb7dieHsQ0wiBf0BRmLkalL3yxB { width:19.5625rem;height:3.4125rem;top:18.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15002;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { display:none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #se4kkT7Q6n12UlInv6yEeqewHq7yozpw { width:15.75rem;height:1.1375rem;top:3.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { width:15.75rem;height:1.1375rem;top:8.0125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { display:flex;width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #tdv2TcRJ02NORqabdNA067tAN1ULUXNt { display:flex;width:0.9375rem;height:0.9375rem;top:5.825rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { display:none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { width:20rem;height:72.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4UVtblxVpBCN8Qo0JpoJqqSlRdFqNWJ { width:20rem;height:4.0625rem;top:2.5000019073486rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFH42DewSVn0yXriIftQNzg9ZHHAtNXm { width:20rem;height:2.1125rem;top:6.512499809265rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VDU3egXOe8oZ1Z4ihRheFb2WdPLuDMHO { width:3.75rem;height:0.0625rem;top:5.51171875rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDwTzuRZCoynpeDJGTqSFntzMd040TAT { width:20rem;height:3.9375rem;top:10.931250286103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG { display:block; }#h25Mh5V8SqTxxvl0pBE4gmzOQAr6DSrG > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxFUTGkJSa3b450dwzVpyrNWk4cT8U2K { width:17rem;height:4.3875rem;top:1.5593752861023rem;left:1.5000000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INszf1WyT5p0VpTmHILGK0I48Tm7GF8m { width:20rem;height:2.7625rem;top:6.5000002384187rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O9fqiPF4fXtc1SvsyuU4CXM8QERXyetT { width:1.875rem;height:0.125rem;top:10.200000762939rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNI55AVNBlKF5aBPPpJstlC2W3NcV6OA { top:10.200000524521rem;left:0.59375rem;width:18.8125rem;height:18.8125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB { display:none; }#Tw2tg1ZV4hhq1S8Mx0mAm93e7T7IFxUB > .row .container { width:20rem;height:72.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #arw4lHMBKacV1vuRpkxzyGOruedXRkLp { width:20rem;height:3.7375rem;top:2.1125001907349rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlBvN6CQC67N7frcC9ozIovV28RX7gq8 { width:20rem;height:3.6875rem;top:67.125004291537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwMHwPy4Scyue30oxDPkvNZJXZBTyvMT { width:3.75rem;height:0.1875rem;top:65.437504291537rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJJBTPXAzh7vvKgSLycOFB7A902mwaqf { width:9.625rem;height:2.4375rem;top:63.4375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhoKUSFWgxdox23hz4ZqR4PWrlwfmmnb { display:block; }
 }@media only screen and (max-width: 763px) { #MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA { display:none; }#MU9Mf7pqwbU4LJ52NOqlbm5MW0FqdppA > .row .container { width:20rem;height:22.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L2T6HGRFGsxkJ5QoVe9ToL53AXTPLP7K { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qK0UC8DUUFnlm8k4pK0JkwICGkRVuyWW { width:20rem;height:6.5rem;top:10.3rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZSiKQ3inEZCoTJidualSiNlvOkXF9U0 { width:20rem;height:2.625rem;top:18.05rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWVSegP7STpxxWGBipkCrEZglwGsxXiH { display:block; }#MWVSegP7STpxxWGBipkCrEZglwGsxXiH > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJc2T8kLxxel0G90mKDzqeN7uz4TcHn8 { width:3.75rem;height:0.1875rem;top:6.6867065429688rem;left:8.1250003576281rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TC1MoOLduFXmS43Pkk4uBSV7P93zGTJK { width:20rem;height:3.7375rem;top:2.0617256164551rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wrMi3Xrcai8I14seoyBc8QKsFQTpQfAZ { width:15.3125rem;height:44.0625rem;top:7.6632812023163rem;left:2.2500001192093rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #cOocG0NFqVJthKU9VSX7oWp75J41tn0z { width:11.875rem;height:2.8125rem;top:52.25rem;left:4.0624998807907rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wRU9p8e7OicveubZkVVmWuUmO93VJ1I6 { display:block; }
 }@media only screen and (max-width: 763px) { #asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T { display:block; }#asfdbJMSLnPlqA7zmc0I27J7sVh7gC7T > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOL35FOhzdFyPmA6DALJA1wmR6CUK6K4 { width:20rem;height:3.0875rem;top:1.8124990463257rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWzimWkbqczG8X47bklbNgzHAMyvWpiG { width:20rem;height:2.275rem;top:5.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ut5gJKdT8URdo4TXPPrwvOWXiXmwyAyo { width:20rem;height:12.3125rem;top:9.0617184638975rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #spkCNalPJc1w094SbC9JzPc06lQ095a4 { display:none; }#spkCNalPJc1w094SbC9JzPc06lQ095a4 > .row .container { width:20rem;height:29.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XDmNvVu9zKVlsm9oWpP4C52D7qT2WTR7 { width:20rem;height:6.3375rem;top:2.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeWufBRirgCMMU1CouFy1srMIQdOBvsy { width:20rem;height:11.2rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL { display:block; }#qhh8mV6w5E5QatHF51IAeT4v9oRnuIzL > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kngUdkgLgXwk3sbJm2aGTQxUGITrOMv8 { width:20rem;height:4.875rem;top:2.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJFrlBZchCTH4XwWm4iuUcWvPP0mHcJB { width:20rem;height:14.75rem;top:9.4374938905238rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tLAFL50eTIgbphs3TyK46uyqSVtqeqkh { display:none; }#tLAFL50eTIgbphs3TyK46uyqSVtqeqkh > .row .container { width:20rem;height:23.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nzVMfag2JOb4gIWe2sG7xUdVCU7n1zmq { width:18.0625rem;height:6.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNVsxip1u4al7VBKMf3cWTlf2ur52QVh { display:block; }#kNVsxip1u4al7VBKMf3cWTlf2ur52QVh > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kn9d4lwBt4SrcaOOCGVaXNO2Nh9PBqyI { width:12.5rem;height:1.5rem;top:1.2492189407349rem;left:3.7499998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u8zBxo0agx0gUIHdXp4DD8ev0FTS2Xe3 { width:1.875rem;height:0.125rem;top:3.875rem;left:9.0625003576281rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NEU4iz7x5LmO5dAg2nbzxeBGZWFWsswr { top:5.3125rem;left:0rem;width:20rem;height:12.675rem;z-index:15009;font-family:"open sans";font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 { display:none; }#PG8tgTGShtoOclW0PPfxcZogTFqbuQA2 > .row .container { width:20rem;height:42.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aqb31xfslkBwDzhsaBqtCwBwQCQGDz7u { width:12.4375rem;height:3.0625rem;top:23rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUdbWdpF1qgzPfT5r71TsHC5CSd5TyMr { display:block; }
 }@media only screen and (max-width: 763px) { #JpuReQLgToRyKAKUM0P9T62rz12zDZxF { width:13.5625rem;height:1.625rem;top:1.25rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDnhWJhHD2wEJdIXQQAHBRaHwBKWeVp { width:13.5625rem;height:1.625rem;top:4.125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdHGCsKrsygZHrDiTnpaxLIU0UCSOpnE { width:20rem;height:1.625rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddkLeIKXE15ArAL3ha4zkF3fq3bFsgoT { width:20rem;height:1.21875rem;top:27.312500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5UPK4lCDrh3h52aNTLF8wRU7TIb9Vb0 { display:flex;width:3.125rem;height:3.125rem;top:29.781250953674rem;left:8.4375rem;font-size:1.75rem; }
#E5UPK4lCDrh3h52aNTLF8wRU7TIb9Vb0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #a57tJiQp7L9UJpCLxD9uddIIhaciDFQo { display:flex;width:3.125rem;height:3.125rem;top:34.156250953674rem;left:8.4375rem;font-size:1.75rem; }
#a57tJiQp7L9UJpCLxD9uddIIhaciDFQo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fx1w4DfV0d3JcA8hF2dRO0nRQicZaMEB { display:flex;width:3.125rem;height:3.125rem;top:38.531250953674rem;left:8.4375rem;font-size:1.75rem; }
#fx1w4DfV0d3JcA8hF2dRO0nRQicZaMEB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #cv8wBnkKXNCUwLEBT6uMpzBCN8mippee { display:block; }#cv8wBnkKXNCUwLEBT6uMpzBCN8mippee > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9yA1WlWApDrASvVJya04xpMxST7xPuG { width:20rem;height:1.05625rem;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWLoOBqRRzzGPCy0DpyrZal5KkVhzJia { width:12.4375rem;height:3.0625rem;top:6.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKpsamqZUp4Sf0UBoQ8wddh4LlgMalII { display:block; }
 }@media only screen and (max-width: 763px) { #aRWa6tlRCchtcs1dnavNLFhRLRTyXo1W { width:13.5625rem;height:1.54375rem;top:1.4375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yQm8Wh2HflDZweld7If9JezB7pRJXv5w { width:20rem;height:1.54375rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oiOGkcWxnmKOuznCmmG7sMpp02GFQMI8 { display:flex;width:2.5rem;height:2.5rem;top:14.562505722046rem;left:5.1875000596046rem;font-size:1.75rem;z-index:15042; }
#oiOGkcWxnmKOuznCmmG7sMpp02GFQMI8 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #QTqHLT2ZeMgSGThAKq9SkPAt3amUJEbk { display:flex;width:2.5rem;height:2.5rem;top:14.5625rem;left:8.4375rem;font-size:1.75rem;z-index:15043; }
#QTqHLT2ZeMgSGThAKq9SkPAt3amUJEbk > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #k4aXkHODyeTShwSuIT7gWz0XKmQgGxVQ { display:flex;width:2.5rem;height:2.5rem;top:14.5625rem;left:11.625000536442rem;font-size:1.75rem;z-index:15044; }
#k4aXkHODyeTShwSuIT7gWz0XKmQgGxVQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }