.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:217,225,242;--color-primary-1:129,154,213;--color-primary-2:2,52,171;--color-primary-3:1,26,86;--color-primary-4:0,8,26;--color-secondary-0:255,242,236;--color-secondary-1:255,167,102;--color-secondary-2:255,109,0;--color-secondary-3:153,65,0;--color-secondary-4:51,22,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:109,109,109;--color-tertiary-4:30,30,30;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#IsUg6mILPnxrbe8RtX0w2v4saBKLOKul { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.375rem;top:0rem;left:1.6617183685302rem;overflow:hidden;display:block; }
#lvFTx7QS0k01emb52T7CnnwS8F1iXZ4L { color:#00314c;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:2.328125rem;left:8.598437309265rem;height:1.96875rem;font-style:normal;display:block; }
#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL { position:relative;display:block; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL { background-color: transparent; background-image: none; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .row .container > .video-iframe-container { display: none; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .row > .video-iframe-container { display: none; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .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); }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL { border-width: 0; border-radius: 0; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .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; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .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:25.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a8e4CZ3FZKhq0aVTIkDx38ZmmCCRvJ1V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:21.625rem;width:32.625rem;top:1.90625rem;left:2.4375rem;overflow:hidden;display:block; }
#o47UWEaisv9TD3eTiPLCiwiv183zcmzF { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.21875rem;left:42.28125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcD9rZds9yvslxFHE4JasWGWJwxTANSD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.125rem;left:47.5rem;display:block; }
#TTgRX7T76Gr8ubDiGWTVhVTNFwAuWldO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzuJBSNV1VCri9J7xIdvrfHTTbIT42n7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:20.1875rem;left:47.75rem; }
#ocRMqhsfZOhuEGtO7QgStrv3kaURmUSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.1875rem;left:63.5rem; }
#GSil0fkRcaT1HvaxENTCv7LTlAXffcct { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:"playfairdisplay regular";font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(20,12,214,0.11);top:1.90625rem;left:37.937500953674rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR { position:relative;display:block; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR { background-color: transparent; background-image: none; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .row .container > .video-iframe-container { display: none; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .row > .video-iframe-container { display: none; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .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); }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR { border-width: 0; border-radius: 0; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .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; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .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:52.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KzNNCb0mabizw2ikQ8k7kptih79yBNos { box-sizing:content-box;height:42.875rem;width:21.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.25rem;left:47.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Np7HCNIutMQJqmmztg6t6tNcCD1Qc069 { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:8.875rem;left:49.3125rem;height:6.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-form-header {  }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .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-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;line-height:1.2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .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-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:arial;line-height:1.2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.9375rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .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:arial;line-height:1.5;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .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; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-container:first-of-type{padding-top:0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-container:last-of-type{padding-bottom:0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:14.921875rem;left:48.1875rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu {display:block;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:14.921875rem;left:48.1875rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #thvwLqkag9vuW0pZJszUTPRdQklKNxxE { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #qi85dPn0PlNSxPmCFMeTNvE6DnohX1Dr { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #hXcNb2rzbw4Vtw4z2xGNJBMzn4TrM1ol { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #yRlhpC7q2DwUKg6COrMcpvwNxLDfJSDP { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #ouBv2b3Q2nFKcA11fu1Tp2HHf45rfsu8 { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vnRdf4IcGFO4G1o0WvK4KQOJxWpgIB16 { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #X6PhcdeVGox0ImhhbyUE5c5DQogFh91M { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #HIgqGnBRWv2ZTHBOZNOUdNg2U2SMvhUu { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #TnxTT4Or2hhbcxcBeiCUrosDxJAmxLdN { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #C3VB3T2MKKCJrcqlSA8OJBFdJHXacuXb { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #cC6BM0woa8IMV2JnlifqwOwl3SMEut86 { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #rQiTxuXSgEtkUNT6LMGWdIbcBswtvqP4 { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vVNtHh3segmDrkXoECuL5BBIrrH019MT { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #eBvNyRF40gs8Np3gChX8CdPd2ZT8RJdA { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #f7cywXf1DoABmd72Q1n5tF5vTXgQ7DHP { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #R04fqDJ384cKCOJwLVOyFfFwSpQ5DDB7 { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #R04fqDJ384cKCOJwLVOyFfFwSpQ5DDB7 .container-column{width:50%;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vQVDJXVlOnZPxDq9TuV4McbLDRbyxfln { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #MblaJg3JBUAokf5yoExUvReQLs8iTHRo { position:relative;z-index:2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #LMv62e29iTswfQLgTiIIVKDLmrDTTRkJ { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #DSUe8Ihu5IdnmnZdzxbJeoCKh065QRyt { position:relative;z-index:2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #aGToCvtoMve00mclTBnabQk5xkFKQVFF { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #AyR74kQnIw9tzLlvAQ4Lkghnh3K27HJr { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #AyR74kQnIw9tzLlvAQ4Lkghnh3K27HJr .container-column{width:33%;;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #QTPo2HbphNstkd7URSq9BXOQXnPEcRzn { position:relative;display:block; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #gnatmTlqxwZwOTguskEmByqkVsZq6BT1 { position:relative;z-index:2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #nchixAl9MOHuHxc0tGD7gWA5NTMfZr48 { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #Zi9ucd0wRyCnTI71w8NmWwF46sNsXTuq { position:relative;z-index:2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #kMqoMRsVaDS0lXuFy3DPhrhrMTITc0rT { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #qTR5Z4zXOu5m3H684LZRT2nenLpz9sXJ { position:relative;z-index:2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #KbOaK4dV413L192VSDU793tPoAgsoyyq { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #KElHBIEalLbMOoHJJVh1fgU2fOu1p4dT { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #G6aBlQ3bE74ndleiOkdP0QVbpw2LSG3e { position:relative;z-index:2; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #CvqrgApp8EJslE4WFUl1KX9u4mUfi7TT { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #i6k5UTZ3WLqZJsXVVuJnSsiPZ4cGLPAN { position:relative; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #axZWRCdAn1XPky1cQ51UR6FymPBx0PSb { position:relative; }
#SBA15gVZA0cNLgt6TsQ8Ip1iUDOn8lnq { box-sizing:content-box;height:9.5625rem;width:9.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1.46875rem;left:41.031250953674rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(0,0,0,0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#tLAkNlm3JmKhbs4mye1zv9PRI6CqZgsH { color:#e64a19;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(20,12,214,0.11);top:4.8125rem;left:40.875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThKqebIilc5UPpTPAcTaFVTqxUiRWQJa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:6.686718940735rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huliJV6eM2PTai8294OzTcBCPmmT9o3d { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:16.77499961853rem;left:0rem;height:14.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHKi7EyNkiB44Q7BnPNo3NNITOrLgSoB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:35.7685546875rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETZNOdWvMTPnMMCDeR4fkBups8A3WLCI { 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:8.5625rem;width:8.5625rem;top:33.937500953674rem;left:33.268750190735rem;overflow:hidden;display:block; }
#whz2eIQ9EU9IeooXyqVGUhU5zXcaXfA1 { box-sizing:content-box;height:0.125rem;width:68.4375rem;position:absolute;display:block;z-index:15016;background-color:#9a9b9b;background-image:none;top:0.58125019073486rem;left:3.3304681777954rem;display:block; }
#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.16);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; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container { background-color: transparent; background-image: none; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container > .video-iframe-container { display: none; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row > .video-iframe-container { display: none; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .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); }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container { border-width: 0; border-radius: 0; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#k4Cep6Sng9mbCVQ8WsVAtBvAa05C3RdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:68.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.8617191314698rem;left:3.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AOpUBdsPCsf4PBMJwzoAQfpnRVMFn3r5 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.0000009536743rem;left:13.811718940735rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nbRzu5SH3LVibDo3X4DUStq3pT5gZbof { box-sizing:content-box;height:2.375rem;width:49.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.94);background-image:none;top:4.625rem;left:11.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.16);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container { background-color: transparent; background-image: none; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container > .video-iframe-container { display: none; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row > .video-iframe-container { display: none; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .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); }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container { border-width: 0; border-radius: 0; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#wncUHQtlprTV0I4cXybvcyz756pg2pzp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:5.40625rem;left:5.125rem;overflow:hidden;display:block; }
#HRZJ4q8NaA1vigeZcfzA6ScDcFoQ4mTU { 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:8.875rem;width:8.875rem;top:5.21875rem;left:23.687500953674rem;overflow:hidden;display:block; }
#nOn340PsvC4uVSaxPTZxR1hTOXeVRNUw { 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:8.125rem;width:8.125rem;top:5.59375rem;left:42.812500953674rem;overflow:hidden;display:block; }
#qMSm3C3cPx8BThCzzxF96TbVCLRwBJUS { 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:8rem;width:8rem;top:5.65625rem;left:61.625000953674rem;overflow:hidden;display:block; }
#aDBDI44rwDI5tuVTIvrRCmvsUsTVRz2G { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:1.125rem;left:2rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKnRIcavpXchHGc5iQ37rtU4obQ5dxuR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.125rem;left:23.500000953674rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT4s1LBq7fMf8enMDI19iNMTpC3uVxct { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:1.125rem;left:42.406250953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkfyClhrgLql1ycrfuIMWdsdz3C5eCoE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:1.125rem;left:59.656250953674rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8OEgb8vqXN7LU1EeRk3dUeFz46u7Oqx { color:#e64a19;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:16.550001144409rem;left:1.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glx9QRNvIqR4N85ZLkJiDDVRebAhz0AF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:16.550001144409rem;left:20.217968940735rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dy6KZGiTo1T25nICyVs95tAumT2QwvuC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:16.518751144409rem;left:38.781250953674rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCGJSdql40zH9d8kD91U0rTx6MwTzgNm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:16.46875rem;left:57.250000953674rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckgWfWA61PlRJDDtQyTxgp0xN11UsTRS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.3125rem;left:28.099999427796rem;display:block; }
#DKevr2AbQOI8f1qUUd8N5KFoMhrzF5Tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqb7pXRpQCS1FTtxCNt1Id7FfQMlelfn { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#MUWpkf7Iwrt40hSB7C5zbcX55wRdsOmC { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:19.499218940735rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#TZcEWP7OP7ED23IkzgVUtZA6SySN7o93 { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:38.250000953674rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#pnHyGgNMSrTiK28NegHEmLpxqoEiqqq9 { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.0625rem;left:57.000000953674rem;border-top:0.125rem dashed rgba(var(--color-tertiary-4),1);border-left:0.125rem dashed rgba(var(--color-tertiary-4),1);border-right:0.125rem dashed rgba(var(--color-tertiary-4),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-4),1);display:block; }
#HRWfMRUXmfeTVJMpgUHQxpOeAebXWbIs { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;display:none; }
#ve8Au2HBCnazlKLrsF7r1rCOwnieOJTR { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;display:none; }
#QMDGQ8HmltPuhKxq6FgbPSJy8ywufaRz { box-sizing:content-box;height:16.5625rem;width:17.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.03125rem;left:0.75rem;display:none; }
#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ { position:relative;display:block; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ { background-color: transparent; background-image: none; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row .container > .video-iframe-container { display: none; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row > .video-iframe-container { display: none; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .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); }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ { border-width: 0; border-radius: 0; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .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; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uPBz2ehrDmFUqnpvvaTCBVKfqWTHk6Cg { color:rgba(var(--color-tertiary-4),1);display:block;width:67.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.84375rem;left:3.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi { position:relative;display:block; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi { background-color: transparent; background-image: none; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .row .container > .video-iframe-container { display: none; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .row > .video-iframe-container { display: none; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .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); }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi { border-width: 0; border-radius: 0; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .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; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .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:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.4242200851441rem;left:39.750000953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 li:before{  }
#lFNxXHWBcqyX8TEtrJ2xZB5ZJb6wF5Zz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:21.625rem;width:32.4375rem;top:3.15625rem;left:2.4375rem;overflow:hidden;display:block; }
#TO8NLZ1NzwF1ZTX610o05XNqZq0ndNQN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.831251144409rem;left:49.875000953674rem;display:block; }
#gIv1mk5Iv8WqRA9FHLiTQd1HhbfULWlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJMfuBBURIm2J9GwpTA7TOzxXTd6G7Gh { box-sizing:content-box;height:0.125rem;width:68.4375rem;position:absolute;display:block;z-index:15017;background-color:#9a9b9b;background-image:none;top:0.96094131469725rem;left:3.2242183685302rem;display:block; }
#P8DiC4mxDVQogqawVe14vZz15N60UlG7 { position:relative;display:block; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 { background-color: transparent; background-image: none; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .row .container > .video-iframe-container { display: none; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .row > .video-iframe-container { display: none; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .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); }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 { border-width: 0; border-radius: 0; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .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; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .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:27.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.0625rem;left:1.6875rem;height:15.058625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo li:before{  }
#t1DFWT0EIfL34Ok35M0qPxxGhVKO8ueF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;height:21.625rem;width:32.4375rem;top:3.15625rem;left:40.031250953674rem;overflow:hidden;display:block; }
#TXiCggK8NFf27P81R6eHcAMvuuTlwbTZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.393749237061rem;left:12.374218940735rem;display:block; }
#xKwn7f6ytAN6ePWdbHnoLPbFbG4OGL77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7SgIsOgzddTKzB6XSolFUAgISef2NnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.16);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; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container { background-color: transparent; background-image: none; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container > .video-iframe-container { display: none; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row > .video-iframe-container { display: none; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .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); }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container { border-width: 0; border-radius: 0; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#FoXLUQIywlpS8UAn5erfNTNHifsU5fVi { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:1.7187509536743rem;left:8.436718940735rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.15);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; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container { background-color: transparent; background-image: none; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container > .video-iframe-container { display: none; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row > .video-iframe-container { display: none; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .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); }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container { border-width: 0; border-radius: 0; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#SG0U2BOrTzDBXDLeFm4T4X2sRgLuO8uJ { color:#454545;display:block;width:9.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:9.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0UK9ttnIo8bvp7IXruwEiub051cApWh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:8.1875rem;left:9.25rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IltS6OGkhFgbDL4VSWrrCWzACQxrUxJg { color:#454545;display:block;width:7.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:10.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdU5KdV4Qa5FKkPuTgUsAqTBagpIS16K { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:16.375rem;left:10.8125rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DelFqcQc3Ba8uEK8PCwNZUgcEmNQIUFu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:16.3125rem;left:54.625rem;height:4.671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TR7iicIEfLVT14Bsv5qRGS9uHb44RK5r { color:#454545;display:block;width:13.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8125rem;left:53.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT0e1wS7FqgXpKMJLVPumW2TEUUc04NB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:7.75rem;left:54.1875rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbrAhclnyJeUog55RLKVdT2wCsoPZJCO { color:#454545;display:block;width:9.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:55.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hprKJN2wRpznxb3g1UKzeOlPosDnmt52 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:12.3125rem;left:12.875rem; }
#isiDdEVsq1hQg7vF9cNwTgWNEQHsqbHJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:3.5625rem;left:12.5rem; }
#lIKJ0H1HLJzwoVN8W4PM364b3aKu5DtG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:4.0625rem;left:59rem; }
#f1ANn8I6hfD95KNX9IesyRSBbFxIhXQ6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.25rem 0.3125rem 0.25rem rgba(0,0,0,0.5) ;height:18.8125rem;width:28.25rem;top:2.2187490463257rem;left:23.375000953674rem;overflow:hidden;display:block; }
#sP6MJNag3J70DJKS6wI0tdurIMR919JS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:12.4375rem;left:58.9375rem; }
#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h { position:relative;display:block; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h { background-color: transparent; background-image: none; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .row .container > .video-iframe-container { display: none; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .row > .video-iframe-container { display: none; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .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); }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h { border-width: 0; border-radius: 0; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .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; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .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:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iSRxMTpzG1r59Qnhg6zHadW8FzCtpUTc { color:rgba(var(--color-tertiary-4),1);display:block;width:65.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:1.8429698944092rem;left:4.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p486KsP0KhgdpDa5vrsngtpJS42Fo7wT { color:rgba(var(--color-tertiary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.1859378814697rem;left:10.467968940735rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq { position:relative;display:block; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq { background-color: transparent; background-image: none; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .row .container > .video-iframe-container { display: none; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .row > .video-iframe-container { display: none; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .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); }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq { border-width: 0; border-radius: 0; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .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; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .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:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TTaVFotTEE1k96aEb5MnOUcIwXTEW41T { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.1867184638975rem;left:3.28125rem;height:18.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TTaVFotTEE1k96aEb5MnOUcIwXTEW41T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTaVFotTEE1k96aEb5MnOUcIwXTEW41T li:before{  }
#ThlZGEhsQMwqzxndBqlPsA7hd1FHo4An { box-sizing:content-box;height:25.5rem;width:25.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.499219417572rem;left:44.224999427796rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#tAQb58EelNApED9sxP9QFKzc93DLOk0T { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;height:23.6875rem;width:23.6875rem;top:4.3421878814697rem;left:45.068749427796rem;overflow:hidden;display:block; }
#wNTkkH53025u8T0ZMq4zgpZH3HCBRFam { box-sizing:content-box;height:0.0625rem;width:68.5rem;position:absolute;display:block;z-index:15017;background-color:#9a9b9b;background-image:none;top:31.4375rem;left:3.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf { position:relative;display:block; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf { background-color: transparent; background-image: none; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row .container > .video-iframe-container { display: none; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row > .video-iframe-container { display: none; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .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); }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf { border-width: 0; border-radius: 0; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .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; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NSzGrB8o89Jeol4I8uxy5cvP0lrQfbBc { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.2367200851441rem;left:8.436718940735rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUZ05r0ey51mDFRpvhrLTzJoFdrq7Shh { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:8.6562509536744rem;left:8.436718940735rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvbTd8ftKCTpkwO30dNfzMDXTzX8ziGc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.425000190735rem;left:24.436718940735rem;display:block; }
#cxiaPS5AihXzBvQATkFBh1cWTBN30q2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container { background-color: transparent; background-image: none; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container > .video-iframe-container { display: none; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row > .video-iframe-container { display: none; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .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); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container { border-width: 0; border-radius: 0; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#bABiWHdgoT68k6h3T6ny882waqnD0tGO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.54375076293945rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsUg6mILPnxrbe8RtX0w2v4saBKLOKul { width:6.375rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvFTx7QS0k01emb52T7CnnwS8F1iXZ4L { top:2.3125rem;left:0rem;width:17.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc7Ockz13odT2Vteon5GpTpaADlLZ3BL { display:block; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8e4CZ3FZKhq0aVTIkDx38ZmmCCRvJ1V { width:32.625rem;height:21.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47UWEaisv9TD3eTiPLCiwiv183zcmzF { width:27.9375rem;height:5rem;top:10.1875rem;left:19.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcD9rZds9yvslxFHE4JasWGWJwxTANSD { width:17.5625rem;height:3.4375rem;top:19.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgRX7T76Gr8ubDiGWTVhVTNFwAuWldO { display:block; }
 }@media only screen and (max-width: 763px) { #nzuJBSNV1VCri9J7xIdvrfHTTbIT42n7 { width:1.375rem;height:1.375rem;top:20.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocRMqhsfZOhuEGtO7QgStrv3kaURmUSU { width:1.375rem;height:1.375rem;top:20.1875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSil0fkRcaT1HvaxENTCv7LTlAXffcct { width:36.625rem;height:5.375rem;top:1.875rem;left:11.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR { display:block; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzNNCb0mabizw2ikQ8k7kptih79yBNos { width:21.0625rem;height:42.875rem;top:7.25rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7HCNIutMQJqmmztg6t6tNcCD1Qc069 { top:8.875rem;left:28.875000953674rem;width:18.1875rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu  { width:18.0625rem;height:32.8125rem;top:14.875rem;left:27.1875rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu {display:block;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu { width:18.0625rem;height:32.8125rem;top:14.875rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #thvwLqkag9vuW0pZJszUTPRdQklKNxxE {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #qi85dPn0PlNSxPmCFMeTNvE6DnohX1Dr {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #hXcNb2rzbw4Vtw4z2xGNJBMzn4TrM1ol {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #yRlhpC7q2DwUKg6COrMcpvwNxLDfJSDP {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #ouBv2b3Q2nFKcA11fu1Tp2HHf45rfsu8 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vnRdf4IcGFO4G1o0WvK4KQOJxWpgIB16 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #X6PhcdeVGox0ImhhbyUE5c5DQogFh91M {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #HIgqGnBRWv2ZTHBOZNOUdNg2U2SMvhUu {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #TnxTT4Or2hhbcxcBeiCUrosDxJAmxLdN {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #C3VB3T2MKKCJrcqlSA8OJBFdJHXacuXb {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #cC6BM0woa8IMV2JnlifqwOwl3SMEut86 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #rQiTxuXSgEtkUNT6LMGWdIbcBswtvqP4 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vVNtHh3segmDrkXoECuL5BBIrrH019MT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #eBvNyRF40gs8Np3gChX8CdPd2ZT8RJdA {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #f7cywXf1DoABmd72Q1n5tF5vTXgQ7DHP {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #R04fqDJ384cKCOJwLVOyFfFwSpQ5DDB7 {  }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #R04fqDJ384cKCOJwLVOyFfFwSpQ5DDB7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vQVDJXVlOnZPxDq9TuV4McbLDRbyxfln {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #MblaJg3JBUAokf5yoExUvReQLs8iTHRo {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #LMv62e29iTswfQLgTiIIVKDLmrDTTRkJ {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #DSUe8Ihu5IdnmnZdzxbJeoCKh065QRyt {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #aGToCvtoMve00mclTBnabQk5xkFKQVFF {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #AyR74kQnIw9tzLlvAQ4Lkghnh3K27HJr {  }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #AyR74kQnIw9tzLlvAQ4Lkghnh3K27HJr .container-column{width:50%;} }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #QTPo2HbphNstkd7URSq9BXOQXnPEcRzn {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #gnatmTlqxwZwOTguskEmByqkVsZq6BT1 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #nchixAl9MOHuHxc0tGD7gWA5NTMfZr48 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #Zi9ucd0wRyCnTI71w8NmWwF46sNsXTuq {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #kMqoMRsVaDS0lXuFy3DPhrhrMTITc0rT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #qTR5Z4zXOu5m3H684LZRT2nenLpz9sXJ {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #KbOaK4dV413L192VSDU793tPoAgsoyyq {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #KElHBIEalLbMOoHJJVh1fgU2fOu1p4dT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #G6aBlQ3bE74ndleiOkdP0QVbpw2LSG3e {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #CvqrgApp8EJslE4WFUl1KX9u4mUfi7TT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #i6k5UTZ3WLqZJsXVVuJnSsiPZ4cGLPAN {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #axZWRCdAn1XPky1cQ51UR6FymPBx0PSb {  }
 }@media only screen and (max-width: 763px) { #SBA15gVZA0cNLgt6TsQ8Ip1iUDOn8lnq { width:9.75rem;height:9.5625rem;top:1.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAkNlm3JmKhbs4mye1zv9PRI6CqZgsH { width:10.1875rem;height:2.75rem;top:4.8125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThKqebIilc5UPpTPAcTaFVTqxUiRWQJa { width:32.125rem;height:6.875rem;top:6.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huliJV6eM2PTai8294OzTcBCPmmT9o3d { width:32.9375rem;height:14.25rem;top:16.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKi7EyNkiB44Q7BnPNo3NNITOrLgSoB { width:32.75rem;height:2.75rem;top:35.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZNOdWvMTPnMMCDeR4fkBups8A3WLCI { width:8.5625rem;height:8.5625rem;top:33.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whz2eIQ9EU9IeooXyqVGUhU5zXcaXfA1 { width:47.75rem;height:0.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtXtWLtODbLisBB5xd92wOdkOOKdxdwP { display:block; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4Cep6Sng9mbCVQ8WsVAtBvAa05C3RdJ { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOpUBdsPCsf4PBMJwzoAQfpnRVMFn3r5 { width:44.875rem;height:1.5rem;top:5rem;left:0.18671894073486rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbRzu5SH3LVibDo3X4DUStq3pT5gZbof { width:47.75rem;height:2.375rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH { display:block; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wncUHQtlprTV0I4cXybvcyz756pg2pzp { width:8.5rem;height:8.5rem;top:5.375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZJ4q8NaA1vigeZcfzA6ScDcFoQ4mTU { width:8.875rem;height:8.875rem;top:5.1875rem;left:13.468750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOn340PsvC4uVSaxPTZxR1hTOXeVRNUw { width:8.125rem;height:8.125rem;top:5.5625rem;left:25.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSm3C3cPx8BThCzzxF96TbVCLRwBJUS { width:8rem;height:8rem;top:5.625rem;left:37.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBDI44rwDI5tuVTIvrRCmvsUsTVRz2G { width:14.75rem;height:2.375rem;top:1.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnRIcavpXchHGc5iQ37rtU4obQ5dxuR { width:9.25rem;height:3.5625rem;top:1.125rem;left:13.281250953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4s1LBq7fMf8enMDI19iNMTpC3uVxct { width:8.9375rem;height:2.375rem;top:1.125rem;left:25.375000953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfyClhrgLql1ycrfuIMWdsdz3C5eCoE { width:11.9375rem;height:2.375rem;top:1.125rem;left:35.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8OEgb8vqXN7LU1EeRk3dUeFz46u7Oqx { width:16.375rem;height:2.25rem;top:16.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glx9QRNvIqR4N85ZLkJiDDVRebAhz0AF { width:15.8125rem;height:2.25rem;top:16.5rem;left:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy6KZGiTo1T25nICyVs95tAumT2QwvuC { width:16.1875rem;height:3.1875rem;top:16.5rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCGJSdql40zH9d8kD91U0rTx6MwTzgNm { width:16.75rem;height:3.375rem;top:16.4375rem;left:31rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckgWfWA61PlRJDDtQyTxgp0xN11UsTRS { width:18.9375rem;height:3.4375rem;top:24.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKevr2AbQOI8f1qUUd8N5KFoMhrzF5Tf { display:block; }
 }@media only screen and (max-width: 763px) { #cqb7pXRpQCS1FTtxCNt1Id7FfQMlelfn { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWpkf7Iwrt40hSB7C5zbcX55wRdsOmC { width:17.25rem;height:16.5625rem;top:4rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcEWP7OP7ED23IkzgVUtZA6SySN7o93 { width:17.25rem;height:16.5625rem;top:4rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnHyGgNMSrTiK28NegHEmLpxqoEiqqq9 { width:17.25rem;height:16.5625rem;top:4.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRWfMRUXmfeTVJMpgUHQxpOeAebXWbIs { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ve8Au2HBCnazlKLrsF7r1rCOwnieOJTR { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMDGQ8HmltPuhKxq6FgbPSJy8ywufaRz { width:17.25rem;height:16.5625rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ { display:block; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPBz2ehrDmFUqnpvvaTCBVKfqWTHk6Cg { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi { display:block; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 { width:33rem;height:;top:5.375rem;left:14.75rem;font-size:1rem;display:block; }#xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 li:before{  }
 }@media only screen and (max-width: 763px) { #lFNxXHWBcqyX8TEtrJ2xZB5ZJb6wF5Zz { width:32.4375rem;height:21.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8NLZ1NzwF1ZTX610o05XNqZq0ndNQN { width:12.75rem;height:3.4375rem;top:20.8125rem;left:29.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIv1mk5Iv8WqRA9FHLiTQd1HhbfULWlh { display:block; }
 }@media only screen and (max-width: 763px) { #fJMfuBBURIm2J9GwpTA7TOzxXTd6G7Gh { width:47.75rem;height:0.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DiC4mxDVQogqawVe14vZz15N60UlG7 { display:block; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo { width:34.125rem;height:15.0625rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }#OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo li:before{  }
 }@media only screen and (max-width: 763px) { #t1DFWT0EIfL34Ok35M0qPxxGhVKO8ueF { width:32.4375rem;height:21.625rem;top:3.125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXiCggK8NFf27P81R6eHcAMvuuTlwbTZ { width:12.75rem;height:3.4375rem;top:21.375rem;left:5.5617189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKwn7f6ytAN6ePWdbHnoLPbFbG4OGL77 { display:block; }
 }@media only screen and (max-width: 763px) { #T7SgIsOgzddTKzB6XSolFUAgISef2NnD { display:block; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoXLUQIywlpS8UAn5erfNTNHifsU5fVi { width:47.75rem;height:2.25rem;top:1.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoSpByiJ72Xf7MEov0fl6URmCOVToTRg { display:block; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG0U2BOrTzDBXDLeFm4T4X2sRgLuO8uJ { width:9.8125rem;height:1.4375rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0UK9ttnIo8bvp7IXruwEiub051cApWh { width:9.8125rem;height:2.3125rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltS6OGkhFgbDL4VSWrrCWzACQxrUxJg { width:7.8125rem;height:1.4375rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdU5KdV4Qa5FKkPuTgUsAqTBagpIS16K { width:6.75rem;height:2.3125rem;top:16.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DelFqcQc3Ba8uEK8PCwNZUgcEmNQIUFu { width:10.9375rem;height:4.625rem;top:16.3125rem;left:36.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7iicIEfLVT14Bsv5qRGS9uHb44RK5r { width:13.5rem;height:1.375rem;top:14.8125rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT0e1wS7FqgXpKMJLVPumW2TEUUc04NB { width:11.8125rem;height:2.3125rem;top:7.75rem;left:35.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbrAhclnyJeUog55RLKVdT2wCsoPZJCO { width:9.0625rem;height:1.4375rem;top:6.3125rem;left:38.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hprKJN2wRpznxb3g1UKzeOlPosDnmt52 { top:12.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isiDdEVsq1hQg7vF9cNwTgWNEQHsqbHJ { top:3.5625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIKJ0H1HLJzwoVN8W4PM364b3aKu5DtG { top:4.0625rem;left:45.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ANn8I6hfD95KNX9IesyRSBbFxIhXQ6 { width:28.25rem;height:18.8125rem;top:2.1875rem;left:9.7500009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6MJNag3J70DJKS6wI0tdurIMR919JS { top:12.4375rem;left:45.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dne46RpnQ06aJVNPkq2drRfb60GTlM8h { display:block; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSRxMTpzG1r59Qnhg6zHadW8FzCtpUTc { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p486KsP0KhgdpDa5vrsngtpJS42Fo7wT { width:47.75rem;height:2.5rem;top:5.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq { display:block; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTaVFotTEE1k96aEb5MnOUcIwXTEW41T { width:35.5rem;height:18.0625rem;top:7.125rem;left:0rem;font-size:1.25rem;display:block; }#TTaVFotTEE1k96aEb5MnOUcIwXTEW41T li:before{  }
 }@media only screen and (max-width: 763px) { #ThlZGEhsQMwqzxndBqlPsA7hd1FHo4An { width:25.5rem;height:25.5rem;top:3.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQb58EelNApED9sxP9QFKzc93DLOk0T { width:23.6875rem;height:23.6875rem;top:4.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTkkH53025u8T0ZMq4zgpZH3HCBRFam { width:47.625rem;height:0.0625rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf { display:block; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSzGrB8o89Jeol4I8uxy5cvP0lrQfbBc { width:47.75rem;height:4.5rem;top:2.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZ05r0ey51mDFRpvhrLTzJoFdrq7Shh { width:47.75rem;height:2.875rem;top:8.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvbTd8ftKCTpkwO30dNfzMDXTzX8ziGc { width:23.875rem;height:3.4375rem;top:12.375rem;left:10.811718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxiaPS5AihXzBvQATkFBh1cWTBN30q2y { display:block; }
 }@media only screen and (max-width: 763px) { #IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G { display:block; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bABiWHdgoT68k6h3T6ny882waqnD0tGO { top:0.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsUg6mILPnxrbe8RtX0w2v4saBKLOKul { width:6.375rem;height:6.4375rem;top:0rem;left:6.8125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvFTx7QS0k01emb52T7CnnwS8F1iXZ4L { width:17.8125rem;height:1.6875rem;top:6.4375rem;left:1.0929687619209rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#00314c;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zc7Ockz13odT2Vteon5GpTpaADlLZ3BL { display:block; }#zc7Ockz13odT2Vteon5GpTpaADlLZ3BL > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8e4CZ3FZKhq0aVTIkDx38ZmmCCRvJ1V { width:20rem;height:13.256704980843rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o47UWEaisv9TD3eTiPLCiwiv183zcmzF { width:19.3125rem;height:5.3125rem;top:23.880859375rem;left:0.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcD9rZds9yvslxFHE4JasWGWJwxTANSD { width:17.5625rem;height:3.4375rem;top:30.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgRX7T76Gr8ubDiGWTVhVTNFwAuWldO { display:block; }
 }@media only screen and (max-width: 763px) { #nzuJBSNV1VCri9J7xIdvrfHTTbIT42n7 { display:flex;width:1.375rem;height:1.375rem;top:31.875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #ocRMqhsfZOhuEGtO7QgStrv3kaURmUSU { display:flex;width:1.375rem;height:1.375rem;top:31.875rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #GSil0fkRcaT1HvaxENTCv7LTlAXffcct { width:18.4375rem;height:7.5rem;top:15.75625038147rem;left:0.78046876192094rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR { display:block; }#EUXZDMpunhJsZV1VzsS4Zxzs9xpxakqR > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzNNCb0mabizw2ikQ8k7kptih79yBNos { width:19.75rem;height:45.4375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np7HCNIutMQJqmmztg6t6tNcCD1Qc069 { width:18.1875rem;height:6.046875rem;top:11.5625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .widget-checkbox-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu  { width:16.75rem;height:auto;top:17.625rem;left:0.375rem; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu {display:block;}#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu { width:16.75rem;height:auto;top:17.625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #thvwLqkag9vuW0pZJszUTPRdQklKNxxE {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #qi85dPn0PlNSxPmCFMeTNvE6DnohX1Dr {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #hXcNb2rzbw4Vtw4z2xGNJBMzn4TrM1ol {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #yRlhpC7q2DwUKg6COrMcpvwNxLDfJSDP {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #ouBv2b3Q2nFKcA11fu1Tp2HHf45rfsu8 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vnRdf4IcGFO4G1o0WvK4KQOJxWpgIB16 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #X6PhcdeVGox0ImhhbyUE5c5DQogFh91M {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #HIgqGnBRWv2ZTHBOZNOUdNg2U2SMvhUu {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #TnxTT4Or2hhbcxcBeiCUrosDxJAmxLdN {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #C3VB3T2MKKCJrcqlSA8OJBFdJHXacuXb {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #cC6BM0woa8IMV2JnlifqwOwl3SMEut86 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #rQiTxuXSgEtkUNT6LMGWdIbcBswtvqP4 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vVNtHh3segmDrkXoECuL5BBIrrH019MT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #eBvNyRF40gs8Np3gChX8CdPd2ZT8RJdA {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #f7cywXf1DoABmd72Q1n5tF5vTXgQ7DHP {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #R04fqDJ384cKCOJwLVOyFfFwSpQ5DDB7 {  }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #R04fqDJ384cKCOJwLVOyFfFwSpQ5DDB7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #vQVDJXVlOnZPxDq9TuV4McbLDRbyxfln {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #MblaJg3JBUAokf5yoExUvReQLs8iTHRo {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #LMv62e29iTswfQLgTiIIVKDLmrDTTRkJ {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #DSUe8Ihu5IdnmnZdzxbJeoCKh065QRyt {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #aGToCvtoMve00mclTBnabQk5xkFKQVFF {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #AyR74kQnIw9tzLlvAQ4Lkghnh3K27HJr {  }
#UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #AyR74kQnIw9tzLlvAQ4Lkghnh3K27HJr .container-column{width:50%;} }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #QTPo2HbphNstkd7URSq9BXOQXnPEcRzn {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #gnatmTlqxwZwOTguskEmByqkVsZq6BT1 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #nchixAl9MOHuHxc0tGD7gWA5NTMfZr48 {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #Zi9ucd0wRyCnTI71w8NmWwF46sNsXTuq {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #kMqoMRsVaDS0lXuFy3DPhrhrMTITc0rT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #qTR5Z4zXOu5m3H684LZRT2nenLpz9sXJ {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #KbOaK4dV413L192VSDU793tPoAgsoyyq {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #KElHBIEalLbMOoHJJVh1fgU2fOu1p4dT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #G6aBlQ3bE74ndleiOkdP0QVbpw2LSG3e {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #CvqrgApp8EJslE4WFUl1KX9u4mUfi7TT {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #i6k5UTZ3WLqZJsXVVuJnSsiPZ4cGLPAN {  }
 }@media only screen and (max-width: 763px) { #UBWMr4GzEs18JV0xLmx9ggIV3Wve8uEu #axZWRCdAn1XPky1cQ51UR6FymPBx0PSb {  }
 }@media only screen and (max-width: 763px) { #SBA15gVZA0cNLgt6TsQ8Ip1iUDOn8lnq { width:9.3125rem;height:9.125rem;top:1.53125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAkNlm3JmKhbs4mye1zv9PRI6CqZgsH { width:11.5625rem;height:2.5rem;top:4.90625rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThKqebIilc5UPpTPAcTaFVTqxUiRWQJa { width:20rem;height:6.75rem;top:57.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huliJV6eM2PTai8294OzTcBCPmmT9o3d { width:20rem;height:15.9375rem;top:66.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHKi7EyNkiB44Q7BnPNo3NNITOrLgSoB { width:20rem;height:0;top:83.31250190735rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETZNOdWvMTPnMMCDeR4fkBups8A3WLCI { width:8.5625rem;height:8.5625rem;top:40.6875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whz2eIQ9EU9IeooXyqVGUhU5zXcaXfA1 { width:20rem;height:0.125rem;top:81.12500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtXtWLtODbLisBB5xd92wOdkOOKdxdwP { display:block; }#dtXtWLtODbLisBB5xd92wOdkOOKdxdwP > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4Cep6Sng9mbCVQ8WsVAtBvAa05C3RdJ { width:19.3125rem;height:4.5rem;top:1.25rem;left:0.34296876192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOpUBdsPCsf4PBMJwzoAQfpnRVMFn3r5 { width:19.9375rem;height:2.25rem;top:7.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbRzu5SH3LVibDo3X4DUStq3pT5gZbof { width:20rem;height:4.0625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH { display:block; }#HeROTIRUcy9BqVtCqcn2bJsovLZh6XQH > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wncUHQtlprTV0I4cXybvcyz756pg2pzp { width:8.5rem;height:8.5rem;top:5.2484374046326rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZJ4q8NaA1vigeZcfzA6ScDcFoQ4mTU { width:8.875rem;height:8.875rem;top:23.75rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOn340PsvC4uVSaxPTZxR1hTOXeVRNUw { width:8.125rem;height:8.125rem;top:42.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSm3C3cPx8BThCzzxF96TbVCLRwBJUS { width:8rem;height:8rem;top:62.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBDI44rwDI5tuVTIvrRCmvsUsTVRz2G { width:14.75rem;height:2.375rem;top:1.25rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnRIcavpXchHGc5iQ37rtU4obQ5dxuR { width:9.25rem;height:3.5625rem;top:20.1875rem;left:5.3750000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4s1LBq7fMf8enMDI19iNMTpC3uVxct { width:8.9375rem;height:2.375rem;top:38.9375rem;left:5.5000000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfyClhrgLql1ycrfuIMWdsdz3C5eCoE { width:11.9375rem;height:2.375rem;top:59.125rem;left:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8OEgb8vqXN7LU1EeRk3dUeFz46u7Oqx { width:14.5625rem;height:2.125rem;top:15.000000953674rem;left:2.7187500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glx9QRNvIqR4N85ZLkJiDDVRebAhz0AF { width:14.1875rem;height:2.125rem;top:33.875000953674rem;left:2.9062500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy6KZGiTo1T25nICyVs95tAumT2QwvuC { width:15.625rem;height:3.1875rem;top:51.687501907349rem;left:2.1875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCGJSdql40zH9d8kD91U0rTx6MwTzgNm { width:16.75rem;height:3.1875rem;top:72.6875rem;left:1.6250000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckgWfWA61PlRJDDtQyTxgp0xN11UsTRS { width:17.75rem;height:3.125rem;top:79.5rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKevr2AbQOI8f1qUUd8N5KFoMhrzF5Tf { display:block; }
 }@media only screen and (max-width: 763px) { #cqb7pXRpQCS1FTtxCNt1Id7FfQMlelfn { width:15.6875rem;height:14.25rem;top:4.1875rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWpkf7Iwrt40hSB7C5zbcX55wRdsOmC { width:17.25rem;height:16.5625rem;top:101.8125rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZcEWP7OP7ED23IkzgVUtZA6SySN7o93 { width:17.25rem;height:16.5625rem;top:119.625rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnHyGgNMSrTiK28NegHEmLpxqoEiqqq9 { width:17.25rem;height:16.5625rem;top:137.4375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRWfMRUXmfeTVJMpgUHQxpOeAebXWbIs { width:15.6875rem;height:14.5rem;top:22.98671913147rem;left:2.1562500596046rem;z-index:15000;border-top:0.125rem dashed #1e1e1e;border-left:0.125rem dashed #1e1e1e;border-right:0.125rem dashed #1e1e1e;border-bottom:0.125rem dashed #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #ve8Au2HBCnazlKLrsF7r1rCOwnieOJTR { width:15.6875rem;height:14.5rem;top:41.612501144409rem;left:2.1562500596046rem;z-index:15001;border-top:0.125rem dashed #1e1e1e;border-left:0.125rem dashed #1e1e1e;border-right:0.125rem dashed #1e1e1e;border-bottom:0.125rem dashed #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #QMDGQ8HmltPuhKxq6FgbPSJy8ywufaRz { width:15.6875rem;height:14.5rem;top:62.1875rem;left:2.1562500596046rem;z-index:15002;border-top:0.125rem dashed #1e1e1e;border-left:0.125rem dashed #1e1e1e;border-right:0.125rem dashed #1e1e1e;border-bottom:0.125rem dashed #1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ { display:block; }#h8toPPa1d2z8f1RztNN4nHrxBPTqTFvJ > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPBz2ehrDmFUqnpvvaTCBVKfqWTHk6Cg { width:18.3125rem;height:4.5rem;top:1.25rem;left:0.84296876192094rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi { display:block; }#QgvlAR5By8cfN3XnUw9ST8kNf0bFTIFi > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 { width:20rem;height:13.0331875rem;top:17.2078125rem;left:0rem;font-size:1rem;display:block; }#xlXgQFgv5lu7K8wu0uxTGETsC304RuT3 li:before{  }
 }@media only screen and (max-width: 763px) { #lFNxXHWBcqyX8TEtrJ2xZB5ZJb6wF5Zz { width:19.25rem;height:12.6875rem;top:1.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8NLZ1NzwF1ZTX610o05XNqZq0ndNQN { width:12.75rem;height:3.4375rem;top:31.676563262939rem;left:3.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIv1mk5Iv8WqRA9FHLiTQd1HhbfULWlh { display:block; }
 }@media only screen and (max-width: 763px) { #fJMfuBBURIm2J9GwpTA7TOzxXTd6G7Gh { width:16.4375rem;height:0.125rem;top:0.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DiC4mxDVQogqawVe14vZz15N60UlG7 { display:block; }#P8DiC4mxDVQogqawVe14vZz15N60UlG7 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo { width:20rem;height:13.8203125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#OofdecH4oAO5mJ7XGAs1yM3BqmRIQpJo li:before{  }
 }@media only screen and (max-width: 763px) { #t1DFWT0EIfL34Ok35M0qPxxGhVKO8ueF { width:19rem;height:12.625rem;top:15.708594322204rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXiCggK8NFf27P81R6eHcAMvuuTlwbTZ { width:12.75rem;height:3.4375rem;top:30.521093845367rem;left:3.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKwn7f6ytAN6ePWdbHnoLPbFbG4OGL77 { display:block; }
 }@media only screen and (max-width: 763px) { #T7SgIsOgzddTKzB6XSolFUAgISef2NnD { display:block; }#T7SgIsOgzddTKzB6XSolFUAgISef2NnD > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoXLUQIywlpS8UAn5erfNTNHifsU5fVi { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoSpByiJ72Xf7MEov0fl6URmCOVToTRg { display:block; }#BoSpByiJ72Xf7MEov0fl6URmCOVToTRg > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SG0U2BOrTzDBXDLeFm4T4X2sRgLuO8uJ { width:9.25rem;height:1.4625rem;top:40.620030403137rem;left:5.3750001788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0UK9ttnIo8bvp7IXruwEiub051cApWh { width:10.0625rem;height:2.3359375rem;top:42.357245445251rem;left:4.9687501788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IltS6OGkhFgbDL4VSWrrCWzACQxrUxJg { width:9.0625rem;height:1.4625rem;top:25.8125rem;left:5.4687501788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdU5KdV4Qa5FKkPuTgUsAqTBagpIS16K { width:10.75rem;height:1.16875rem;top:27.112212181091rem;left:4.6250001788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DelFqcQc3Ba8uEK8PCwNZUgcEmNQIUFu { width:10.75rem;height:4.671875rem;top:34.487216949463rem;left:4.6250001788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TR7iicIEfLVT14Bsv5qRGS9uHb44RK5r { width:12.6875rem;height:1.38125rem;top:33.1875rem;left:3.6562501788139rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pT0e1wS7FqgXpKMJLVPumW2TEUUc04NB { width:10.75rem;height:3.50390625rem;top:18.625rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbrAhclnyJeUog55RLKVdT2wCsoPZJCO { width:9.3125rem;height:1.4625rem;top:17.3125rem;left:5.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hprKJN2wRpznxb3g1UKzeOlPosDnmt52 { width:2.1875rem;height:2.1875rem;top:23.675001144409rem;left:8.9062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #isiDdEVsq1hQg7vF9cNwTgWNEQHsqbHJ { width:3.0625rem;height:3.0625rem;top:37.607032775879rem;left:8.4687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIKJ0H1HLJzwoVN8W4PM364b3aKu5DtG { width:2.1875rem;height:2.1875rem;top:14.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ANn8I6hfD95KNX9IesyRSBbFxIhXQ6 { width:17.3125rem;height:11.5rem;top:1.5234375rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6MJNag3J70DJKS6wI0tdurIMR919JS { width:2.8125rem;height:2.8125rem;top:30.425001144409rem;left:8.5937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dne46RpnQ06aJVNPkq2drRfb60GTlM8h { display:block; }#Dne46RpnQ06aJVNPkq2drRfb60GTlM8h > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSRxMTpzG1r59Qnhg6zHadW8FzCtpUTc { width:19rem;height:6.75rem;top:1.625rem;left:0.5rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p486KsP0KhgdpDa5vrsngtpJS42Fo7wT { width:20rem;height:5.3125rem;top:9.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq { display:block; }#TAJmAH6NZNR0A01A2XMQdv3QCETwwtyq > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTaVFotTEE1k96aEb5MnOUcIwXTEW41T { width:20rem;height:20.125rem;top:22.25rem;left:0rem;font-size:0.9375rem;display:block; }#TTaVFotTEE1k96aEb5MnOUcIwXTEW41T li:before{  }
 }@media only screen and (max-width: 763px) { #ThlZGEhsQMwqzxndBqlPsA7hd1FHo4An { width:18.5rem;height:18.5625rem;top:2.40625rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQb58EelNApED9sxP9QFKzc93DLOk0T { width:16.3125rem;height:16.3125rem;top:3.5rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTkkH53025u8T0ZMq4zgpZH3HCBRFam { width:18.25rem;height:0.125rem;top:44.348438262939rem;left:0.87421876192094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(154,155,155,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf { display:block; }#EsT0hrhZHk3AnCNOfwAi9LgIdaOnn6Vf > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSzGrB8o89Jeol4I8uxy5cvP0lrQfbBc { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUZ05r0ey51mDFRpvhrLTzJoFdrq7Shh { width:20rem;height:5.75rem;top:9.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvbTd8ftKCTpkwO30dNfzMDXTzX8ziGc { width:19rem;height:3.4375rem;top:16.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxiaPS5AihXzBvQATkFBh1cWTBN30q2y { display:block; }
 }@media only screen and (max-width: 763px) { #IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G { background-color:#ffffff;background-image:none;display:block; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container { background-color: transparent; background-image: none; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container > .video-iframe-container { display: none; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row > .video-iframe-container { display: none; }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .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); }#IhOSV8FiiO8y6F6KluoFcWNT9vqpzL0G > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bABiWHdgoT68k6h3T6ny882waqnD0tGO { width:20rem;height:1.05625rem;top:0.56253433227539rem;left:0rem;font-size:0.8125rem;display:block; }
 }