.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:#ffffff;background-image:none;position:relative;display:block; }
 #Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf *:focus-visible, #Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf input[type="text"]:focus-visible, #Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf input[type="email"]:focus-visible, #Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf input[type="tel"]:focus-visible, #Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf textarea:focus-visible { outline:0.125rem solid #000000;; } #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:7.1875rem;width:10.6875rem;top:1.25rem;left:24.65625rem;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/e3ca75a2-5dbf-4a6f-9370-32c5001d1a05/FLAMINGBASKETBALL_1920x646.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:30.5625rem;width:60rem;position:relative;display:block; }#NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem #000000;top:4.341796875rem;left:0rem;height:6.375rem;color:#ffc15b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ShaREw482UUFu5MylwM69AmbJvgtMtXT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.562rem;width:35.3745rem;top:12.1845703125rem;left:12.31201171875rem;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:33.125rem;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:#ff6a12;display:block;width:59.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.498046875rem;left:0.375rem;height:5.3984375rem;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.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.89453125rem;left:3rem;height:12.25rem;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; }
#UifyN9uzh76POVIRe1G13h015H73HB3I { color:#ff6a12;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:22.375rem;left:0.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vL6SfJEw0tcCtbppTE3NNHS7oRa6xIMq { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.75rem;left:3.0625rem;height:5.25rem;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; }
#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm { 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; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container { background-color: transparent; background-image: none; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container > .video-iframe-container { display: none; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row > .video-iframe-container { display: none; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .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); }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container { border-width: 0; border-radius: 0; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:53.5rem;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.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.69921875rem;left:2.5625rem;height:10.49805625rem;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; }
#NhbIbt6PLG9r0ZLHoiIbPcNzSa04Iir0 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.25rem;top:20.5732421875rem;left:2.5625rem;overflow:hidden;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; }
#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:#ff6a12;background-image:none;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.375rem;font-weight:bold;color:rgba(var(--color-primary-4),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);line-height:1.3; }
#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:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.0625rem;font-style:normal;overflow:hidden;line-height:1.5; }
#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.5; }
#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:#034a89;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:2.98828125rem;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:var(--headlines-font-family);font-size:0.875rem;line-height:1.4;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { background-color:#034a89;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:2.98828125rem;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 #rcKs27fJc7sCefXLrqDwmI5VG3cdbzgJ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cOMvsZQQy8C79aGTEe3ns3KDx9kiKDid { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #otHZcLxOhWbxoNTF5glB9knZoPSqbtq2 { 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 #SyDEVE80ebv13LLQEfl106udnTbHwiKE { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #V8B40HiToULdQDAS93hPDt72aSOsE0he { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p6UI5pdM0fiZOMDg8dUV8Qx8GDINv3Vw { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CBb8gTU6ElRRRu0AE6Hs26tdW4GXFZFQ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Wq0ePLtDBT7mldThTRQTR315guuy93Fx { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #n7A2VLhmyHcToubL6KFBVOBOkJexfdq0 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wwPw5DPBElmhvUQBZ4oIaobSgtUtfW6d { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0SdT8LEGx5ODQgNmZ1CBSfzE3fCKFF { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VWu3O0t8Wu4GX54uozE7AH7NOynOzvPM { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #tw2rhh5TbyTeTx7motcsl2QTa6xPwB5s { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XlcgDLGfVpAutbmTT3bnGCu7sx8CRZi7 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #I1dJ8zTPEUbsDH4r8RrRRT23OGyUQOoG { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MgqoQPyxrnhXGB1bNmKGKfzoLoQy4NXl { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #J8uAFbU9ownrkQhPEtxO3eI7RwBSxqai { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #g0mGcmde9fc3dssNBDTVUbfJM2bhB7d0 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R3QMPuDTxnIrTpxxASN5fT12WbN4JhJW { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OsyAUbWhne7HbQg0xXbyn9AVO7L65lva { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Mo0J7UqaVu2XS4sr5ZzvtQfKIOdIWtHX { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #huC3yIh04nzGVTdLfu38yzauSRfJ3ofN { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vH9WvVSrHgDMZ3Rw6XfqzHAN2seSkiEH { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #U1RHLXz9TffwU98UMnvMUltJ8GrOL7mr { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #InXH7bskMCx2TT4z36UE33xb5Z1O5enC { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #GvpVsu4c28H2R2IHfXSb7KJ7qR2on8wy { 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; }
#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP { 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; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container { background-color: transparent; background-image: none; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container > .video-iframe-container { display: none; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row > .video-iframe-container { display: none; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .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); }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container { border-width: 0; border-radius: 0; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;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:3.5rem;width:60rem;position:relative;display:block; }#o6lMDoRhr9Nw0T6BHaeGHIGeoxhQFHFc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.245125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.5244140625rem;left:0.376953125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu { position:relative;display:block; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu { background-color: transparent; background-image: none; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row .container > .video-iframe-container { display: none; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row > .video-iframe-container { display: none; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .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); }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu { border-width: 0; border-radius: 0; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .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; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#B3T38vLT0qxaMq5oDvP1VZDokUIfBvIT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:22.1875rem;top:12rem;left:3.90625rem;overflow:hidden;display:block; }
#TOS22RlyA45qqww3SiTgZ98sZy9dvOzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.15625rem;left:30.625rem;height:29.69145rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XyVZ3TiLQyqO0pZK9sqxlvGsWQ6tlcoI { color:#317fc0;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.2744140625rem;left:0.84375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX { position:relative;display:block; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX { background-color: transparent; background-image: none; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .row .container > .video-iframe-container { display: none; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .row > .video-iframe-container { display: none; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .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); }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX { border-width: 0; border-radius: 0; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .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; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .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.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; }#qMPL8MJX2mvzfyT1WwOtUn39XMZg9T1k { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.5625rem;top:3.5625rem;left:2.6875rem;overflow:hidden;display:block; }
#M8Q8OWazOVu8ZtGi9FHJWbTX3CECW1WT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:14.5rem;top:3.375rem;left:22.75rem;overflow:hidden;display:block; }
#HWM2cGJJbKh5GZTGXy2QO027g0TOhiTZ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:14.6875rem;top:4.5625rem;left:42.625rem;overflow:hidden;display:block; }
#DfTK9KqrGmKV7FNvca8C5K9aPO9pNVhw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:10.46875rem;left:0.5625rem;height:13.49608125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUt0SHdk02eJ9NyLsvZLNRpXfNHZvDtS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.46875rem;left:20.5625rem;height:14.845725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p9ZpH60qalAC6OKrfQq2hmrVR9cbTNCB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.46875rem;left:40.5625rem;height:8.0976625rem;text-align:left;text-align-last:left;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.76171875rem;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:11.125rem;width:16rem;top:1.625rem;left:7rem;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:1.25rem;left:18.53125rem;width:10.6875rem;height:7.1875rem;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) { #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) { #ShaREw482UUFu5MylwM69AmbJvgtMtXT { top:12.125rem;left:6.18701171875rem;width:35.3125rem;height:14.536477547386rem;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:1.4375rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFUGpUStAiU0EeTCUKDaTVq1HTF6Zdan { top:7.875rem;left:0rem;width:47.75rem;height:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UifyN9uzh76POVIRe1G13h015H73HB3I { top:22.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL6SfJEw0tcCtbppTE3NNHS7oRa6xIMq { top:25.75rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm { display:block; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container { width:47.75rem;position:relative;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:4.6875rem;left:0rem;width:24.8125rem;height:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhbIbt6PLG9r0ZLHoiIbPcNzSa04Iir0 { top:20.5625rem;left:0rem;width:24.25rem;height:10.1875rem;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 #rcKs27fJc7sCefXLrqDwmI5VG3cdbzgJ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cOMvsZQQy8C79aGTEe3ns3KDx9kiKDid {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #otHZcLxOhWbxoNTF5glB9knZoPSqbtq2 {  }
 }@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 #SyDEVE80ebv13LLQEfl106udnTbHwiKE {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #V8B40HiToULdQDAS93hPDt72aSOsE0he {  }
 }@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 #Wq0ePLtDBT7mldThTRQTR315guuy93Fx {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #n7A2VLhmyHcToubL6KFBVOBOkJexfdq0 {  }
 }@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 #VWu3O0t8Wu4GX54uozE7AH7NOynOzvPM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #tw2rhh5TbyTeTx7motcsl2QTa6xPwB5s {  }
 }@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 #MgqoQPyxrnhXGB1bNmKGKfzoLoQy4NXl {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #J8uAFbU9ownrkQhPEtxO3eI7RwBSxqai {  }
 }@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 #OsyAUbWhne7HbQg0xXbyn9AVO7L65lva {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Mo0J7UqaVu2XS4sr5ZzvtQfKIOdIWtHX {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #huC3yIh04nzGVTdLfu38yzauSRfJ3ofN {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vH9WvVSrHgDMZ3Rw6XfqzHAN2seSkiEH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #U1RHLXz9TffwU98UMnvMUltJ8GrOL7mr {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #InXH7bskMCx2TT4z36UE33xb5Z1O5enC {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #GvpVsu4c28H2R2IHfXSb7KJ7qR2on8wy {  }
 }@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) { #eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP { display:block; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container { width:47.75rem;position:relative;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:0.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdrcVt5liuOWFBJWN6SeeKoctBNPykQu { display:block; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3T38vLT0qxaMq5oDvP1VZDokUIfBvIT { top:12rem;left:0.84375rem;width:22.1875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOS22RlyA45qqww3SiTgZ98sZy9dvOzJ { top:1.125rem;left:18.8125rem;width:28.9375rem;height:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyVZ3TiLQyqO0pZK9sqxlvGsWQ6tlcoI { top:6.25rem;left:0rem;width:28.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX { display:block; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMPL8MJX2mvzfyT1WwOtUn39XMZg9T1k { top:3.5625rem;left:0.625rem;width:14.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q8OWazOVu8ZtGi9FHJWbTX3CECW1WT { top:3.375rem;left:16.5625rem;width:14.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWM2cGJJbKh5GZTGXy2QO027g0TOhiTZ { top:4.5625rem;left:32.3125rem;width:14.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTK9KqrGmKV7FNvca8C5K9aPO9pNVhw { top:10.4375rem;left:0rem;width:18.875rem;height:13.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUt0SHdk02eJ9NyLsvZLNRpXfNHZvDtS { top:10.4375rem;left:12.875rem;width:18.875rem;height:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZpH60qalAC6OKrfQq2hmrVR9cbTNCB { top:10.4375rem;left:28.75rem;width:18.875rem;height:8.0625rem;font-size:1.125rem;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.875rem;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.625rem;left:3.9375rem;width:16rem;height:11.125rem;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:12.375rem;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:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { width:19.307625rem;height:2.625rem;top:1.25rem;left:0.345703125rem;font-size:2.1875rem;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) { #ShaREw482UUFu5MylwM69AmbJvgtMtXT { width:20rem;height:8.2330492303778rem;top:5.12304921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 { display:block; }#Q87Ti4xFbChvyV6PkNkAAcVLG6rvJk40 > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC { display:block; }#R8ngrA4HO6EvEAq6cOMeo2BQhWc6KePC > .row .container { width:20rem;height:40.375rem;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:20.2441125rem;top:5.284423828125rem;left:0.21728515625rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UifyN9uzh76POVIRe1G13h015H73HB3I { width:19.9995rem;height:1.5rem;top:28.0625rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vL6SfJEw0tcCtbppTE3NNHS7oRa6xIMq { width:19.3125rem;height:8.097625rem;top:30.25rem;left:0.3125rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm { display:block; }#rspV9B5nrh19PHnTB3PTm9r5kLZzvNGm > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S01QpLaTITADZvE8LLAexGH6rqyQwAVL { display:block; }#S01QpLaTITADZvE8LLAexGH6rqyQwAVL > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lls70JoF7HyBVIhhbXlJ3lfCO12P0qQZ { width:17.5625rem;height:7.87109375rem;top:11.935546875rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhbIbt6PLG9r0ZLHoiIbPcNzSa04Iir0 { width:19.375rem;height:8.125rem;top:1.4912109375rem;left:0.36581291978097rem;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:#ec6f00;background-image:none;font-size:1.5rem;overflow:hidden;color:#ffffff; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-checkbox-label { width:15.9375rem;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:21.25rem;left:0.125rem; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-info-text { font-size:1rem;overflow:hidden;height:auto; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { width:17.1875rem;height:auto;top:21.25rem;left:0.125rem; }
 }@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 #rcKs27fJc7sCefXLrqDwmI5VG3cdbzgJ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cOMvsZQQy8C79aGTEe3ns3KDx9kiKDid {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #otHZcLxOhWbxoNTF5glB9knZoPSqbtq2 {  }
 }@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 #SyDEVE80ebv13LLQEfl106udnTbHwiKE {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #V8B40HiToULdQDAS93hPDt72aSOsE0he {  }
 }@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 #Wq0ePLtDBT7mldThTRQTR315guuy93Fx {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #n7A2VLhmyHcToubL6KFBVOBOkJexfdq0 {  }
 }@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 #VWu3O0t8Wu4GX54uozE7AH7NOynOzvPM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #tw2rhh5TbyTeTx7motcsl2QTa6xPwB5s {  }
 }@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 #MgqoQPyxrnhXGB1bNmKGKfzoLoQy4NXl {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #J8uAFbU9ownrkQhPEtxO3eI7RwBSxqai {  }
 }@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 #OsyAUbWhne7HbQg0xXbyn9AVO7L65lva {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Mo0J7UqaVu2XS4sr5ZzvtQfKIOdIWtHX {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #huC3yIh04nzGVTdLfu38yzauSRfJ3ofN {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vH9WvVSrHgDMZ3Rw6XfqzHAN2seSkiEH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #U1RHLXz9TffwU98UMnvMUltJ8GrOL7mr {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #InXH7bskMCx2TT4z36UE33xb5Z1O5enC {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #GvpVsu4c28H2R2IHfXSb7KJ7qR2on8wy {  }
 }@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) { #eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP { display:block; }#eUwAUgL17c4qQP95tNTXzmLBBxwg2RlP > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw { display:block; }#BR38IFZ5hJAEmMHB8AxXpkUoen58vWAw > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6lMDoRhr9Nw0T6BHaeGHIGeoxhQFHFc { width:20rem;height:2.25rem;top:1.087890625rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SdrcVt5liuOWFBJWN6SeeKoctBNPykQu { display:block; }#SdrcVt5liuOWFBJWN6SeeKoctBNPykQu > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3T38vLT0qxaMq5oDvP1VZDokUIfBvIT { width:18.875rem;height:10.8125rem;top:4.90234375rem;left:0.53400834840644rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOS22RlyA45qqww3SiTgZ98sZy9dvOzJ { width:19.375rem;height:33.740275rem;top:18.8330078125rem;left:0.3125rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyVZ3TiLQyqO0pZK9sqxlvGsWQ6tlcoI { width:20rem;height:1.79980625rem;top:1.3447265625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX { display:block; }#C13hKhNfKwrsGU7XgvrtUy5x2biQcSIX > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMPL8MJX2mvzfyT1WwOtUn39XMZg9T1k { width:14.5625rem;height:4.374025rem;top:1.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Q8OWazOVu8ZtGi9FHJWbTX3CECW1WT { width:14.5rem;height:4.749025rem;top:24.84375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWM2cGJJbKh5GZTGXy2QO027g0TOhiTZ { width:18.125rem;height:2.6875rem;top:50.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTK9KqrGmKV7FNvca8C5K9aPO9pNVhw { width:18.875rem;height:13.49608125rem;top:7.5625rem;left:0.5625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUt0SHdk02eJ9NyLsvZLNRpXfNHZvDtS { width:18.875rem;height:14.845725rem;top:31.3515625rem;left:0.5625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZpH60qalAC6OKrfQq2hmrVR9cbTNCB { width:18.875rem;height:8.0976625rem;top:54.505859375rem;left:0.5625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg { display:block; }#BmfRpt52L4UJrkAwSiWqgMQ2Uhtd3hDg > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8kXdshLuBGlzGAJZbacaGZv6CH8bhST { display:block; }#B8kXdshLuBGlzGAJZbacaGZv6CH8bhST > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdGqxT8MqyHxd7xWKv279TcMQdMSCuw { width:17.8125rem;height:4.5rem;top:0.78125rem;left:1.09375rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #URUA6srMeqhN005fziZa0STNeTIfuGSK { display:block; }#URUA6srMeqhN005fziZa0STNeTIfuGSK > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq8htTHK1KTiPQE220dgcTwRAhMyQGWz { width:7.999rem;height:5.499025rem;top:1.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su2oig7M8grpldAaZaqAcmJPPm8HZgu9 { width:17.9365rem;height:13.994125rem;top:8.06640625rem;left:1.03125rem;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:3.9375rem;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.3994125rem;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:48rem;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:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:20rem;height:3.9375rem;top:11.0595703125rem;left:0rem;font-size:0.875rem;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; }
 }