.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:255,249,222;--color-primary-1:255,236,146;--color-primary-2:254,217,37;--color-primary-3:127,109,19;--color-primary-4:38,33,6;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:212,212,212;--color-secondary-3:204,204,204;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28ab22d-634b-4bfe-873d-b77bb599bf7e/bgmainheaderR73.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:16.310874938965rem;left:1.3742389678955rem;height:7.63725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#efTAKqRir5GfT7QHMGx6yWuliULXgsdl { color:rgba(var(--color-tertiary-0),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.43603515625rem;left:1.373046875rem;height:8.0424375rem;font-style:normal;display:block; }
#BAiysCTtAdewo011O5cRTxV2TPD9U9KN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.937rem;height:3.249025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.93359375rem;left:2.62109375rem;display:block; }
#KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBzfeL316X9HfFz1GSfTIThZnUEkXAiE { 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:6.7496875rem;width:18.75rem;top:3.3734810352326rem;left:1.3731555938721rem;overflow:hidden;display:block; }
#rfE10Ao8CmpMq74rGd8L5UEcnCybh2T2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.89599609375rem;left:41.912841796875rem;height:1.70605625rem;font-style:normal;display:block; }
#Qkax5z79bScpIBsgMRDGAgh3IuyU8WFG { box-sizing:content-box;height:2.8125rem;width:49.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.3736572265625rem;left:39.6875rem;display:block; }
#cXQ4z6HAtTTlFx2DzqlpzvGM82m2lDi4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.4998125rem;width:13.8748125rem;top:5.8957251906395rem;left:46.125221252441rem;overflow:hidden;display:block; }
#t3hU7b96BWDE9Xpxo1JJsWJyzUX1UMls { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.6875rem;width:12.3125rem;top:35.93359375rem;left:33.875rem;overflow:hidden;display:block; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/b06441c2-15ee-4c73-a949-ed3fa1e9f0be/TS_Homepage_Safetek_BG_TR.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU.adaptive-delivery-prevent-bg, #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU.lazyload, #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU.lazyloading { background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:rgba(var(--color-tertiary-0),1);display:block;width:47.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:5.1842451095581rem;left:6.7252597808837rem;height:14.1717375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkNqHRJ7KTJkyHz4mvSP6ooJHZneWtgJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.499125rem;height:3.2495125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.999567031861rem;left:5.7497825622559rem;display:block; }
#RURF9iRZCoChp8HEbrxrgKuTIGTzMmbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf { 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; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container { background-color: transparent; background-image: none; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container > .video-iframe-container { display: none; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row > .video-iframe-container { display: none; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .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); }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container { border-width: 0; border-radius: 0; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#N5BTN4VLUTGwAfP2nDQQMapgBuAGc0fb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.4358711242675rem;left:36.374782562256rem;height:3.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u9JXKQJiy6XHPZf39paMkZSfw1z4mfpH { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:12.124458312988rem;left:36.374782562256rem;height:10.1220625rem;font-style:normal;display:block; }
#nrisfVKg3Jb40CPfQ6rMRyTlUVrtfQZ3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:9.8125rem;top:2.4915555rem;left:1.4694866276274rem;overflow:hidden;display:block; }
#hCPf3ykJkHXyV6I4hDSifkDB43CX6ZGT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:10.25rem;top:2.2498125rem;left:21.874782562256rem;overflow:hidden;display:block; }
#nlGN6gkeQGnpXKyVyx8h5SUxXSi5BJC6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:9.8123125rem;top:0.52235221862793rem;left:11.9091796875rem;overflow:hidden;display:block; }
#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 { position:relative;display:block; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 { background-color: transparent; background-image: none; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row .container > .video-iframe-container { display: none; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row > .video-iframe-container { display: none; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .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); }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 { border-width: 0; border-radius: 0; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .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; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#baZ7I0rT4llV0HtENTVFpC0NG8uiwBZ9 { 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:18.8748125rem;width:6.6873125rem;top:1.4375rem;left:3.75rem;overflow:hidden;display:block; }
#uT6z4uSPW3Zt9UR1548uVR8eBT4rKFGN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.812375rem;width:6.18706875rem;top:1.4375rem;left:18.75rem;overflow:hidden;display:block; }
#k69AGmva8xdd4TvZ7gFb6tSQxSXPfFsG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:5.9375rem;top:1.4375rem;left:34.125rem;overflow:hidden;display:block; }
#fI7Fg3dR4psXcZV5Vi3xm6hyfgo73TES { position:absolute;display:block;z-index:15003;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:18.499375rem;width:6.499rem;top:1.4375rem;left:48.875rem;overflow:hidden;display:block; }
#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h { 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; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container { background-color: transparent; background-image: none; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container > .video-iframe-container { display: none; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row > .video-iframe-container { display: none; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .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); }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container { border-width: 0; border-radius: 0; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#sl0Pog6uJWUTqFdV6Tx3aoiqX7IU77Xs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.4375rem;width:13.5625rem;top:8.7500004768369rem;left:0rem;display:block; }
#oUTlsKd2kN5bT7PSNzmOBrqBUMObBLGr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.874566289596rem;left:0.37489128112793rem;height:2.9235875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ho3SaaohilQ7Mbza6KpMKOgs0HGoJ4fN { position:absolute;display:block;z-index:15003;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.125rem;width:3.125rem;top:11.25000021141rem;left:5.3748912811279rem;overflow:hidden;display:block; }
#zHDlbKGUHbVeSNk35F0rMDVLeRvon0P1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.4375rem;width:13.5625rem;top:8.7500004768369rem;left:15.437282562256rem;display:block; }
#Au3JbJwCwBXNOUWPGLNRQZG2oro0nqnT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.874566289596rem;left:15.812175750733rem;height:2.92410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bK7OaZ1yAgiIuC6SpAD9mQMJIT9ATeCb { position:absolute;display:block;z-index:15007;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.125rem;width:3.125rem;top:11.25000021141rem;left:20.812175750733rem;overflow:hidden;display:block; }
#hGlvTHSObMN7b0CEUeoF3R5feCSIlnpn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.5rem;width:13.5625rem;top:8.7500004768369rem;left:30.874565124512rem;display:block; }
#ky3FJtEaW1K2IwrsN7T2PQrpcpGvSCMe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.874566289596rem;left:31.25rem;height:4.385375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvhdMHKAMRh5HD2CWz67Rk0iwzzuxU3q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.25000021141rem;left:36.25rem;overflow:hidden;display:block; }
#ee2HRmRRRETeAV5T4q6HNaFCJxqBEN5V { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.5rem;width:13.5625rem;top:8.7500004768369rem;left:46.12467956543rem;display:block; }
#cpwNemVHvqOJG9BQFUPUquSQi3Tiw89u { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.874566289596rem;left:46.499565124512rem;height:2.92410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ga6ZyAQs0X8QlLi3mAKJLfvJBkrRztVX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.25000021141rem;left:51.499565124512rem;overflow:hidden;display:block; }
#vO8TRPE8kgD3BwWPPaieOTcLdKnw4LWQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8120656013489rem;left:0rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdTkhWIgoJBEU1qoOBbrH9WtH2ZUd54s { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.5rem;width:13.625rem;top:24.124892711639rem;left:0rem;display:block; }
#fWkdWg2gfgzTuKx1rT3qZ8z8ixfKP7CU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.249568462372rem;left:0.37489128112793rem;height:2.92410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDECktNdxdITcFuSP0vB8RBqwIn9TP9Q { position:absolute;display:block;z-index:15006;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.125rem;width:3.125rem;top:26.624999523163rem;left:5.3748912811279rem;overflow:hidden;display:block; }
#g5mFDI1JNUuFAK1zMgiKchOLcTk5fN2W { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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:13.5625rem;top:24.124892711639rem;left:15.5615234375rem;display:block; }
#HxcracxdITdrBstlhyt9NFKpMqn6AqAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.249568462372rem;left:15.9375rem;height:2.92410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhMtRLfIERdE40iatOygnJk0miZ0GqPT { position:absolute;display:block;z-index:15009;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.125rem;width:3.125rem;top:26.624457836151rem;left:20.9375rem;overflow:hidden;display:block; }
#uk5GaJguoMcWxx8BodyKbL4lxf2Rl9Q6 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.625rem;width:13.5625rem;top:24.124892711639rem;left:30.5615234375rem;display:block; }
#iZx46ZHFaPnQNSUo9uo18A7VFTMHiQHc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.249568462372rem;left:30.9375rem;height:2.92410625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdrgE5WSddBzbvadoKH28a4W4DIOhW0N { 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:3rem;width:3rem;top:26.624457836151rem;left:35.9375rem;overflow:hidden;display:block; }
#k3aB41zrTwu97zh061Bs1DB6ZcQBf5G7 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.625rem;width:13.5625rem;top:24.124892711639rem;left:46.12467956543rem;display:block; }
#eHuyE2JJoMBfOvTeVXOVwEk3Ntw9i15C { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.249568462372rem;left:46.875rem;height:4.385375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpqAaaugutVG0AvpTbP2RFg4MuVb859a { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:26.624457836151rem;left:51.484375rem;overflow:hidden;display:block; }
#NPaltl48418z7PeLu7nIqR7qipJD6s9Q { 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; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container { background-color: transparent; background-image: none; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container > .video-iframe-container { display: none; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row > .video-iframe-container { display: none; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .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); }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container { border-width: 0; border-radius: 0; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#vlpg6V2HG73HI6ZqTl1szoTaW4CEB74t { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.480577468872rem;left:2.6247825622559rem;height:3.0061375rem;font-style:normal;display:block; }
#C8HwXIPP2k2BwTly27cabNOUVgvV7t7K { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:11.480578184128rem;left:28.810764312744rem;height:6.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c2fNfVBiZXfuwTnfL2c8wySSuTeNisTl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.111438274384rem;left:2.6231555938721rem;height:3.0061375rem;font-style:normal;display:block; }
#ABo6baT8ivOAIiCneKKSOHdM2q7R2VMq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:25.111438274384rem;left:28.810764312744rem;height:10.1953125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWa1xTz25myS7a4yvxxTQszCVr11e9R2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:43.183596849441rem;left:2.5607624053955rem;height:3.0061375rem;font-style:normal;display:block; }
#ZatxJzKhUtdoTgSHxgdPu9i5PIsFhc1R { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:43.183596849441rem;left:28.810764312744rem;height:6.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFRnMb8cncVgWt6QBg38K7CBXL2vd3VB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5490493774414rem;left:0rem;height:3.981325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9L6XRKSyvv371dQcd9Sr40HSO2Pouzr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.4988125rem;height:3.24924375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:53.980037689209rem;left:5.7497825622559rem;display:block; }
#JJcbF71UN5a15IN9TlnXzS3cpOLmPDlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container { background-color: transparent; background-image: none; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container > .video-iframe-container { display: none; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row > .video-iframe-container { display: none; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .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); }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container { border-width: 0; border-radius: 0; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;position:relative;display:block; }#zhwRyqrfcXb0Ulko8CbSbL4KDF6T5V9f { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.5615234375rem;left:3.21875rem;height:3.36865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIPcygeVkQJtc4rw7ErfU4DBrfXiyM0k { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.4375rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.68359375rem;left:10.78125rem;display:block; }
#begriTklRmWbQIo4JTDk7dADK0zkA1as { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-form-header {  }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:38.5625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .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:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-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:38.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-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:38.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-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:38.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#040d1d;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:38.5625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .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";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:37.375rem;overflow:hidden;font-style:normal;float:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .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; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .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.5;float:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-container:first-of-type{padding-top:0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-container:last-of-type{padding-bottom:0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.46875rem;top:18.3837890625rem;z-index:15016;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.5625rem;display:block;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT {display:block;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:9.46875rem;top:18.3837890625rem;z-index:15016;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #F3buV9zzR0JpTElTfWXg3tAATppGIrbw { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #Be0HVIRvxmmZWderxlEWoeb2T5Lcyam7 { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #KlguP3lxcmxeG04vqm07rqGGKyvIyMwR { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #NGsvl8iiOR4FRFSMHgXQnWvxO2kTzwD0 { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #wV4BLBx0oiMEwBa3UaiAp1WEK2OmlLUc { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #E8xasPpTUQSKTrsTkn4TM2ngTl2EIpDR { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #GZMdkgEuDghgUTODerCPStITHEPORX5t { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #UGKQdAqz9u1LDwzBDttkOAdAPVaDOkLb { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #vhxHqTHT7Z8AX10vtFo8BH7RukK3Ixck { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #TRbqo5PfG1LGxzWqeFM6WULRChx3zk0w { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #LlQkaQvAtbhkO3cLFmZZqAWvbDlu3abb { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #Dp6RZDxe3nd8tsmiktITOZNwiVftmAOL { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #xFoygo2q87bwRufSBUC8SvAH2Js94NxA { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #uaDkAgkTc6hwSlEsTwypQRT6gGTsFi8C { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #WziyCq7sbpBlG0IliTadTzk3g0nHKMZC { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #uRk61oInnVSNKWUXLIHL8cS3gErBgN5y { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #LToXeHAZftzamTsO0wUOQbJzoIZExiD3 { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #RkBfZ59twzxZIuTHVd1bKSbcsWbK7OqJ { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #VCm9oeZXo0mKC7DrX8gJghkNAd8Od43M { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #wrxlqyqdRDbXiAfy7gN4ATWFTzVRKFQe { position:relative;display:none; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #AxC3nglXUbKf6HT3ykFbI2PZtNHbBH2u { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #rV5DGSUrusylKc7LnNdsIDCXN9hoThel { position:relative; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT #QIhzLbZgy9WJTGoncmwvQfDyKfokvUqN { position:relative; }
#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container { background-color: transparent; background-image: none; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container > .video-iframe-container { display: none; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row > .video-iframe-container { display: none; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .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); }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container { border-width: 0; border-radius: 0; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#LdBaiJ0nVS5f3QFAM8S2S32kkGJ3Fbo6 { background-color:rgba(var(--color-secondary-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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.1862rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.9375rem;left:35.8125rem;display:block; }
#m2JzPWt1tqceJ89MpQt9tf7E9fq33gPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ure2HlVorzw9RNDnZDN2GbIT4NU1eIlW { 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:2.25rem;width:2.6875rem;top:2.625rem;left:8.5625rem;overflow:hidden;display:block; }
#u3JONHoMgQFnrbaldq440V2TkybUqaPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.625rem;height:2.1936375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dmaOlM1ToZBURAnMa3ICfuSiadteJGs9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5625rem;left:12.625rem;height:2.92410625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-2),1));background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container { background-color: transparent; background-image: none; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container > .video-iframe-container { display: none; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row > .video-iframe-container { display: none; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .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); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container { border-width: 0; border-radius: 0; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#BNLP748hLwg9fTTLk7vlVuZnymbktbNN { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:20.3125rem;top:3.1142578125rem;left:1.9365234375rem;overflow:hidden;display:block; }
#r0WGa7oyFtrQvTcPKH0bHAkW1hkMIvQa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.2392578125rem;left:21.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QN5gT4g2C50RQwiTTaf3hnNkege8lUZZ { position:absolute;display:block;z-index:15020;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:7.125rem;width:7.6875rem;top:21.3642578125rem;left:3.7490234375rem;overflow:hidden;display:block; }
#KRycQveZTCfl1RgMRl4uJmouLGMDxP8k { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.5rem;top:21.3642578125rem;left:47.8125rem;overflow:hidden;display:block; }
#ko5k1PGrceC4GIr8ek1Tp2MVt3uSBQt7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6201171875rem;left:42.96875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snoV91QgsJETkalrDI79vgyNanwDT8oV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5rem;width:13.9375rem;top:25.6767578125rem;left:23.03125rem;overflow:hidden;display:block; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.9);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; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { color:rgba(var(--color-tertiary-0),0.8);display:block;width:57.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:1.630859375rem;left:1.468505859375rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:45.375rem;height:7.625rem;top:16.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:39.125rem;height:8rem;top:26.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:14.875rem;height:3.1875rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #WBzfeL316X9HfFz1GSfTIThZnUEkXAiE { top:3.3125rem;left:0rem;width:18.75rem;height:6.7496875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfE10Ao8CmpMq74rGd8L5UEcnCybh2T2 { top:5.875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkax5z79bScpIBsgMRDGAgh3IuyU8WFG { top:5.3125rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQ4z6HAtTTlFx2DzqlpzvGM82m2lDi4 { top:5.875rem;left:33.875rem;width:13.8125rem;height:39.322416800678rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hU7b96BWDE9Xpxo1JJsWJyzUX1UMls { top:35.875rem;left:27.75rem;width:12.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:47.5rem;height:14.125rem;top:5.125rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNqHRJ7KTJkyHz4mvSP6ooJHZneWtgJ { width:46.75rem;height:3.1875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURF9iRZCoChp8HEbrxrgKuTIGTzMmbJ { display:block; }
 }@media only screen and (max-width: 763px) { #cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf { display:block; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5BTN4VLUTGwAfP2nDQQMapgBuAGc0fb { width:17.5625rem;height:3.0625rem;top:7.375rem;left:14.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9JXKQJiy6XHPZf39paMkZSfw1z4mfpH { width:23.375rem;height:10.125rem;top:12.0625rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrisfVKg3Jb40CPfQ6rMRyTlUVrtfQZ3 { top:2.4375rem;left:0rem;width:9.8125rem;height:27.312834401294rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCPf3ykJkHXyV6I4hDSifkDB43CX6ZGT { top:2.1875rem;left:15.875rem;width:10.25rem;height:27.501173830591rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlGN6gkeQGnpXKyVyx8h5SUxXSi5BJC6 { top:0.5rem;left:6.125rem;width:9.75rem;height:30.430517780594rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 { display:block; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baZ7I0rT4llV0HtENTVFpC0NG8uiwBZ9 { top:1.4375rem;left:2.21875rem;width:6.625rem;height:18.698936652429rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6z4uSPW3Zt9UR1548uVR8eBT4rKFGN { top:1.4375rem;left:14.15625rem;width:6.125rem;height:18.623649022002rem;display:block; }
 }@media only screen and (max-width: 763px) { #k69AGmva8xdd4TvZ7gFb6tSQxSXPfFsG { top:1.4375rem;left:26.46875rem;width:5.9375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7Fg3dR4psXcZV5Vi3xm6hyfgo73TES { top:1.4375rem;left:38.15625rem;width:6.4375rem;height:18.324315519696rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h { display:block; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl0Pog6uJWUTqFdV6Tx3aoiqX7IU77Xs { width:13.5625rem;height:13.4375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUTlsKd2kN5bT7PSNzmOBrqBUMObBLGr { width:13.125rem;height:2.875rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho3SaaohilQ7Mbza6KpMKOgs0HGoJ4fN { width:3.125rem;height:3.125rem;top:11.25rem;left:3.8436412811279rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHDlbKGUHbVeSNk35F0rMDVLeRvon0P1 { width:13.5625rem;height:13.4375rem;top:8.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au3JbJwCwBXNOUWPGLNRQZG2oro0nqnT { width:13.125rem;height:2.875rem;top:15.8125rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7OaZ1yAgiIuC6SpAD9mQMJIT9ATeCb { width:3.125rem;height:3.125rem;top:11.25rem;left:16.218425750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGlvTHSObMN7b0CEUeoF3R5feCSIlnpn { width:13.5625rem;height:13.5rem;top:8.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3FJtEaW1K2IwrsN7T2PQrpcpGvSCMe { width:13.125rem;height:4.375rem;top:15.8125rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvhdMHKAMRh5HD2CWz67Rk0iwzzuxU3q { width:3.125rem;height:3.125rem;top:11.25rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2HRmRRRETeAV5T4q6HNaFCJxqBEN5V { width:13.5625rem;height:13.5rem;top:8.75rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwNemVHvqOJG9BQFUPUquSQi3Tiw89u { width:13.125rem;height:2.875rem;top:15.8125rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6ZyAQs0X8QlLi3mAKJLfvJBkrRztVX { width:3.125rem;height:3.125rem;top:11.25rem;left:40.780815124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO8TRPE8kgD3BwWPPaieOTcLdKnw4LWQ { width:47.75rem;height:3.9375rem;top:2.75rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdTkhWIgoJBEU1qoOBbrH9WtH2ZUd54s { width:13.625rem;height:13.5rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkdWg2gfgzTuKx1rT3qZ8z8ixfKP7CU { width:13.125rem;height:2.875rem;top:31.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDECktNdxdITcFuSP0vB8RBqwIn9TP9Q { width:3.125rem;height:3.125rem;top:26.5625rem;left:3.8436412811279rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5mFDI1JNUuFAK1zMgiKchOLcTk5fN2W { width:13.5625rem;height:13.5625rem;top:24.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxcracxdITdrBstlhyt9NFKpMqn6AqAQ { width:13.125rem;height:2.875rem;top:31.1875rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhMtRLfIERdE40iatOygnJk0miZ0GqPT { width:3.125rem;height:3.125rem;top:26.5625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk5GaJguoMcWxx8BodyKbL4lxf2Rl9Q6 { width:13.5625rem;height:13.625rem;top:24.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZx46ZHFaPnQNSUo9uo18A7VFTMHiQHc { width:13.125rem;height:2.875rem;top:31.1875rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdrgE5WSddBzbvadoKH28a4W4DIOhW0N { width:3rem;height:3rem;top:26.5625rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aB41zrTwu97zh061Bs1DB6ZcQBf5G7 { width:13.5625rem;height:13.625rem;top:24.0625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHuyE2JJoMBfOvTeVXOVwEk3Ntw9i15C { width:13.125rem;height:4.375rem;top:31.1875rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpqAaaugutVG0AvpTbP2RFg4MuVb859a { width:3.125rem;height:3.125rem;top:26.5625rem;left:40.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPaltl48418z7PeLu7nIqR7qipJD6s9Q { display:block; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlpg6V2HG73HI6ZqTl1szoTaW4CEB74t { top:11.4375rem;left:0rem;width:22.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8HwXIPP2k2BwTly27cabNOUVgvV7t7K { width:28.5rem;height:6.75rem;top:11.4375rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2fNfVBiZXfuwTnfL2c8wySSuTeNisTl { top:25.0625rem;left:0rem;width:22.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABo6baT8ivOAIiCneKKSOHdM2q7R2VMq { width:28.5rem;height:10.1875rem;top:25.0625rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWa1xTz25myS7a4yvxxTQszCVr11e9R2 { top:43.125rem;left:0rem;width:22.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZatxJzKhUtdoTgSHxgdPu9i5PIsFhc1R { width:28.5rem;height:6.75rem;top:43.125rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRnMb8cncVgWt6QBg38K7CBXL2vd3VB { width:47.75rem;height:3.9375rem;top:3.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9L6XRKSyvv371dQcd9Sr40HSO2Pouzr { width:46.75rem;height:3.1875rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcbF71UN5a15IN9TlnXzS3cpOLmPDlX { display:block; }
 }@media only screen and (max-width: 763px) { #k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To { display:block; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhwRyqrfcXb0Ulko8CbSbL4KDF6T5V9f { width:47.75rem;height:3.3125rem;top:5.5rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIPcygeVkQJtc4rw7ErfU4DBrfXiyM0k { width:38.4375rem;height:3.75rem;top:11.625rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #begriTklRmWbQIo4JTDk7dADK0zkA1as { display:block; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-regular-label { display:block;width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-text { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-textarea { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-select { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-button { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-checkbox-label { width:37.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT  { width:38.5625rem;height:auto;top:18.375rem;left:3.34375rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .radio-container { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT {display:block;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT { width:38.5625rem;height:auto;top:18.375rem;left:3.34375rem; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #F3buV9zzR0JpTElTfWXg3tAATppGIrbw {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #Be0HVIRvxmmZWderxlEWoeb2T5Lcyam7 { display:block; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #KlguP3lxcmxeG04vqm07rqGGKyvIyMwR {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #NGsvl8iiOR4FRFSMHgXQnWvxO2kTzwD0 {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #wV4BLBx0oiMEwBa3UaiAp1WEK2OmlLUc { display:block; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #E8xasPpTUQSKTrsTkn4TM2ngTl2EIpDR {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #GZMdkgEuDghgUTODerCPStITHEPORX5t {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #UGKQdAqz9u1LDwzBDttkOAdAPVaDOkLb { display:block; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #vhxHqTHT7Z8AX10vtFo8BH7RukK3Ixck {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #TRbqo5PfG1LGxzWqeFM6WULRChx3zk0w {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #LlQkaQvAtbhkO3cLFmZZqAWvbDlu3abb {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #Dp6RZDxe3nd8tsmiktITOZNwiVftmAOL {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #xFoygo2q87bwRufSBUC8SvAH2Js94NxA {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #uaDkAgkTc6hwSlEsTwypQRT6gGTsFi8C {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #WziyCq7sbpBlG0IliTadTzk3g0nHKMZC {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #uRk61oInnVSNKWUXLIHL8cS3gErBgN5y {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #LToXeHAZftzamTsO0wUOQbJzoIZExiD3 {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #RkBfZ59twzxZIuTHVd1bKSbcsWbK7OqJ {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #VCm9oeZXo0mKC7DrX8gJghkNAd8Od43M {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #wrxlqyqdRDbXiAfy7gN4ATWFTzVRKFQe {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #AxC3nglXUbKf6HT3ykFbI2PZtNHbBH2u {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #rV5DGSUrusylKc7LnNdsIDCXN9hoThel {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #QIhzLbZgy9WJTGoncmwvQfDyKfokvUqN {  }
 }@media only screen and (max-width: 763px) { #INE3EkEBl8F7lgh5hrGGK9vUaieAD298 { display:block; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdBaiJ0nVS5f3QFAM8S2S32kkGJ3Fbo6 { width:15.625rem;height:4.125rem;top:2.9375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2JzPWt1tqceJ89MpQt9tf7E9fq33gPo { display:block; }
 }@media only screen and (max-width: 763px) { #Ure2HlVorzw9RNDnZDN2GbIT4NU1eIlW { width:2.625rem;height:2.1978364244048rem;top:2.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3JONHoMgQFnrbaldq440V2TkybUqaPJ { width:24.6875rem;height:2.1875rem;top:2.1875rem;left:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaOlM1ToZBURAnMa3ICfuSiadteJGs9 { width:22.1875rem;height:2.875rem;top:4.5625rem;left:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq { display:block; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNLP748hLwg9fTTLk7vlVuZnymbktbNN { top:3.0625rem;left:0rem;width:20.3125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0WGa7oyFtrQvTcPKH0bHAkW1hkMIvQa { top:14.1875rem;left:15.5625rem;width:16.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN5gT4g2C50RQwiTTaf3hnNkege8lUZZ { top:21.3125rem;left:0rem;width:7.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRycQveZTCfl1RgMRl4uJmouLGMDxP8k { top:21.3125rem;left:39.25rem;width:8.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5k1PGrceC4GIr8ek1Tp2MVt3uSBQt7 { top:5.5625rem;left:35.25rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snoV91QgsJETkalrDI79vgyNanwDT8oV { top:25.625rem;left:16.90625rem;width:13.9375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:47.75rem;height:2.5rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c28ab22d-634b-4bfe-873d-b77bb599bf7e/bgmainheaderR73.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.adaptive-delivery-prevent-bg, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyload, #rSOeuSfXgUJcsfM1OxGbee101fKRfzGn.lazyloading { background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { background-color: transparent; background-image: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { display: none; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .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); }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { border-width: 0; border-radius: 0; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn::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; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSOeuSfXgUJcsfM1OxGbee101fKRfzGn > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGuJHzuwKcwVsMKQ2qatT6CuVJGwmyHz { width:13rem;height:8.75rem;top:14.597114562988rem;left:0.49978303909302rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #efTAKqRir5GfT7QHMGx6yWuliULXgsdl { width:11.9998125rem;height:5.25rem;top:24.345596313476rem;left:0.74945759773256rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BAiysCTtAdewo011O5cRTxV2TPD9U9KN { width:18.5623125rem;height:3.24978125rem;top:30.498048782349rem;left:0.71831607818606rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVxhVkhL8zPItOKUm9CUDdrnqThIQ5F { display:block; }
 }@media only screen and (max-width: 763px) { #WBzfeL316X9HfFz1GSfTIThZnUEkXAiE { width:17.4370625rem;height:6.124675rem;top:1.185546875rem;left:1.2809245586395rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfE10Ao8CmpMq74rGd8L5UEcnCybh2T2 { width:12.5rem;height:1.70605625rem;top:9.3125rem;left:3.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qkax5z79bScpIBsgMRDGAgh3IuyU8WFG { width:20rem;height:2.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXQ4z6HAtTTlFx2DzqlpzvGM82m2lDi4 { width:6.0617375rem;height:17.5rem;top:12.312066078186rem;left:13.75076007843rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hU7b96BWDE9Xpxo1JJsWJyzUX1UMls { width:12.3125rem;height:5.6875rem;top:34.997559375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:19.124375rem;height:21rem;top:3.9976139068604rem;left:0.43728303909302rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TkNqHRJ7KTJkyHz4mvSP6ooJHZneWtgJ { width:18.9995625rem;height:3.18685rem;top:27.829320907592rem;left:0.49967455863952rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURF9iRZCoChp8HEbrxrgKuTIGTzMmbJ { display:block; }
 }@media only screen and (max-width: 763px) { #cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf { display:block; }#cSTbo8b7WcwKslttHMwtg0XH5Tybq9uf > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5BTN4VLUTGwAfP2nDQQMapgBuAGc0fb { width:9.8746875rem;height:2.19970625rem;top:28.3125rem;left:0.4375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u9JXKQJiy6XHPZf39paMkZSfw1z4mfpH { width:19.25rem;height:9rem;top:31.6875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nrisfVKg3Jb40CPfQ6rMRyTlUVrtfQZ3 { width:5.87456875rem;height:16.624875rem;top:6.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCPf3ykJkHXyV6I4hDSifkDB43CX6ZGT { width:6.06228125rem;height:16.5625rem;top:6.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlGN6gkeQGnpXKyVyx8h5SUxXSi5BJC6 { width:8.6870625rem;height:27.4370625rem;top:0rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 { display:block; }#dTfEKADhZq5BsM7d3ATb6JzxFJDLfRR5 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baZ7I0rT4llV0HtENTVFpC0NG8uiwBZ9 { width:4.75rem;height:13.9375rem;top:2.0512161254883rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6z4uSPW3Zt9UR1548uVR8eBT4rKFGN { width:4.8125rem;height:14.9375rem;top:1.7714031257324rem;left:5.5379032467265rem;display:block; }
 }@media only screen and (max-width: 763px) { #k69AGmva8xdd4TvZ7gFb6tSQxSXPfFsG { width:4.5625rem;height:14.75rem;top:1.8365665321045rem;left:9.7961432916112rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI7Fg3dR4psXcZV5Vi3xm6hyfgo73TES { width:4.8125rem;height:13.8125rem;top:2.3106553554535rem;left:14.524594499809rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h { display:block; }#qrRki4eeNrQPt4TgpqESLpwPhgRO8A2h > .row .container { width:20rem;height:117.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl0Pog6uJWUTqFdV6Tx3aoiqX7IU77Xs { width:13.875rem;height:10.875rem;top:6.7496948242188rem;left:2.874783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUTlsKd2kN5bT7PSNzmOBrqBUMObBLGr { width:13.125rem;height:2.9248rem;top:12.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ho3SaaohilQ7Mbza6KpMKOgs0HGoJ4fN { width:3.125rem;height:3.125rem;top:8.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHDlbKGUHbVeSNk35F0rMDVLeRvon0P1 { width:13.875rem;height:10.875rem;top:18.874694824219rem;left:2.874783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au3JbJwCwBXNOUWPGLNRQZG2oro0nqnT { width:13.125rem;height:2.92480625rem;top:24.749786376953rem;left:3.6246747970581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bK7OaZ1yAgiIuC6SpAD9mQMJIT9ATeCb { width:3.125rem;height:3.125rem;top:20.749694824219rem;left:8.6246747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGlvTHSObMN7b0CEUeoF3R5feCSIlnpn { width:13.75rem;height:13.125rem;top:31.062194824219rem;left:2.999783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3FJtEaW1K2IwrsN7T2PQrpcpGvSCMe { width:13.125rem;height:4.38720625rem;top:36.937286376953rem;left:3.6246747970581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvhdMHKAMRh5HD2CWz67Rk0iwzzuxU3q { width:3.125rem;height:3.125rem;top:32.937194824219rem;left:8.6246747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2HRmRRRETeAV5T4q6HNaFCJxqBEN5V { width:13.75rem;height:11.25rem;top:45.562194824219rem;left:2.999783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwNemVHvqOJG9BQFUPUquSQi3Tiw89u { width:13.125rem;height:2.92480625rem;top:51.437286376953rem;left:3.6246747970581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6ZyAQs0X8QlLi3mAKJLfvJBkrRztVX { width:3.125rem;height:3.125rem;top:47.437194824219rem;left:8.6246747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO8TRPE8kgD3BwWPPaieOTcLdKnw4LWQ { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdTkhWIgoJBEU1qoOBbrH9WtH2ZUd54s { width:13.6875rem;height:12.625rem;top:58.033966064453rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWkdWg2gfgzTuKx1rT3qZ8z8ixfKP7CU { width:13.125rem;height:2.92480625rem;top:65.158538818363rem;left:3.4364151954651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDECktNdxdITcFuSP0vB8RBqwIn9TP9Q { width:3.125rem;height:3.125rem;top:60.533966064453rem;left:8.4364156723025rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5mFDI1JNUuFAK1zMgiKchOLcTk5fN2W { width:13.625rem;height:12.8125rem;top:71.81857299805rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxcracxdITdrBstlhyt9NFKpMqn6AqAQ { width:13.125rem;height:2.92480625rem;top:78.94314575195rem;left:3.4380426406861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhMtRLfIERdE40iatOygnJk0miZ0GqPT { width:3.125rem;height:3.125rem;top:74.318054199219rem;left:8.4380426406863rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk5GaJguoMcWxx8BodyKbL4lxf2Rl9Q6 { width:13.625rem;height:12.875rem;top:85.728088378906rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZx46ZHFaPnQNSUo9uo18A7VFTMHiQHc { width:13.125rem;height:2.92480625rem;top:92.852661132812rem;left:3.4380426406861rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdrgE5WSddBzbvadoKH28a4W4DIOhW0N { width:3rem;height:3rem;top:88.2275390625rem;left:8.4380426406863rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aB41zrTwu97zh061Bs1DB6ZcQBf5G7 { width:13.625rem;height:13.375rem;top:100.01248168945rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHuyE2JJoMBfOvTeVXOVwEk3Ntw9i15C { width:13.125rem;height:4.38720625rem;top:107.13705444336rem;left:3.8123917579651rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpqAaaugutVG0AvpTbP2RFg4MuVb859a { width:3.125rem;height:3.125rem;top:102.51193237305rem;left:8.4217672348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPaltl48418z7PeLu7nIqR7qipJD6s9Q { display:block; }#NPaltl48418z7PeLu7nIqR7qipJD6s9Q > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlpg6V2HG73HI6ZqTl1szoTaW4CEB74t { width:20rem;height:2.5996125rem;top:7.5618457794187rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8HwXIPP2k2BwTly27cabNOUVgvV7t7K { width:20rem;height:10.1985625rem;top:10.660797119141rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2fNfVBiZXfuwTnfL2c8wySSuTeNisTl { width:20rem;height:2.5996125rem;top:24.420791149139rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABo6baT8ivOAIiCneKKSOHdM2q7R2VMq { width:20rem;height:13.5980625rem;top:27.95703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWa1xTz25myS7a4yvxxTQszCVr11e9R2 { width:20rem;height:2.5996125rem;top:46.24197101593rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZatxJzKhUtdoTgSHxgdPu9i5PIsFhc1R { width:20rem;height:10.1985625rem;top:49.778516769409rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFRnMb8cncVgWt6QBg38K7CBXL2vd3VB { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9L6XRKSyvv371dQcd9Sr40HSO2Pouzr { width:18.9995625rem;height:3.18739375rem;top:64.038657188413rem;left:0.49967455863952rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJcbF71UN5a15IN9TlnXzS3cpOLmPDlX { display:block; }
 }@media only screen and (max-width: 763px) { #k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To { display:block; }#k2s1zdd1cNCM3KrqbA9kRt5iEUebs9To > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhwRyqrfcXb0Ulko8CbSbL4KDF6T5V9f { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIPcygeVkQJtc4rw7ErfU4DBrfXiyM0k { width:19rem;height:4.5rem;top:6.625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #begriTklRmWbQIo4JTDk7dADK0zkA1as { display:block; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-regular-label { display:block;width:17.5rem;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;vertical-align:top;height:auto; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT  { width:17.5rem;height:30.875rem;top:12.375rem;left:0rem; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KQqbspalbsWhM0oLydRm8D9xSsUWapUT {display:block;}#KQqbspalbsWhM0oLydRm8D9xSsUWapUT { width:17.5rem;height:30.875rem;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #F3buV9zzR0JpTElTfWXg3tAATppGIrbw {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #Be0HVIRvxmmZWderxlEWoeb2T5Lcyam7 { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #KlguP3lxcmxeG04vqm07rqGGKyvIyMwR {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #NGsvl8iiOR4FRFSMHgXQnWvxO2kTzwD0 {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #wV4BLBx0oiMEwBa3UaiAp1WEK2OmlLUc { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #E8xasPpTUQSKTrsTkn4TM2ngTl2EIpDR {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #GZMdkgEuDghgUTODerCPStITHEPORX5t {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #UGKQdAqz9u1LDwzBDttkOAdAPVaDOkLb { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #vhxHqTHT7Z8AX10vtFo8BH7RukK3Ixck {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #TRbqo5PfG1LGxzWqeFM6WULRChx3zk0w {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #LlQkaQvAtbhkO3cLFmZZqAWvbDlu3abb { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #Dp6RZDxe3nd8tsmiktITOZNwiVftmAOL {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #xFoygo2q87bwRufSBUC8SvAH2Js94NxA {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #uaDkAgkTc6hwSlEsTwypQRT6gGTsFi8C { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #WziyCq7sbpBlG0IliTadTzk3g0nHKMZC {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #uRk61oInnVSNKWUXLIHL8cS3gErBgN5y {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #LToXeHAZftzamTsO0wUOQbJzoIZExiD3 { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #RkBfZ59twzxZIuTHVd1bKSbcsWbK7OqJ {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #VCm9oeZXo0mKC7DrX8gJghkNAd8Od43M {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #wrxlqyqdRDbXiAfy7gN4ATWFTzVRKFQe { display:none; }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #AxC3nglXUbKf6HT3ykFbI2PZtNHbBH2u {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #rV5DGSUrusylKc7LnNdsIDCXN9hoThel {  }
 }@media only screen and (max-width: 763px) { #KQqbspalbsWhM0oLydRm8D9xSsUWapUT #QIhzLbZgy9WJTGoncmwvQfDyKfokvUqN {  }
 }@media only screen and (max-width: 763px) { #INE3EkEBl8F7lgh5hrGGK9vUaieAD298 { display:block; }#INE3EkEBl8F7lgh5hrGGK9vUaieAD298 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdBaiJ0nVS5f3QFAM8S2S32kkGJ3Fbo6 { width:15.625rem;height:3.75rem;top:14.749891281128rem;left:2.1875002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2JzPWt1tqceJ89MpQt9tf7E9fq33gPo { display:block; }
 }@media only screen and (max-width: 763px) { #Ure2HlVorzw9RNDnZDN2GbIT4NU1eIlW { width:3.4375rem;height:2.999675rem;top:2.2478294372559rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3JONHoMgQFnrbaldq440V2TkybUqaPJ { width:19.625rem;height:2.11230625rem;top:6.1871738433838rem;left:0.18717455863953rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmaOlM1ToZBURAnMa3ICfuSiadteJGs9 { width:17.8125rem;height:4.38720625rem;top:8.7490234375rem;left:1.1870660781861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq { background-color:rgba(0,0,0,0.7);background-image:none;display:block; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container { background-color: transparent; background-image: none; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container > .video-iframe-container { display: none; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row > .video-iframe-container { display: none; }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .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); }#tN3gsPNaI0Ccd7oRB7GiCBQOnW2d4ltq > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNLP748hLwg9fTTLk7vlVuZnymbktbNN { width:12.1875rem;height:4.3529894992499rem;top:4.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0WGa7oyFtrQvTcPKH0bHAkW1hkMIvQa { width:12.5rem;height:2.5996125rem;top:31.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN5gT4g2C50RQwiTTaf3hnNkege8lUZZ { width:5.3125rem;height:4.93713125rem;top:24.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRycQveZTCfl1RgMRl4uJmouLGMDxP8k { width:4.8125rem;height:2.5rem;top:36.4375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5k1PGrceC4GIr8ek1Tp2MVt3uSBQt7 { width:12.5rem;height:1.70605625rem;top:9.6875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snoV91QgsJETkalrDI79vgyNanwDT8oV { width:11.4375rem;height:5.375rem;top:15.4443359375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { background-color:rgba(0,0,0,0.9);background-image:none;display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:20rem;height:8.53125rem;top:1.98681640625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }