.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,243,242;--color-primary-1:128,217,212;--color-primary-2:0,178,169;--color-primary-3:0,89,85;--color-primary-4:0,27,25;--color-secondary-0:232,219,233;--color-secondary-1:185,148,190;--color-secondary-2:138,77,146;--color-secondary-3:109,32,119;--color-secondary-4:71,15,81;--color-tertiary-0:255,255,255;--color-tertiary-1:242,243,245;--color-tertiary-2:145,146,147;--color-tertiary-3:87,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f6877182-d7c6-4ee1-bf9c-9d5e3208f3ca/CEWA_NorthSuburb_02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;overflow:visible;position:relative;display:block; }#BNSVnD1AWFBTbbUx0JvNulxva0pmTUTh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:10.7498125rem;width:10.686875rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:32.3740234375rem;left:0.625rem;height:3.1875rem;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; }
#JUUpSt3wgBZAbsT5kRAflB5luhEUJsmF { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:37.123481750488rem;left:0.625rem;height:1.6875rem;font-style:normal;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-form-header {  }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(34,34,34,0.6);width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid rgba(51,51,51,0.1);border-left:0.0625rem solid rgba(51,51,51,0.1);border-right:0.0625rem solid rgba(51,51,51,0.1);border-bottom:0.0625rem solid rgba(51,51,51,0.1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.5rem;color:rgba(34,34,34,0.6);font-size:0.875rem;overflow:hidden;font-family:roboto;font-weight:300;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid rgba(51,51,51,0.1);border-left:0.0625rem solid rgba(51,51,51,0.1);border-right:0.0625rem solid rgba(51,51,51,0.1);border-bottom:0.0625rem solid rgba(51,51,51,0.1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:5rem;color:rgba(34,34,34,0.6);font-size:0.875rem;overflow:hidden;font-family:roboto;font-weight:300;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .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; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#61166b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .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(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(34,34,34,0.7);vertical-align:top;width:17.125rem;overflow:hidden;font-style:normal;line-height:1.7; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-container:first-of-type{padding-top:0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-container:last-of-type{padding-bottom:0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:7.060546875rem;left:38rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(34,34,34,0.6);vertical-align:top;overflow:hidden;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv {display:block;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:7.060546875rem;left:38rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #hygEGLUlpcz1Kbu3Zyio7atrkK7Zw6w3 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #EvDoFDvbipH7bOKB4Xguo4d4sigiyo3h { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MOgN1pqu6FJHdaQAQKw9F7NAFP0hhdJC { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #SkdbclE41TdVAOmLuVcxeZKMrydw6LHh { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #AoHl1yBl0kxiS1ivQH48yAgOWfsG6R57 { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #XguH3pKrPAOOh4OJlwfFGRLfsDZk6rfl { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RNb4aT3IuN5VGIzkxA9I4wc3xvM8d0S1 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #NqEEVDkF1HaL9Gd5J6l8iC0dweUHQQQ8 { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #M4S75kti6y10pw4okVTZ7xl3xaytHvox { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MyqB2VooKo8OkwlC9lm09o4we0gTOx5w { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #TXJOJwcm3efU0UAXO8gd4SeUDCTC3TwZ { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #gbSLT7JKLW9H3vSc6SEvTh7XC74JJKwI { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RTGO7I1u3rPyTT64SghD2Ve9sBtDJxJb { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #T4tOPDwDaslTZh236gldvRcsC7QSQq4O { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #pTRSLqN1JJhXETZAXQFhHoDzxDrzKBuD { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #Ti61qIGKfRr4rpbgOE5WwUhKTHsignT8 { position:relative;display:block;z-index:15000; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #iI5bEh3A3nmfB8fwLpQSIQbQcdTnKuZz { position:relative;display:block;z-index:15000; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #DA6DuydDvRUkNAS3m2hTBc2NB2omxATz { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #vNwRaNyAKRteUHbusb3EbvIbKEiBeKGn { position:relative;z-index:2; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #n9Ti3S4utLOl1A95Mo8LzIHWKUgJoJvA { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #WwTFKoMvIBhbeAkNmizTkZuNdCJt4Wy6 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #FThbIob4bsaGsLCmxCH8WEQsBrwyCWbI { position:relative;z-index:2; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #FgkviOnBRR8iAoG5KKwDsr7H77pnnzKN { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #tV8e39Iwb4mnNuLAiKWggVGk15IQveOB { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #Zv1LFiGNxWTrA0meBb66aQJXdWC6V1x9 { position:relative;z-index:2; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #eg3PCbDxhmUneXrhci7TwgfcxnX2bDg5 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #UelPJtAZrtTbBR8UpHkxDgTtlULwR3Gg { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #QT6xQfwsflRvGlA3RZk4AqTksKbOOeG8 { position:relative;z-index:2; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #n2CwDvhGBHR14g1knBEvxRu4mh0TuyeV { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #rqq27M6TSlUkomrz4yuTwPWt6kuNvGc3 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ynvTI30Nhk7ZzpEzVaqXsIQW9hkSoz6z { position:relative; }
#NzJA06wTfWkNl13xH9WsmEaRLBQP60cM { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:40.5625rem;width:20.625rem;top:3.998046875rem;left:38.125rem;display:block; }
#cuexMeB0Dqmis8UhyezT23cTcGUT6SMp { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:6.9990234375rem;left:38.8115234375rem;display:block; }
#b2voErglW80GIxeGUFvirT9IHtIHWA56 { color:#222222;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.7802734375rem;left:39.7177734375rem;height:1.625rem;font-style:normal;display:block; }
#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { 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; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { background-color: transparent; background-image: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container > .video-iframe-container { display: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container { display: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .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); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { border-width: 0; border-radius: 0; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { color:#222222;display:block;width:59.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:2.61328125rem;left:0.34375rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOGH4N11r92w6GrTISCHC6AdkUSl0tnX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:13.3125rem;left:23.75rem;display:block; }
#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(73deg, rgba(var(--color-secondary-4),1), #581362);background-image: -moz-linear-gradient(73deg, rgba(var(--color-secondary-4),1), #581362);background-image: -ms-linear-gradient(73deg, rgba(var(--color-secondary-4),1), #581362);background-image: -o-linear-gradient(73deg, rgba(var(--color-secondary-4),1), #581362);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#581362' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#581362' );";background-image: linear-gradient(73deg, rgba(var(--color-secondary-4),1), #581362);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; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container { background-color: transparent; background-image: none; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container > .video-iframe-container { display: none; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row > .video-iframe-container { display: none; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .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); }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container { border-width: 0; border-radius: 0; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#TnEpFVb6iAcEtoqG9pEfQuDFMOJHATkt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15.3125rem;top:5.03125rem;left:37.34375rem;overflow:hidden;display:block; }
#QJ5UK8GhefMXX6WNcezcqJc8WbGpCyg0 { box-sizing:content-box;height:11.875rem;width:30rem;position:absolute;display:block;z-index:15003;background-color:#e21b23;background-image:none;top:19.6875rem;left:0rem;display:block; }
#e3U84ifsu634Qx7TZoKrXFAJ1STEZNwB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:18.0625rem;top:20.8125rem;left:6rem;overflow:hidden;display:block; }
#kNJ5ErbP0U8vgFfNy0Rzg6c38Go2cPGh { 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:19.75rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JmTiuG8srKiuVlHoPVOwqAnd1UAdALHO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.1875rem;left:33.59375rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cxvx8wMnLA4c5gOrdbrAX4ihnA07EiBQ { background-color:#61166b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.6875rem;left:36.8125rem;display:block; }
#TFydH5E44sgd6An2C3s0MkEOxAXSc34H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NhxOl4XPVgrsR4Gs94HpLJVOLQ7EZAuF { box-sizing:content-box;height:5.4375rem;width:30rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:26.125rem;left:30rem;display:block; }
#qe3TZi2p4KxQu0IwDtMVnkxdTCOz76vZ { color:rgba(var(--color-tertiary-0),0.79);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18rem;left:37.8125rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#EgtaPU0npMuGiSGKWJ5rGH3sRCA3CpUA { box-sizing:content-box;height:26.625rem;width:30rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(319deg, rgba(var(--color-secondary-4),1), #581362);background-image: -moz-linear-gradient(319deg, rgba(var(--color-secondary-4),1), #581362);background-image: -ms-linear-gradient(319deg, rgba(var(--color-secondary-4),1), #581362);background-image: -o-linear-gradient(319deg, rgba(var(--color-secondary-4),1), #581362);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#581362' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#581362' );";background-image: linear-gradient(319deg, rgba(var(--color-secondary-4),1), #581362);background-size:auto !important;top:0rem;left:30rem;display:block; }
#xvF31ZbeNWZ37vVudaTbeJofI84h12sy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { background-color: transparent; background-image: none; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container > .video-iframe-container { display: none; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row > .video-iframe-container { display: none; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .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); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { border-width: 0; border-radius: 0; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#ZvRTtiyExkyLsGzyMhKwT0Jv7RNpCsrK { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.90625rem;height:2rem;font-style:normal;display:block; }
#SEcSJl4bxx8bxNLdg4I5T85lPyKbcDQi { position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:29.875rem;top:19.875rem;left:30.125rem;display:block; }
#ptwynVzE6et6FAVgDWUcu3ToPMWEmO7o { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.5rem;left:31.6875rem;height:2.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ROaGhh6TnLA3S5xlvQk7VK5w5SiV4v2d { color:rgba(34,34,34,0.8);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.9375rem;left:31.625rem;height:3.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LV26QxUSw7ocbKZEvzVE4noN8FnyHirr { background-color:#61166b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4990234375rem;left:44.9375rem;display:block; }
#zphAZ4gmBobfT7Xner2UhgT28l6NdpWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDxaPqz6zTMkZteTZfvJxEZXBDbWTx2D { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:29.9375rem;top:0rem;left:30.125rem;overflow:hidden;display:block; }
#SsBnDpqPAUGbW4yrkhBLlhi04OrE2eIM { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:1.669921875rem;left:0.84375rem;height:23rem;font-style:normal;display:block; }
#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 { 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; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { background-color: transparent; background-image: none; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container > .video-iframe-container { display: none; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row > .video-iframe-container { display: none; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .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); }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { border-width: 0; border-radius: 0; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#CB1aw4LRp7DU7VwZ28nf0OXxdD4RMgxp { color:#222222;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:-0.0029296875rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPUdw9BM8qT5woHDpRNrOD6Ad6MFAQgw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:12.5rem;top:6.8125rem;left:23.75rem;display:block; }
#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 { position:relative;display:block; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 { background-color: transparent; background-image: none; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row .container > .video-iframe-container { display: none; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row > .video-iframe-container { display: none; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .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); }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 { border-width: 0; border-radius: 0; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .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; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.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; }#OmawZT25dm88du9OzDDpBaO7xZDG1Qqa { 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:6.75rem;width:10.75rem;top:0.9375rem;left:8.6552734375rem;overflow:hidden;display:block; }
#Bm5Gwkc449EoVmuu7XCmfFByFuIiJhdq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3740234375rem;left:3.9677734375rem;height:1.25rem;display:block; }
#Dqnhd8BSlIpPvnWBPKnaVT1gxy3pybIS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.3427734375rem;left:3.9677734375rem;height:4.75rem;display:block; }
#ZrghEmrNV1BzGQgRA1h9zTyWi6snVidC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.310546875rem;height:2.1240234375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.0625rem;left:9.375rem;display:block; }
#l24vyy3zN0Su16rAMlIm38dLiaZbppzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdU9tymxKUTLLTEu58uNWXFVeUK7MiTn { 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:7.0625rem;width:8rem;top:0.78125rem;left:41rem;overflow:hidden;display:block; }
#AZUKOiUSXOLwA61NX3VTMsAaRdS13rWr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3740234375rem;left:35.25rem;height:1.25rem;display:block; }
#loUcbMEwIiUblrsxtUdII4NWKcEm5WTk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.3427734375rem;left:35.25rem;height:5rem;display:block; }
#LIKdDIKZuR2wuaKb8gDu6eChd9Zt5koK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.310546875rem;height:2.1240234375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.0625rem;left:40.3447265625rem;display:block; }
#l08HfnkplUKe19tiDEJ6sziztFmMoN6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ { position:relative;display:block; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ { background-color: transparent; background-image: none; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row .container > .video-iframe-container { display: none; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row > .video-iframe-container { display: none; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .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); }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ { border-width: 0; border-radius: 0; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .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; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bf8UuOJa1Bif6NBlVz5onO2TDGZs2tu5 { 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.4375rem;width:6.4375rem;top:1.875rem;left:11.5rem;overflow:hidden;display:block; }
#qrwIiVEdMzOHn5l3dJGv84a3mfTGAWVH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:3.65625rem;height:1.25rem;display:block; }
#rS4duPBotHbHJR4lVAkS6bwTu6LVwESJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:12rem;left:3.65625rem;height:5rem;display:block; }
#qivAT5henkehmHzHcRh5iWwHaDNvvcXM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.310546875rem;height:2.1240234375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.7490234375rem;left:10.3447265625rem;display:block; }
#f4PhqTTsEzvmyU8sQV2nlVdywW3ODG0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8BE8010bXT5KiOMSv7VXL3ro9yICJrN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8125rem;left:33.6875rem;height:1.25rem;display:block; }
#dmhhAbIpqAWT8bXFc1krkCnPLbULczLV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:5.5625rem;top:1.875rem;left:41.5rem;overflow:hidden;display:block; }
#tmtX4TTqGbDzWTZMrupH1TD0I2hbNfks { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:12rem;left:33.6875rem;height:7.5rem;display:block; }
#GLe4Hfd2SIfWZLXlsWES20FnC3RTk3p1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.310546875rem;height:2.1240234375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.7490234375rem;left:40.3447265625rem;display:block; }
#JNk3c8SAyq3Wx86XOExSyqgeJ6azlMUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 { 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; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container { background-color: transparent; background-image: none; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container > .video-iframe-container { display: none; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row > .video-iframe-container { display: none; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .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); }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container { border-width: 0; border-radius: 0; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-size:cover !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; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { border-width: 0; border-radius: 0; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { color:rgba(var(--color-tertiary-0),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6.1838111877441rem;left:0.49913215637207rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXV5cXoxQhgwTfSoLKLTRk83R7zz0DAy { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.78386125rem;height:3.84678625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.118709564209rem;left:9.0581607818606rem;display:block; }
#B1P2gTRHVi0uTcNfZFszSWFWwdTOBznM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9HV2kT0a2Cf5gkwMpDZJ1erJ6gIEpL0 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.76973625rem;height:3.83268rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.117626190186rem;left:33.165147781372rem;display:block; }
#GUhLrhcuAvRBc7R8M3niCZM6aqN6Lp31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3c3c;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; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { background-color: transparent; background-image: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container > .video-iframe-container { display: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row > .video-iframe-container { display: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .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); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { border-width: 0; border-radius: 0; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#kRwAFl83W5EuU4QvSDOAxuuTmlE1Ebmb { color:rgba(var(--color-tertiary-0),0.79);display:block;width:49.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:10.122611999512rem;left:5.0618495941162rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBBq0TyMVbA9HxhBE9xJpuyXNLibO8rR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18663125rem;width:8.6870625rem;top:3.0620651245117rem;left:25.623916625976rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNSVnD1AWFBTbbUx0JvNulxva0pmTUTh { width:10.625rem;height:10.68757310369rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:35.6875rem;height:3.1875rem;top:32.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUpSt3wgBZAbsT5kRAflB5luhEUJsmF { width:33.75rem;height:1.6875rem;top:37.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-regular-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv  { width:18.375rem;height:auto;top:7rem;left:26.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv {display:block;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv { width:18.375rem;height:auto;top:7rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #hygEGLUlpcz1Kbu3Zyio7atrkK7Zw6w3 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #EvDoFDvbipH7bOKB4Xguo4d4sigiyo3h { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MOgN1pqu6FJHdaQAQKw9F7NAFP0hhdJC {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #SkdbclE41TdVAOmLuVcxeZKMrydw6LHh {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #AoHl1yBl0kxiS1ivQH48yAgOWfsG6R57 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #XguH3pKrPAOOh4OJlwfFGRLfsDZk6rfl {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RNb4aT3IuN5VGIzkxA9I4wc3xvM8d0S1 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #NqEEVDkF1HaL9Gd5J6l8iC0dweUHQQQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #M4S75kti6y10pw4okVTZ7xl3xaytHvox {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MyqB2VooKo8OkwlC9lm09o4we0gTOx5w {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #TXJOJwcm3efU0UAXO8gd4SeUDCTC3TwZ { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #gbSLT7JKLW9H3vSc6SEvTh7XC74JJKwI {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RTGO7I1u3rPyTT64SghD2Ve9sBtDJxJb {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #T4tOPDwDaslTZh236gldvRcsC7QSQq4O { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #pTRSLqN1JJhXETZAXQFhHoDzxDrzKBuD {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #Ti61qIGKfRr4rpbgOE5WwUhKTHsignT8 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #iI5bEh3A3nmfB8fwLpQSIQbQcdTnKuZz {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #DA6DuydDvRUkNAS3m2hTBc2NB2omxATz {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #vNwRaNyAKRteUHbusb3EbvIbKEiBeKGn {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #n9Ti3S4utLOl1A95Mo8LzIHWKUgJoJvA {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #WwTFKoMvIBhbeAkNmizTkZuNdCJt4Wy6 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #FThbIob4bsaGsLCmxCH8WEQsBrwyCWbI {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #FgkviOnBRR8iAoG5KKwDsr7H77pnnzKN {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #tV8e39Iwb4mnNuLAiKWggVGk15IQveOB {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #Zv1LFiGNxWTrA0meBb66aQJXdWC6V1x9 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #eg3PCbDxhmUneXrhci7TwgfcxnX2bDg5 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #UelPJtAZrtTbBR8UpHkxDgTtlULwR3Gg {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #QT6xQfwsflRvGlA3RZk4AqTksKbOOeG8 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #n2CwDvhGBHR14g1knBEvxRu4mh0TuyeV {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #rqq27M6TSlUkomrz4yuTwPWt6kuNvGc3 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ynvTI30Nhk7ZzpEzVaqXsIQW9hkSoz6z {  }
 }@media only screen and (max-width: 763px) { #NzJA06wTfWkNl13xH9WsmEaRLBQP60cM { width:20.625rem;height:40.5625rem;top:3.9375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuexMeB0Dqmis8UhyezT23cTcGUT6SMp { width:19.375rem;height:0.0625rem;top:6.9375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2voErglW80GIxeGUFvirT9IHtIHWA56 { width:17.625rem;height:1.625rem;top:4.75rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { display:block; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { width:47.75rem;height:9rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOGH4N11r92w6GrTISCHC6AdkUSl0tnX { top:13.3125rem;left:17.625rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq { display:block; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnEpFVb6iAcEtoqG9pEfQuDFMOJHATkt { top:5rem;left:28.15625rem;width:15.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ5UK8GhefMXX6WNcezcqJc8WbGpCyg0 { top:19.6875rem;left:0rem;width:30rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3U84ifsu634Qx7TZoKrXFAJ1STEZNwB { top:20.8125rem;left:2.9375rem;width:18.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJ5ErbP0U8vgFfNy0Rzg6c38Go2cPGh { top:0rem;left:0rem;width:30rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmTiuG8srKiuVlHoPVOwqAnd1UAdALHO { top:28.1875rem;left:24.40625rem;width:22.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxvx8wMnLA4c5gOrdbrAX4ihnA07EiBQ { width:16.375rem;height:3.125rem;top:19.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFydH5E44sgd6An2C3s0MkEOxAXSc34H { display:block; }
 }@media only screen and (max-width: 763px) { #NhxOl4XPVgrsR4Gs94HpLJVOLQ7EZAuF { top:26.125rem;left:17.75rem;width:30rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3TZi2p4KxQu0IwDtMVnkxdTCOz76vZ { top:18rem;left:28.625rem;width:14.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgtaPU0npMuGiSGKWJ5rGH3sRCA3CpUA { top:0rem;left:17.75rem;width:30rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvF31ZbeNWZ37vVudaTbeJofI84h12sy { display:block; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvRTtiyExkyLsGzyMhKwT0Jv7RNpCsrK { width:26.875rem;height:2rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEcSJl4bxx8bxNLdg4I5T85lPyKbcDQi { width:29.875rem;height:15.25rem;top:19.875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptwynVzE6et6FAVgDWUcu3ToPMWEmO7o { width:26.3125rem;height:2.1875rem;top:17.5rem;left:21.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROaGhh6TnLA3S5xlvQk7VK5w5SiV4v2d { width:26.3125rem;height:5.25rem;top:23.9375rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV26QxUSw7ocbKZEvzVE4noN8FnyHirr { width:13.125rem;height:3.125rem;top:30.4375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphAZ4gmBobfT7Xner2UhgT28l6NdpWv { display:block; }
 }@media only screen and (max-width: 763px) { #pDxaPqz6zTMkZteTZfvJxEZXBDbWTx2D { width:29.9375rem;height:21.875rem;top:0rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBnDpqPAUGbW4yrkhBLlhi04OrE2eIM { width:27rem;height:27.3125rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgikt4h14d6DsHDAbZt7um7uLEAvurI0 { display:block; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB1aw4LRp7DU7VwZ28nf0OXxdD4RMgxp { width:47.75rem;height:2.5625rem;top:3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPUdw9BM8qT5woHDpRNrOD6Ad6MFAQgw { top:6.8125rem;left:17.625rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 { display:block; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmawZT25dm88du9OzDDpBaO7xZDG1Qqa { top:0.9375rem;left:5.5927734375rem;width:10.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm5Gwkc449EoVmuu7XCmfFByFuIiJhdq { top:9.3125rem;left:0.9052734375rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqnhd8BSlIpPvnWBPKnaVT1gxy3pybIS { top:11.3125rem;left:0.9052734375rem;width:23.1875rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrghEmrNV1BzGQgRA1h9zTyWi6snVidC { width:9.25rem;height:2.0625rem;top:19.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l24vyy3zN0Su16rAMlIm38dLiaZbppzQ { display:block; }
 }@media only screen and (max-width: 763px) { #OdU9tymxKUTLLTEu58uNWXFVeUK7MiTn { top:0.75rem;left:31.8125rem;width:8rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUKOiUSXOLwA61NX3VTMsAaRdS13rWr { top:9.3125rem;left:26.0625rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUcbMEwIiUblrsxtUdII4NWKcEm5WTk { top:11.3125rem;left:25.3125rem;width:22.4375rem;height:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIKdDIKZuR2wuaKb8gDu6eChd9Zt5koK { width:9.25rem;height:2.0625rem;top:19.0625rem;left:31.1572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l08HfnkplUKe19tiDEJ6sziztFmMoN6I { display:block; }
 }@media only screen and (max-width: 763px) { #Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ { display:block; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bf8UuOJa1Bif6NBlVz5onO2TDGZs2tu5 { top:1.875rem;left:8.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrwIiVEdMzOHn5l3dJGv84a3mfTGAWVH { top:9.8125rem;left:0.59375rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS4duPBotHbHJR4lVAkS6bwTu6LVwESJ { top:12rem;left:0.59375rem;width:22.6875rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivAT5henkehmHzHcRh5iWwHaDNvvcXM { width:9.25rem;height:2.0625rem;top:21.6875rem;left:7.2822265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PhqTTsEzvmyU8sQV2nlVdywW3ODG0f { display:block; }
 }@media only screen and (max-width: 763px) { #C8BE8010bXT5KiOMSv7VXL3ro9yICJrN { top:9.8125rem;left:24.5rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmhhAbIpqAWT8bXFc1krkCnPLbULczLV { top:1.875rem;left:32.3125rem;width:5.5625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmtX4TTqGbDzWTZMrupH1TD0I2hbNfks { top:12rem;left:24.5rem;width:22.6875rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLe4Hfd2SIfWZLXlsWES20FnC3RTk3p1 { width:9.25rem;height:2.0625rem;top:21.6875rem;left:31.1572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNk3c8SAyq3Wx86XOExSyqgeJ6azlMUS { display:block; }
 }@media only screen and (max-width: 763px) { #SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 { display:block; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:47.75rem;height:2.25rem;top:6.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXV5cXoxQhgwTfSoLKLTRk83R7zz0DAy { width:18.75rem;height:3.8125rem;top:11.0625rem;left:2.9331607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P2gTRHVi0uTcNfZFszSWFWwdTOBznM { display:block; }
 }@media only screen and (max-width: 763px) { #i9HV2kT0a2Cf5gkwMpDZJ1erJ6gIEpL0 { width:18.75rem;height:3.8125rem;top:11.0625rem;left:27.040147781372rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUhLrhcuAvRBc7R8M3niCZM6aqN6Lp31 { display:block; }
 }@media only screen and (max-width: 763px) { #nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh { display:block; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRwAFl83W5EuU4QvSDOAxuuTmlE1Ebmb { width:47.75rem;height:2.3125rem;top:10.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBBq0TyMVbA9HxhBE9xJpuyXNLibO8rR { top:3rem;left:19.498916625976rem;width:8.625rem;height:5.1495766873152rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNSVnD1AWFBTbbUx0JvNulxva0pmTUTh { width:5.43728125rem;height:5.43728125rem;top:0rem;left:7.2797313332556rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:20rem;height:1.5625rem;top:7.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUpSt3wgBZAbsT5kRAflB5luhEUJsmF { width:20rem;height:1.375rem;top:9.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv  { width:17.5rem;height:auto;top:15.811633110046rem;left:0rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv {display:block;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv { width:17.5rem;height:auto;top:15.811633110046rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #hygEGLUlpcz1Kbu3Zyio7atrkK7Zw6w3 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #EvDoFDvbipH7bOKB4Xguo4d4sigiyo3h { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MOgN1pqu6FJHdaQAQKw9F7NAFP0hhdJC {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #SkdbclE41TdVAOmLuVcxeZKMrydw6LHh {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #AoHl1yBl0kxiS1ivQH48yAgOWfsG6R57 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #XguH3pKrPAOOh4OJlwfFGRLfsDZk6rfl {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RNb4aT3IuN5VGIzkxA9I4wc3xvM8d0S1 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #NqEEVDkF1HaL9Gd5J6l8iC0dweUHQQQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #M4S75kti6y10pw4okVTZ7xl3xaytHvox {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MyqB2VooKo8OkwlC9lm09o4we0gTOx5w {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #TXJOJwcm3efU0UAXO8gd4SeUDCTC3TwZ { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #gbSLT7JKLW9H3vSc6SEvTh7XC74JJKwI {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RTGO7I1u3rPyTT64SghD2Ve9sBtDJxJb {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #T4tOPDwDaslTZh236gldvRcsC7QSQq4O { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #pTRSLqN1JJhXETZAXQFhHoDzxDrzKBuD {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #Ti61qIGKfRr4rpbgOE5WwUhKTHsignT8 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #iI5bEh3A3nmfB8fwLpQSIQbQcdTnKuZz {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #DA6DuydDvRUkNAS3m2hTBc2NB2omxATz {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #vNwRaNyAKRteUHbusb3EbvIbKEiBeKGn {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #n9Ti3S4utLOl1A95Mo8LzIHWKUgJoJvA {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #WwTFKoMvIBhbeAkNmizTkZuNdCJt4Wy6 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #FThbIob4bsaGsLCmxCH8WEQsBrwyCWbI {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #FgkviOnBRR8iAoG5KKwDsr7H77pnnzKN {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #tV8e39Iwb4mnNuLAiKWggVGk15IQveOB {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #Zv1LFiGNxWTrA0meBb66aQJXdWC6V1x9 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #eg3PCbDxhmUneXrhci7TwgfcxnX2bDg5 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #UelPJtAZrtTbBR8UpHkxDgTtlULwR3Gg {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #QT6xQfwsflRvGlA3RZk4AqTksKbOOeG8 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #n2CwDvhGBHR14g1knBEvxRu4mh0TuyeV {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #rqq27M6TSlUkomrz4yuTwPWt6kuNvGc3 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ynvTI30Nhk7ZzpEzVaqXsIQW9hkSoz6z {  }
 }@media only screen and (max-width: 763px) { #NzJA06wTfWkNl13xH9WsmEaRLBQP60cM { width:20rem;height:40.1875rem;top:12.935546875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuexMeB0Dqmis8UhyezT23cTcGUT6SMp { width:19.375rem;height:0.0625rem;top:15.812068939209rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2voErglW80GIxeGUFvirT9IHtIHWA56 { width:17.6248125rem;height:1.625rem;top:13.686198234558rem;left:1.1870660185814rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { display:block; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { width:20rem;height:16.875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOGH4N11r92w6GrTISCHC6AdkUSl0tnX { width:12.5rem;height:0.3125rem;top:20.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq { display:block; }#DLJHXaCdzszArVSWoXzfQ6Rx5RTFmAXq > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnEpFVb6iAcEtoqG9pEfQuDFMOJHATkt { width:12rem;height:7.5625rem;top:26.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ5UK8GhefMXX6WNcezcqJc8WbGpCyg0 { width:20rem;height:10.5rem;top:13.103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3U84ifsu634Qx7TZoKrXFAJ1STEZNwB { width:14.5rem;height:6.9375rem;top:14.884765625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJ5ErbP0U8vgFfNy0Rzg6c38Go2cPGh { width:20rem;height:13.166rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmTiuG8srKiuVlHoPVOwqAnd1UAdALHO { width:20rem;height:1.1875rem;top:43.734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxvx8wMnLA4c5gOrdbrAX4ihnA07EiBQ { width:16.375rem;height:3.125rem;top:37.8125rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFydH5E44sgd6An2C3s0MkEOxAXSc34H { display:block; }
 }@media only screen and (max-width: 763px) { #NhxOl4XPVgrsR4Gs94HpLJVOLQ7EZAuF { width:20rem;height:2.8125rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe3TZi2p4KxQu0IwDtMVnkxdTCOz76vZ { width:14.4375rem;height:1.1875rem;top:36.3125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgtaPU0npMuGiSGKWJ5rGH3sRCA3CpUA { width:20rem;height:22.0625rem;top:23.603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvF31ZbeNWZ37vVudaTbeJofI84h12sy { display:block; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvRTtiyExkyLsGzyMhKwT0Jv7RNpCsrK { width:20rem;height:2rem;top:1.0611953735351rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEcSJl4bxx8bxNLdg4I5T85lPyKbcDQi { width:20rem;height:11.1875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptwynVzE6et6FAVgDWUcu3ToPMWEmO7o { width:20rem;height:1.875rem;top:11.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROaGhh6TnLA3S5xlvQk7VK5w5SiV4v2d { width:20rem;height:2.5rem;top:16.0302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV26QxUSw7ocbKZEvzVE4noN8FnyHirr { width:13.125rem;height:3.125rem;top:19.9990234375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphAZ4gmBobfT7Xner2UhgT28l6NdpWv { display:block; }
 }@media only screen and (max-width: 763px) { #pDxaPqz6zTMkZteTZfvJxEZXBDbWTx2D { width:20rem;height:14.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBnDpqPAUGbW4yrkhBLlhi04OrE2eIM { width:20rem;height:39.0625rem;top:25.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgikt4h14d6DsHDAbZt7um7uLEAvurI0 { display:block; }#tgikt4h14d6DsHDAbZt7um7uLEAvurI0 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB1aw4LRp7DU7VwZ28nf0OXxdD4RMgxp { width:20rem;height:4rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPUdw9BM8qT5woHDpRNrOD6Ad6MFAQgw { width:12.5rem;height:0.3125rem;top:6.38780625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 { display:block; }#aoIXKS3RacsHfcdeeh9iBoobwPJ9v3T7 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmawZT25dm88du9OzDDpBaO7xZDG1Qqa { width:9.6875rem;height:5.8125rem;top:0rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm5Gwkc449EoVmuu7XCmfFByFuIiJhdq { width:18.625rem;height:1.375rem;top:6.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqnhd8BSlIpPvnWBPKnaVT1gxy3pybIS { width:20rem;height:5.9375rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrghEmrNV1BzGQgRA1h9zTyWi6snVidC { width:9.25rem;height:2.0625rem;top:16.750000953674rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l24vyy3zN0Su16rAMlIm38dLiaZbppzQ { display:block; }
 }@media only screen and (max-width: 763px) { #OdU9tymxKUTLLTEu58uNWXFVeUK7MiTn { width:7.5rem;height:6.625rem;top:20.562500953674rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUKOiUSXOLwA61NX3VTMsAaRdS13rWr { width:19.5rem;height:1.375rem;top:28.437500953674rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loUcbMEwIiUblrsxtUdII4NWKcEm5WTk { width:20rem;height:7.5rem;top:31.062500953674rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIKdDIKZuR2wuaKb8gDu6eChd9Zt5koK { width:9.25rem;height:2.0625rem;top:38.562500953674rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l08HfnkplUKe19tiDEJ6sziztFmMoN6I { display:block; }
 }@media only screen and (max-width: 763px) { #Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ { display:block; }#Irkc0a88KRs6boNMC6RsUvuDfhcSAwXQ > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bf8UuOJa1Bif6NBlVz5onO2TDGZs2tu5 { width:6.4375rem;height:6.4375rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrwIiVEdMzOHn5l3dJGv84a3mfTGAWVH { width:19.5rem;height:1.375rem;top:8.9375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS4duPBotHbHJR4lVAkS6bwTu6LVwESJ { width:20rem;height:6.25rem;top:11.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivAT5henkehmHzHcRh5iWwHaDNvvcXM { width:9.25rem;height:2.0625rem;top:19.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PhqTTsEzvmyU8sQV2nlVdywW3ODG0f { display:block; }
 }@media only screen and (max-width: 763px) { #C8BE8010bXT5KiOMSv7VXL3ro9yICJrN { width:19.5rem;height:1.375rem;top:31.5rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmhhAbIpqAWT8bXFc1krkCnPLbULczLV { width:5.5625rem;height:6.4375rem;top:23.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmtX4TTqGbDzWTZMrupH1TD0I2hbNfks { width:20rem;height:10rem;top:34.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLe4Hfd2SIfWZLXlsWES20FnC3RTk3p1 { width:9.25rem;height:2.0625rem;top:45.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNk3c8SAyq3Wx86XOExSyqgeJ6azlMUS { display:block; }
 }@media only screen and (max-width: 763px) { #SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 { display:block; }#SyWqGhsJRGuoX9URpWLHLXdUBhHDK6s2 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #6d2077, #00b2a9);background-image: -moz-linear-gradient(45deg, #6d2077, #00b2a9);background-image: -ms-linear-gradient(45deg, #6d2077, #00b2a9);background-image: -o-linear-gradient(45deg, #6d2077, #00b2a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2077', endColorstr='#00b2a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2077', endColorstr='#00b2a9' );";background-image: linear-gradient(45deg, #6d2077, #00b2a9);background-size:cover !important;display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:20rem;height:2.75rem;top:4.560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXV5cXoxQhgwTfSoLKLTRk83R7zz0DAy { width:15rem;height:3.11111125rem;top:10.222438812256rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P2gTRHVi0uTcNfZFszSWFWwdTOBznM { display:block; }
 }@media only screen and (max-width: 763px) { #i9HV2kT0a2Cf5gkwMpDZJ1erJ6gIEpL0 { width:15rem;height:3.125rem;top:15.311416625976rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUhLrhcuAvRBc7R8M3niCZM6aqN6Lp31 { display:block; }
 }@media only screen and (max-width: 763px) { #nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh { display:block; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRwAFl83W5EuU4QvSDOAxuuTmlE1Ebmb { width:20rem;height:5.625rem;top:8.811851501465rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBBq0TyMVbA9HxhBE9xJpuyXNLibO8rR { width:7.3123125rem;height:4.375rem;top:2.392578125rem;left:6.3107643723487rem;display:block; }
 }