.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:228,239,249;--color-primary-1:167,203,234;--color-primary-2:78,151,212;--color-primary-3:39,76,106;--color-primary-4:12,23,32;--color-secondary-0:255,255,255;--color-secondary-1:232,232,232;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"IBM Plex Sans";--paragraphs-font-family:"IBM Plex Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container { display: none; }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .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); }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container { background-color: transparent; background-image: none; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container > .video-iframe-container { display: none; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row > .video-iframe-container { display: none; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .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); }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container { border-width: 0; border-radius: 0; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#aKNpgQPqrf9uTv3F9pbpm5Ft7p3BspXW { position:absolute;display:block;z-index:15004;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.0615rem;width:11.875rem;top:0.81298828125rem;left:1.4990234375rem;overflow:hidden;display:block; }
#a7tlohS5eLcFVkRZootocsvwMnIBpn6l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/ebd139b6-c214-467e-acc0-74e007258192/LANDINGPAGETOPIMAGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l.adaptive-delivery-prevent-bg, #a7tlohS5eLcFVkRZootocsvwMnIBpn6l.lazyload, #a7tlohS5eLcFVkRZootocsvwMnIBpn6l.lazyloading { background-image: none; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container { background-color: transparent; background-image: none; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container > .video-iframe-container { display: none; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row > .video-iframe-container { display: none; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .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); }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container { border-width: 0; border-radius: 0; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#Q59TQyrc0MCWckUPvS7DcHFpRTkq1qPr { color:rgba(var(--color-tertiary-4),1);display:block;width:56.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.292724609375rem;left:1.34326171875rem;height:3.898925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgyDrRItNksznZcRav7soKH1et74n7T0 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.374267578125rem;left:0.374755859375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.3125rem rgba(var(--color-tertiary-4),1);top:5.031494140625rem;left:15.732421875rem;height:10.796875rem;color:#fae38f;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#pbfiDElUQquyLrRw0tqm7DxUTsf2VoP1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:11.625rem;top:4.156494140625rem;left:2.341796875rem;overflow:hidden;display:block; }
#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container { background-color: transparent; background-image: none; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container > .video-iframe-container { display: none; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row > .video-iframe-container { display: none; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .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); }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container { border-width: 0; border-radius: 0; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC { position:relative;display:block; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC { background-color: transparent; background-image: none; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row .container > .video-iframe-container { display: none; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row > .video-iframe-container { display: none; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .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); }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC { border-width: 0; border-radius: 0; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .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; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rF7Ged8XTqcpccXpeyRUFhNSfJcoAF66 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.061279296875rem;left:0.374755859375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFUGpUStAiU0EeTCUKDaTVq1HTF6Zdan { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.18359375rem;left:2.999267578125rem;height:13.473625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S01QpLaTITADZvE8LLAexGH6rqyQwAVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container { background-color: transparent; background-image: none; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container > .video-iframe-container { display: none; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row > .video-iframe-container { display: none; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .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); }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container { border-width: 0; border-radius: 0; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#Lls70JoF7HyBVIhhbXlJ3lfCO12P0qQZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.51171875rem;left:2.5625rem;height:11.3720625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dox7IaRiwV9TvkhdAWQ4anUtZEPmI5at { display:block;width:29.3103125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:30.34423828125rem;height:;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-form-header {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:27.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-shadow:0.0625rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1); }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;width:27.3125rem;box-sizing:border-box;height:2.6875rem;font-family:roboto;line-height:1.5;overflow:hidden;font-size:0.9375rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;width:27.3125rem;box-sizing:border-box;height:3.375rem;font-family:roboto;line-height:1.5;overflow:hidden;font-size:0.9375rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;width:27.3125rem;box-sizing:border-box;height:2.5rem;font-family:georgia;font-size:0.875rem;overflow:hidden; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ddad68;background-image: -webkit-linear-gradient(top, #004276, #7c3eb6);background-image: -moz-linear-gradient(top, #004276, #7c3eb6);background-image: -ms-linear-gradient(top, #004276, #7c3eb6);background-image: -o-linear-gradient(top, #004276, #7c3eb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004276', endColorstr='#7c3eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004276', endColorstr='#7c3eb6' );";background-image: linear-gradient(to bottom, #004276, #7c3eb6);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.875rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:27.3125rem;height:3.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-shadow:0rem -0.0625rem 0rem rgba(var(--color-secondary-4),0.25); }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]:-moz-placeholder { font-family:var(--paragraphs-font-family); }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]::-moz-placeholder { font-family:var(--paragraphs-font-family); }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]:-ms-input-placeholder { font-family:var(--paragraphs-font-family); }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]::-webkit-input-placeholder { font-family:var(--paragraphs-font-family); }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .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:georgia;font-size:0.6875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.125rem;font-style:normal;overflow:hidden;line-height:1.6; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .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:top; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:top;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#fbe4bf;overflow:hidden;font-style:normal;line-height:1.4; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-container:first-of-type{padding-top:0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-container:last-of-type{padding-bottom:0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu  { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;position:absolute;z-index:15005;top:5.3115234375rem;left:30rem;border-bottom:0.0625rem solid #ddad68;border-left:0.0625rem solid #ddad68;border-right:0.0625rem solid #ddad68;border-top:0.0625rem solid #ddad68; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.3125rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-info-text { display:block;height:auto;font-family:georgia;font-size:0.6875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;position:absolute;z-index:15005;top:5.3115234375rem;left:30rem;border-bottom:0.0625rem solid #ddad68;border-left:0.0625rem solid #ddad68;border-right:0.0625rem solid #ddad68;border-top:0.0625rem solid #ddad68; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #zUevnbNzT1QNTWhsZVr5Px9GTWfl1RUH { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #mQbTFWHwfZFN51TRu4xFhdCzcgRHtfOB { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ks1GqF6DeDbkPXldl1RgvqHwmimTczVi { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #otCfaqaT9KdrJVS2G9e0di1T02nnsO0H { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KDZ2ZL45qTWKbaaEkrdbLqetncvadEvi { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #eraAqGhCgfeT2HGikEUcDg7JqcGyMRl8 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #m0kSJ8VItpDOBnhlVJcmah7vnPbOfNze { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #sCZoN0CFA1DoTACeI37v7nXHHUPTRTft { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #qFXvmCLa04CQ9f7hWCnbOsk8s9aRMKHk { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tgn98w7cxZZOnAzRuL7EfLXUdLTAv1Z5 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tgn98w7cxZZOnAzRuL7EfLXUdLTAv1Z5 .container-column{width:50%;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TKqWh0OFJAGTp1qswy94zbF1p45HcINd { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZHb2zXbE6QVvNhO6B8BqgLPX0ZUJiirZ { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #WlxGJO7g5kHgHb9XMK8IE9WC3c2lFG8i { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MTLgc1tcCG0W25Ay5Do3MfTsmTdIKX7k { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #pN5FyCJMbqVRhqBfJvbwkAgmQFqZ3oeT { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p6UI5pdM0fiZOMDg8dUV8Qx8GDINv3Vw { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CBb8gTU6ElRRRu0AE6Hs26tdW4GXFZFQ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wwPw5DPBElmhvUQBZ4oIaobSgtUtfW6d { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0SdT8LEGx5ODQgNmZ1CBSfzE3fCKFF { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XlcgDLGfVpAutbmTT3bnGCu7sx8CRZi7 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #I1dJ8zTPEUbsDH4r8RrRRT23OGyUQOoG { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #g0mGcmde9fc3dssNBDTVUbfJM2bhB7d0 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R3QMPuDTxnIrTpxxASN5fT12WbN4JhJW { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NuAyq4UQgscBZVgd3OQ4WlU8HtMTIVgG { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AFbmcED0in4xvoOOtpxp1EnV29VKdQZ8 { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #clFivcw8s3VCQyD6oHyxZxFSAZxdE80W { position:relative; }
#pEph3l2JJQbqToKpbG9quJJVrTaWz1CL { position:relative;display:block;z-index:100000;display:block; }
#Jer8mxqX7MsWh9tmfUNrFPMxkTbITUk6 { position:relative;display:block;z-index:100000;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #xVaEMGCJmxBm4xTe16CVet2rImdRoTsk { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMbGWQcO6SOTTbR86weMpxhRCGIPcoSn { position:relative; }
#BT3ai81I66G4JeJDiHW7yBUsnxSrROKw { position:absolute;display:block;z-index:15004;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:21.1853125rem;width:21.1853125rem;top:18.0615234375rem;left:4.40673828125rem;overflow:hidden;display:block; }
#K8dImhSELcV4a5pd0wotNk46BMCO19Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container { background-color: transparent; background-image: none; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container > .video-iframe-container { display: none; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row > .video-iframe-container { display: none; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .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); }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container { border-width: 0; border-radius: 0; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#pyNEeBZIt61fwfmmtdsORiP9T8IaHWZt { color:rgba(var(--color-tertiary-4),1);display:block;width:59.245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0.3759765625rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etodvRqosSHxPisb6Asu0ruqVt3RGoxO { color:rgba(var(--color-tertiary-4),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.52734375rem;left:2.1240234375rem;height:13.1953rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container { background-color: transparent; background-image: none; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container > .video-iframe-container { display: none; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row > .video-iframe-container { display: none; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .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); }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container { border-width: 0; border-radius: 0; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#o6lMDoRhr9Nw0T6BHaeGHIGeoxhQFHFc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2744140625rem;left:0.3759765625rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH { position:relative;display:block; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH { background-color: transparent; background-image: none; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .row .container > .video-iframe-container { display: none; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .row > .video-iframe-container { display: none; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .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); }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH { border-width: 0; border-radius: 0; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .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; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .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.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IOeUbGSb2IaRMKlLWTd0Ir7IvxdF3kUm { 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:14.5625rem;width:14.5625rem;top:0.87239551544187rem;left:14.3125rem;overflow:hidden;display:block; }
#sA7HUtu1Vyi1ZfCOuEFUV9J7fNDRUohz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7278652191162rem;left:30.809898376465rem;height:5.8483875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 { position:relative;display:block; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 { background-color: transparent; background-image: none; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .row .container > .video-iframe-container { display: none; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .row > .video-iframe-container { display: none; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .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); }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 { border-width: 0; border-radius: 0; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .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; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cDxoVGdhHKpSFWQIz5aDWISTL8QG3a04 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.6236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4986972808838rem;left:0.68489837646487rem;height:23.232425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik { position:relative;display:block; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik { background-color: transparent; background-image: none; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .row .container > .video-iframe-container { display: none; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .row > .video-iframe-container { display: none; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .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); }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik { border-width: 0; border-radius: 0; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .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; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kit5k29n087AUFqUgMBUSbB2ZKEreSFu { 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:14.7485625rem;width:13.8110625rem;top:0.90576171875rem;left:14.96826171875rem;overflow:hidden;display:block; }
#ZWkwNKsmN9lL4gx3KhlBz7BDi5XFq2Ge { color:rgba(var(--color-tertiary-4),1);display:block;width:28.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.729248046875rem;left:30.811767578125rem;height:5.8483875rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDk5R64a413Sscf9REk10QGebJDTctlU { position:relative;display:block; }#MDk5R64a413Sscf9REk10QGebJDTctlU { background-color: transparent; background-image: none; }#MDk5R64a413Sscf9REk10QGebJDTctlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDk5R64a413Sscf9REk10QGebJDTctlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDk5R64a413Sscf9REk10QGebJDTctlU > .row .container > .video-iframe-container { display: none; }#MDk5R64a413Sscf9REk10QGebJDTctlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDk5R64a413Sscf9REk10QGebJDTctlU > .row > .video-iframe-container { display: none; }#MDk5R64a413Sscf9REk10QGebJDTctlU > .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); }#MDk5R64a413Sscf9REk10QGebJDTctlU { border-width: 0; border-radius: 0; }#MDk5R64a413Sscf9REk10QGebJDTctlU > .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; }#MDk5R64a413Sscf9REk10QGebJDTctlU > .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:35.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ngxm77DUslPUzT2Z6CfSEt9gI7BqPF0V { color:rgba(var(--color-tertiary-4),1);display:block;width:58.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99853515625rem;left:0.68603515625rem;height:32.1679875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw { position:relative;display:block; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw { background-color: transparent; background-image: none; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .row .container > .video-iframe-container { display: none; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .row > .video-iframe-container { display: none; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .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); }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw { border-width: 0; border-radius: 0; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .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; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .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:12.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q9xnM9fqB6eaSchAiUIBgZ6OtkOQctBx { color:rgba(var(--color-primary-2),1);display:block;width:54.1235625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.035888671875rem;left:2.93701171875rem;height:6.1743125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container { background-color: transparent; background-image: none; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container > .video-iframe-container { display: none; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row > .video-iframe-container { display: none; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .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); }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container { border-width: 0; border-radius: 0; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container { background-color: transparent; background-image: none; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container > .video-iframe-container { display: none; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row > .video-iframe-container { display: none; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .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); }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container { border-width: 0; border-radius: 0; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#hcdGqxT8MqyHxd7xWKv279TcMQdMSCuw { color:rgba(var(--color-tertiary-4),1);display:block;width:59.245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.87158203125rem;left:0.3759765625rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URUA6srMeqhN005fziZa0STNeTIfuGSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container { background-color: transparent; background-image: none; }#URUA6srMeqhN005fziZa0STNeTIfuGSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container > .video-iframe-container { display: none; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row > .video-iframe-container { display: none; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .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); }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container { border-width: 0; border-radius: 0; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#pq8htTHK1KTiPQE220dgcTwRAhMyQGWz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:14.9375rem;top:1.96875rem;left:7.53125rem;overflow:hidden;display:block; }
#Su2oig7M8grpldAaZaqAcmJPPm8HZgu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:1.787109375rem;left:30rem;height:10.7988375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container { background-color: transparent; background-image: none; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container > .video-iframe-container { display: none; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row > .video-iframe-container { display: none; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .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); }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container { border-width: 0; border-radius: 0; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#vFO9QZoEZc7eTBbroLKLZNKd0O5cG9dS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6245rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:0.74951171875rem;left:11.1865234375rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container { background-color: transparent; background-image: none; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container > .video-iframe-container { display: none; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row > .video-iframe-container { display: none; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .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); }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container { border-width: 0; border-radius: 0; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#sBQx8y8xZmDOyvmHiuWNaBIca90iWVKC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:1.6552734375rem;left:5.96875rem;overflow:hidden;display:block; }
#yvqMbod3cR88xqpOUxyCfTkeeA55iRA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:11.21484375rem;left:1.25rem;height:3.1494125rem;display:block; }
#pkN8OaC5LOpwQpC9AoJWO8nHfKmRaC3h { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6865rem;width:10.8105625rem;top:1.6552734375rem;left:24.59375rem;overflow:hidden;display:block; }
#TdkGwS77vyTytcLuviUvtEBkdXTXcoRG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:11.21484375rem;left:20.65625rem;height:9.4453125rem;display:block; }
#seeawcz3FAc9su8aaLNiAh2VWTcp9Vu2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.3125rem;top:2.5302734375rem;left:43.84375rem;overflow:hidden;display:block; }
#UTuc2BGlWAGNvxGdbVvpMvc3W88KU02C { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.21484375rem;left:41.21875rem;height:7.87109375rem;display:block; }
#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container { background-color: transparent; background-image: none; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container > .video-iframe-container { display: none; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row > .video-iframe-container { display: none; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .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); }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container { border-width: 0; border-radius: 0; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#WxQMtHJATqAaTqiHtQzlfx5KnI1EuAXk { color:rgba(var(--color-tertiary-4),1);display:block;width:57.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.375rem;height:20.46679375rem;display:block; }
#mBhtagxuPXX27IAZ3nTrDuwEFG0J2M9Q { color:rgba(var(--color-primary-2),1);display:block;width:58.25rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.75rem;left:0.875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { background-color: transparent; background-image: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .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); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { border-width: 0; border-radius: 0; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#m647C1JGTM4NA04hiQQTasPU4EEDearN { display:block;width:60rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:11.87239074707rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#f7eaUuStywcy7psa5PzSMvMggymGXHId { 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:7.561875rem;width:10.9375rem;top:3.0195236206055rem;left:24.53125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK { display:block; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKNpgQPqrf9uTv3F9pbpm5Ft7p3BspXW { top:0.8125rem;left:0rem;width:11.875rem;height:8.0615rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tlohS5eLcFVkRZootocsvwMnIBpn6l { display:block; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q59TQyrc0MCWckUPvS7DcHFpRTkq1qPr { top:6.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgyDrRItNksznZcRav7soKH1et74n7T0 { top:2.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbfiDElUQquyLrRw0tqm7DxUTsf2VoP1 { top:4.125rem;left:0rem;width:11.625rem;height:13.937049721499rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 { display:block; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC { display:block; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF7Ged8XTqcpccXpeyRUFhNSfJcoAF66 { top:2rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFUGpUStAiU0EeTCUKDaTVq1HTF6Zdan { top:6.125rem;left:0rem;width:47.75rem;height:13.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S01QpLaTITADZvE8LLAexGH6rqyQwAVL { display:block; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lls70JoF7HyBVIhhbXlJ3lfCO12P0qQZ { top:3.5rem;left:0rem;width:24.8125rem;height:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dox7IaRiwV9TvkhdAWQ4anUtZEPmI5at { width:24.0625rem;height:5.5rem;top:3.75rem;left:23.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-regular-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-textarea { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-button { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-checkbox-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu  { width:26.375rem;height:auto;top:8.75rem;left:18.75rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { width:26.375rem;height:auto;top:8.75rem;left:18.75rem; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #zUevnbNzT1QNTWhsZVr5Px9GTWfl1RUH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #mQbTFWHwfZFN51TRu4xFhdCzcgRHtfOB { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ks1GqF6DeDbkPXldl1RgvqHwmimTczVi {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #otCfaqaT9KdrJVS2G9e0di1T02nnsO0H {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KDZ2ZL45qTWKbaaEkrdbLqetncvadEvi { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #eraAqGhCgfeT2HGikEUcDg7JqcGyMRl8 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #m0kSJ8VItpDOBnhlVJcmah7vnPbOfNze {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #sCZoN0CFA1DoTACeI37v7nXHHUPTRTft { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #qFXvmCLa04CQ9f7hWCnbOsk8s9aRMKHk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tgn98w7cxZZOnAzRuL7EfLXUdLTAv1Z5 {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tgn98w7cxZZOnAzRuL7EfLXUdLTAv1Z5 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TKqWh0OFJAGTp1qswy94zbF1p45HcINd {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZHb2zXbE6QVvNhO6B8BqgLPX0ZUJiirZ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #WlxGJO7g5kHgHb9XMK8IE9WC3c2lFG8i {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MTLgc1tcCG0W25Ay5Do3MfTsmTdIKX7k {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #pN5FyCJMbqVRhqBfJvbwkAgmQFqZ3oeT {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p6UI5pdM0fiZOMDg8dUV8Qx8GDINv3Vw {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CBb8gTU6ElRRRu0AE6Hs26tdW4GXFZFQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wwPw5DPBElmhvUQBZ4oIaobSgtUtfW6d {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0SdT8LEGx5ODQgNmZ1CBSfzE3fCKFF {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XlcgDLGfVpAutbmTT3bnGCu7sx8CRZi7 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #I1dJ8zTPEUbsDH4r8RrRRT23OGyUQOoG {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #g0mGcmde9fc3dssNBDTVUbfJM2bhB7d0 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R3QMPuDTxnIrTpxxASN5fT12WbN4JhJW {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NuAyq4UQgscBZVgd3OQ4WlU8HtMTIVgG {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AFbmcED0in4xvoOOtpxp1EnV29VKdQZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #clFivcw8s3VCQyD6oHyxZxFSAZxdE80W {  }
 }@media only screen and (max-width: 763px) { #pEph3l2JJQbqToKpbG9quJJVrTaWz1CL { display:block; }
 }@media only screen and (max-width: 763px) { #Jer8mxqX7MsWh9tmfUNrFPMxkTbITUk6 { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #xVaEMGCJmxBm4xTe16CVet2rImdRoTsk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMbGWQcO6SOTTbR86weMpxhRCGIPcoSn {  }
 }@media only screen and (max-width: 763px) { #BT3ai81I66G4JeJDiHW7yBUsnxSrROKw { top:18rem;left:1.34423828125rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8dImhSELcV4a5pd0wotNk46BMCO19Ts { display:block; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyNEeBZIt61fwfmmtdsORiP9T8IaHWZt { top:0rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #etodvRqosSHxPisb6Asu0ruqVt3RGoxO { top:3.5rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw { display:block; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6lMDoRhr9Nw0T6BHaeGHIGeoxhQFHFc { top:1.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH { display:block; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOeUbGSb2IaRMKlLWTd0Ir7IvxdF3kUm { top:0.8125rem;left:9.3125rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA7HUtu1Vyi1ZfCOuEFUV9J7fNDRUohz { top:3.6875rem;left:19.4375rem;width:28.3125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 { display:block; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxoVGdhHKpSFWQIz5aDWISTL8QG3a04 { top:1.4375rem;left:0rem;width:47.75rem;height:23.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik { display:block; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kit5k29n087AUFqUgMBUSbB2ZKEreSFu { top:0.875rem;left:10.125rem;width:13.75rem;height:14.683355055051rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWkwNKsmN9lL4gx3KhlBz7BDi5XFq2Ge { top:3.6875rem;left:19.4375rem;width:28.3125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDk5R64a413Sscf9REk10QGebJDTctlU { display:block; }#MDk5R64a413Sscf9REk10QGebJDTctlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngxm77DUslPUzT2Z6CfSEt9gI7BqPF0V { top:0.9375rem;left:0rem;width:47.75rem;height:32.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw { display:block; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xnM9fqB6eaSchAiUIBgZ6OtkOQctBx { top:3rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg { display:block; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8kXdshLuBGlzGAJZbacaGZv6CH8bhST { display:block; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdGqxT8MqyHxd7xWKv279TcMQdMSCuw { top:0.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URUA6srMeqhN005fziZa0STNeTIfuGSK { display:block; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq8htTHK1KTiPQE220dgcTwRAhMyQGWz { top:1.9375rem;left:4.46875rem;width:14.9375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su2oig7M8grpldAaZaqAcmJPPm8HZgu9 { top:1.75rem;left:17.8125rem;width:29.9375rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs { display:block; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFO9QZoEZc7eTBbroLKLZNKd0O5cG9dS { top:0.6875rem;left:5.0615234375rem;width:37.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd { display:block; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBQx8y8xZmDOyvmHiuWNaBIca90iWVKC { top:1.625rem;left:3.90625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvqMbod3cR88xqpOUxyCfTkeeA55iRA0 { top:11.1875rem;left:0rem;width:17.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkN8OaC5LOpwQpC9AoJWO8nHfKmRaC3h { top:1.625rem;left:18.40625rem;width:10.75rem;height:6.6490411576644rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkGwS77vyTytcLuviUvtEBkdXTXcoRG { top:11.1875rem;left:13.0625rem;width:18.6875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seeawcz3FAc9su8aaLNiAh2VWTcp9Vu2 { top:2.5rem;left:33.53125rem;width:12.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuc2BGlWAGNvxGdbVvpMvc3W88KU02C { top:11.1875rem;left:30.0625rem;width:17.5625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr { display:block; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxQMtHJATqAaTqiHtQzlfx5KnI1EuAXk { top:5.25rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBhtagxuPXX27IAZ3nTrDuwEFG0J2M9Q { top:1.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:47.75rem;height:3.9375rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaUuStywcy7psa5PzSMvMggymGXHId { top:3rem;left:18.40625rem;width:10.9375rem;height:7.561875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container { display: none; }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .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) { #MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK { display:block; }#MBFxS0Zptp5bwbToVk6bnS1qrQTZD9KK > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKNpgQPqrf9uTv3F9pbpm5Ft7p3BspXW { width:12.87475rem;height:8.81225rem;top:1.373291015625rem;left:3.560791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tlohS5eLcFVkRZootocsvwMnIBpn6l { display:block; }#a7tlohS5eLcFVkRZootocsvwMnIBpn6l > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q59TQyrc0MCWckUPvS7DcHFpRTkq1qPr { width:19.4995rem;height:7.3095625rem;top:7.769287109375rem;left:0.2490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgyDrRItNksznZcRav7soKH1et74n7T0 { width:19.3125rem;height:5.3994125rem;top:1.25rem;left:0.3125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { width:19.307875rem;height:7.5rem;top:10.9912109375rem;left:0.345458984375rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;color:#f8e393;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pbfiDElUQquyLrRw0tqm7DxUTsf2VoP1 { width:6.9360625rem;height:8.3105625rem;top:1.25rem;left:6.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 { display:block; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC { display:block; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF7Ged8XTqcpccXpeyRUFhNSfJcoAF66 { width:19.625rem;height:3rem;top:1.25rem;left:0.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dFUGpUStAiU0EeTCUKDaTVq1HTF6Zdan { width:19.56175rem;height:21.9286875rem;top:5.284423828125rem;left:0.21728515625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S01QpLaTITADZvE8LLAexGH6rqyQwAVL { display:block; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lls70JoF7HyBVIhhbXlJ3lfCO12P0qQZ { width:17.937rem;height:8.3105625rem;top:9.9365234375rem;left:1.031494140625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dox7IaRiwV9TvkhdAWQ4anUtZEPmI5at { width:19.3095625rem;height:2.4375rem;top:20.185546875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;font-size:1rem;overflow:hidden; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ddad68;background-image: -webkit-linear-gradient(top, #004276, #7c3eb6);background-image: -moz-linear-gradient(top, #004276, #7c3eb6);background-image: -ms-linear-gradient(top, #004276, #7c3eb6);background-image: -o-linear-gradient(top, #004276, #7c3eb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004276', endColorstr='#7c3eb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004276', endColorstr='#7c3eb6' );";background-image: linear-gradient(to bottom, #004276, #7c3eb6);background-size:initial !important;font-size:1.5rem;overflow:hidden; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-radio-label { font-size:1rem;overflow:hidden; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu  { width:17.1875rem;height:auto;top:23.08984375rem;left:0rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { width:17.1875rem;height:auto;top:23.08984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #zUevnbNzT1QNTWhsZVr5Px9GTWfl1RUH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #mQbTFWHwfZFN51TRu4xFhdCzcgRHtfOB { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ks1GqF6DeDbkPXldl1RgvqHwmimTczVi {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #otCfaqaT9KdrJVS2G9e0di1T02nnsO0H {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KDZ2ZL45qTWKbaaEkrdbLqetncvadEvi { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #eraAqGhCgfeT2HGikEUcDg7JqcGyMRl8 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #m0kSJ8VItpDOBnhlVJcmah7vnPbOfNze {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #sCZoN0CFA1DoTACeI37v7nXHHUPTRTft { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #qFXvmCLa04CQ9f7hWCnbOsk8s9aRMKHk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tgn98w7cxZZOnAzRuL7EfLXUdLTAv1Z5 {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tgn98w7cxZZOnAzRuL7EfLXUdLTAv1Z5 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TKqWh0OFJAGTp1qswy94zbF1p45HcINd {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZHb2zXbE6QVvNhO6B8BqgLPX0ZUJiirZ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #WlxGJO7g5kHgHb9XMK8IE9WC3c2lFG8i {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MTLgc1tcCG0W25Ay5Do3MfTsmTdIKX7k {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #pN5FyCJMbqVRhqBfJvbwkAgmQFqZ3oeT {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p6UI5pdM0fiZOMDg8dUV8Qx8GDINv3Vw {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CBb8gTU6ElRRRu0AE6Hs26tdW4GXFZFQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wwPw5DPBElmhvUQBZ4oIaobSgtUtfW6d {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0SdT8LEGx5ODQgNmZ1CBSfzE3fCKFF {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XlcgDLGfVpAutbmTT3bnGCu7sx8CRZi7 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #I1dJ8zTPEUbsDH4r8RrRRT23OGyUQOoG {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #g0mGcmde9fc3dssNBDTVUbfJM2bhB7d0 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R3QMPuDTxnIrTpxxASN5fT12WbN4JhJW {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NuAyq4UQgscBZVgd3OQ4WlU8HtMTIVgG {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AFbmcED0in4xvoOOtpxp1EnV29VKdQZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #clFivcw8s3VCQyD6oHyxZxFSAZxdE80W {  }
 }@media only screen and (max-width: 763px) { #pEph3l2JJQbqToKpbG9quJJVrTaWz1CL { display:block; }
 }@media only screen and (max-width: 763px) { #Jer8mxqX7MsWh9tmfUNrFPMxkTbITUk6 { display:block; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #xVaEMGCJmxBm4xTe16CVet2rImdRoTsk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMbGWQcO6SOTTbR86weMpxhRCGIPcoSn {  }
 }@media only screen and (max-width: 763px) { #BT3ai81I66G4JeJDiHW7yBUsnxSrROKw { width:7.87475rem;height:7.87475rem;top:0.87890625rem;left:6.060791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8dImhSELcV4a5pd0wotNk46BMCO19Ts { display:block; }#K8dImhSELcV4a5pd0wotNk46BMCO19Ts > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyNEeBZIt61fwfmmtdsORiP9T8IaHWZt { width:20rem;height:3.5996125rem;top:1.373291015625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #etodvRqosSHxPisb6Asu0ruqVt3RGoxO { width:18.6840625rem;height:17.54493125rem;top:6.124267578125rem;left:0.65673828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw { display:block; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6lMDoRhr9Nw0T6BHaeGHIGeoxhQFHFc { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH { display:block; }#K9t41vmvZkP1T7mi6VyLHBkVysCG6pMH > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOeUbGSb2IaRMKlLWTd0Ir7IvxdF3kUm { width:10.5625rem;height:10.5625rem;top:0.623779296875rem;left:4.718017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA7HUtu1Vyi1ZfCOuEFUV9J7fNDRUohz { width:20rem;height:4.5rem;top:12.310791015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 { display:block; }#Nwn7gr5Ob6L69NvHmJy5Zn2uudVp88J4 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxoVGdhHKpSFWQIz5aDWISTL8QG3a04 { width:20rem;height:45.31935rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik { display:block; }#wkN3EHzxQRnW3FFoKKca8UOb4k7eTgik > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kit5k29n087AUFqUgMBUSbB2ZKEreSFu { width:9.8125rem;height:10.5625rem;top:1.123046875rem;left:5.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWkwNKsmN9lL4gx3KhlBz7BDi5XFq2Ge { width:16.62475rem;height:4.5rem;top:12.74169921875rem;left:1.68701171875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MDk5R64a413Sscf9REk10QGebJDTctlU { display:block; }#MDk5R64a413Sscf9REk10QGebJDTctlU > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngxm77DUslPUzT2Z6CfSEt9gI7BqPF0V { width:19.0625rem;height:65.7861625rem;top:1.25rem;left:0.437255859375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw { display:block; }#HeMXkq8tAFyr3EhPTCgkzvZi3IyyTglw > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xnM9fqB6eaSchAiUIBgZ6OtkOQctBx { width:19.625rem;height:6rem;top:1.25rem;left:0.3125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg { display:block; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8kXdshLuBGlzGAJZbacaGZv6CH8bhST { display:block; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdGqxT8MqyHxd7xWKv279TcMQdMSCuw { width:19.4360625rem;height:1.79980625rem;top:0.616455078125rem;left:0.28076171875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #URUA6srMeqhN005fziZa0STNeTIfuGSK { display:block; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq8htTHK1KTiPQE220dgcTwRAhMyQGWz { width:7.99925rem;height:5.49926875rem;top:0.81298828125rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su2oig7M8grpldAaZaqAcmJPPm8HZgu9 { width:17.937rem;height:13.994125rem;top:7.31689453125rem;left:1.0302734375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs { display:block; }#FpDcKAx9OUc8sTV0WlytutqH50SZ0RXs > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFO9QZoEZc7eTBbroLKLZNKd0O5cG9dS { width:19.125rem;height:2.798825rem;top:0.625rem;left:0.4375rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd { display:block; }#oyFw3CQyCPakUfGsPB4GcweHzy6rgBQd > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBQx8y8xZmDOyvmHiuWNaBIca90iWVKC { width:4.6875rem;height:4.6875rem;top:1.03125rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvqMbod3cR88xqpOUxyCfTkeeA55iRA0 { width:17.4375rem;height:2.3984375rem;top:6.66796875rem;left:1.28125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pkN8OaC5LOpwQpC9AoJWO8nHfKmRaC3h { width:5.375rem;height:3.25rem;top:11.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkGwS77vyTytcLuviUvtEBkdXTXcoRG { width:18.6875rem;height:7.1953125rem;top:15.9921875rem;left:0.65625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #seeawcz3FAc9su8aaLNiAh2VWTcp9Vu2 { width:6.0625rem;height:3.0625rem;top:26.125rem;left:6.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuc2BGlWAGNvxGdbVvpMvc3W88KU02C { width:18.75rem;height:5.99609375rem;top:30.061767578125rem;left:0.625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr { display:block; }#TwVpf44v9U2QD7HdH1MPUp88K6WVqkGr > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxQMtHJATqAaTqiHtQzlfx5KnI1EuAXk { width:19.433625rem;height:41.593775rem;top:3.7451171875rem;left:0.2822265625rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBhtagxuPXX27IAZ3nTrDuwEFG0J2M9Q { width:20rem;height:1.7871125rem;top:0.875rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"open sans condensed";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:20rem;height:4.5rem;top:9.99755859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaUuStywcy7psa5PzSMvMggymGXHId { width:9.624rem;height:6.687rem;top:1.966552734375rem;left:5.186767578125rem;overflow:hidden;display:block; }
 }