.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:232,236,241;--color-primary-1:185,197,212;--color-primary-2:138,159,184;--color-primary-3:83,95,110;--color-primary-4:0,58,93;--color-secondary-0:250,250,250;--color-secondary-1:238,238,239;--color-secondary-2:220,221,222;--color-secondary-3:110,111,111;--color-secondary-4:33,33,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { background-color: transparent; background-image: none; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container > .video-iframe-container { display: none; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row > .video-iframe-container { display: none; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .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); }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { border-width: 0; border-radius: 0; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#vOIx0bx29tzUheBOdv27Hvg0HeUpxEd2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8rem;top:1.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#gckrMSbg8b4smORxAXbtSRLBSBhkJTOq { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.75rem;left:43.312501907349rem; }
#kV9Hn3oyi5lTMSkAzAkNuV3iAHIfWsyn { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.5rem;left:54.625001907349rem; }
#EO6MG5QWoAqKRLkn9BG6eVEZAiu8idcD { color:rgba(var(--color-primary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.9375rem;left:57.031250953674rem;height:1.3rem;display:block; }
#eQPd4wtK5XrVIPLLL4rOW1anu2LxMIkL { color:rgba(var(--color-primary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:45.187501907349rem;height:1.3rem;display:block; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:1.5625rem;left:68.0625rem; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.4375rem;left:70.4375rem; }
#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/62c15cf0-fa38-48b5-a1d1-eb6439a994b2/headerv2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9.adaptive-delivery-prevent-bg, #BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9.lazyload, #BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9.lazyloading { background-image: none; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container { background-color: transparent; background-image: none; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container > .video-iframe-container { display: none; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row > .video-iframe-container { display: none; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .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); }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container { border-width: 0; border-radius: 0; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#K0Pn7pEmZl2Nu1tZOT8WM8PvwabN3Cki { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:3.8818359375rem;left:0rem;height:8.9233375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container { background-color: transparent; background-image: none; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container > .video-iframe-container { display: none; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row > .video-iframe-container { display: none; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .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); }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container { border-width: 0; border-radius: 0; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#B2P7OeKPWNLltkwTH2gliZBJJT8cCoH1 { color:rgba(var(--color-primary-4),1);display:block;width:59.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.24853515625rem;left:7.403564453125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container { background-color: transparent; background-image: none; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container > .video-iframe-container { display: none; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row > .video-iframe-container { display: none; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .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); }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container { border-width: 0; border-radius: 0; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#GJvFSLGJqm8hUHUBU0BKELR6nVDXI9oD { color:rgba(var(--color-primary-4),1);display:block;width:60.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:1.868408203125rem;left:2.00439453125rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XxNbTs4Be8HVZmy7LnotNyM1zXW6RhGG { color:rgba(var(--color-primary-4),1);display:block;width:67.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:8.0615234375rem;left:3.529052734375rem;height:7.5rem;text-align:center;text-align-last:center;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; }
#CmWhTlbknssH70gC2diErFcLdb4eh7A9 { color:rgba(var(--color-primary-4),1);display:block;width:51.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.625rem;left:11.75rem;height:2.15698125rem;text-align:center;text-align-last:center;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; }
#d9ubWNNcKO3pUIDMztcuA0mtQh7o2ING { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.5623125rem;top:1.526611328125rem;left:63.809814453125rem;overflow:hidden;display:block; }
#CxXSoh9B6uqAQoPM4idURwU6mtZMefT9 { box-sizing:content-box;height:3.625rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:3.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TA5GfIa0TevTetO7TttaFpbbWavEiu90 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:25.4375rem;left:19.125rem;overflow:hidden;display:block; }
#pMpr06FDbiZCpAcuBc4DnOWSJ73a3ynB { color:rgba(var(--color-primary-4),1);display:block;width:67.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:37.875rem;left:3.5rem;height:3.75rem;text-align:center;text-align-last:center;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; }
#rfVMwwc61a9r9BCohF3Zz5mnM3gBznB5 { color:rgba(var(--color-secondary-0),1);display:block;width:21.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.3125rem;left:3.5625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#QH6PQUFS3kH5kitKnXNq8sJTC8Ff1DlH { box-sizing:content-box;height:6.875rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:rgba(232,236,241,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:4.125rem;display:block; }
#MnryEWQDC0qFZeUNFO9Re8GP6yeJnf1H { color:rgba(var(--color-primary-4),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:25.684814453125rem;left:3.843994140625rem;height:5.0647rem;text-align:center;text-align-last:center;display:block; }
#Ha96CNTRRzKFCvF2TbqM4nIM6twrbIVm { box-sizing:content-box;height:3.625rem;width:21.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:26.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#K7W0yvSyezbgy9DJ8lVnxCU8awTIOdCH { color:rgba(var(--color-secondary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:21.8125rem;left:27.4375rem;height:2.99805rem;text-align:center;text-align-last:center;display:block; }
#T69r2C1857q7RuadLth7rwPUUDBQ2WIr { box-sizing:content-box;height:6.875rem;width:20.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(232,236,241,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:27.4375rem;display:block; }
#wD6ySJnXPpcJTpMB9vFQOrOAfgzhuF47 { color:rgba(var(--color-primary-4),1);display:block;width:18.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:25.622314453125rem;left:28.155517578125rem;height:5.0647rem;text-align:center;text-align-last:center;display:block; }
#TWRSuq90Btfv92t2Kf8ksGbzbyveEUgH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:25.5rem;left:42.4375rem;overflow:hidden;display:block; }
#eio6UXWT5CqgNWkNTZL5FZcVNnDA8iAQ { box-sizing:content-box;height:3.625rem;width:21.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:50.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GBsM65Awv5ZLKTrdgm1uXsvmIOf7rLwJ { color:rgba(var(--color-secondary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:21.8125rem;left:51.1875rem;height:2.99805rem;text-align:center;text-align-last:center;display:block; }
#m4iSwz3BRWRLdU18qavJEsnHuDTyf0fB { box-sizing:content-box;height:6.875rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(232,236,241,0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.3125rem;left:50.9375rem;display:block; }
#LgPu7sSQJyH12EMpbv5Bnn2XGP36sHqm { color:rgba(var(--color-primary-4),1);display:block;width:20.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:25.684814453125rem;left:50.655517578125rem;height:5.0647rem;text-align:center;text-align-last:center;display:block; }
#x2nIkRyWeTVgWbczK1y8C3XcgsT2V21I { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:25.4375rem;left:65.9375rem;overflow:hidden;display:block; }
#HfSm3iA1JsQ2mKXprrtQebfm08p4HhkV { color:rgba(var(--color-primary-4),1);display:block;width:67.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:33.25rem;left:3.5rem;height:1.875rem;text-align:center;text-align-last:center;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; }
#wPx3t60nRCRcpk3kJMfMa9oGlPi8D93G { box-sizing:content-box;height:0.124783125rem;width:37.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.3125rem;left:18.75rem;display:block; }
#K11rTVV18CGRErMARTRxlmVEOssicIlm { box-sizing:content-box;height:0.124511875rem;width:11.6865rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:63.3125rem;display:block; }
#yVFvFwLquA9h19xtOs6zvQWlwubhCMsn { box-sizing:content-box;height:0.124511875rem;width:11.6850625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:0rem;display:block; }
#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container { background-color: transparent; background-image: none; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container > .video-iframe-container { display: none; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row > .video-iframe-container { display: none; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .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); }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container { border-width: 0; border-radius: 0; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#nBV58nGdbTp97GOXl4DGTL7loc5ZJnT5 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9358125rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.40625rem;left:23.531494140625rem;display:block; }
#DqiACc43iIFfZW2I1FyFtd9aagKwr1ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufbAcPlRzADHu5BkWM3wEw2QtunMipug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container { background-color: transparent; background-image: none; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container > .video-iframe-container { display: none; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row > .video-iframe-container { display: none; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .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); }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container { border-width: 0; border-radius: 0; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container { font-size:0.875rem;font-family:arial;height:89.5rem;width:75rem;position:relative;display:block; }#apQcbh9uSLnwWIcNA0aCkbPe13VAXLou { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.4375rem;width:47.9375rem;top:7.3125rem;left:26.1328125rem;overflow:hidden;display:block; }
#WrDr3ifK5MkGg9XHDgrlMGMIWa6TdxwN { color:rgba(var(--color-primary-4),1);display:block;width:60.872375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:2.81640625rem;left:7.0625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQmK2Q2ge4z1cWt4blg8tcw1pSe0cgTN { color:rgba(var(--color-primary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:7.3125rem;left:4.0625rem;height:5.625rem;text-align:center;text-align-last:center;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; }
#uCIhiwyuuXky00F3dhwJoShIKfhIpTOB { color:rgba(var(--color-primary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:16.6884765625rem;left:2.24853515625rem;height:2.25rem;text-align:left;text-align-last:left;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; }
#iwJS7KacAMtEuNTm33BdTacRVWRe7x2l { box-sizing:content-box;height:4.4375rem;width:51.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.25rem;left:2.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sF6MTmPK4LUQzcIlNXb6E8uB18UfFXeJ { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:21.125rem;left:3.5625rem;overflow:hidden;display:block; }
#f5GHTb3hgE90yX4qSJFrk3PCrgNoUSii { color:rgba(var(--color-primary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:21.25rem;left:6.6875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#vPQK11svXlqOTTl0tzCzdHqnb8Gnl8O9 { color:rgba(var(--color-primary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:26.4375rem;left:7.5rem;height:3.93555rem;text-align:left;text-align-last:left;display:block; }
#LviiSTZubLSe8uvcBfUSoHXFQeZBVRlT { box-sizing:content-box;height:12rem;width:51.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.25rem;left:2.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ss4SoePBSddODIgJTxlFRuTgOQzJnhzK { color:rgba(var(--color-primary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:40.0625rem;left:7.5rem;height:5.90331875rem;text-align:left;text-align-last:left;display:block; }
#QDg5ZNfdpoxLJ5hS21u1XzaR8NNgz7NH { box-sizing:content-box;height:12rem;width:51.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.8125rem;left:2.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GhDGaFTw1Bee95rW4DsFoAHINM1SPba6 { box-sizing:content-box;height:4.4375rem;width:51.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.8125rem;left:2.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#MzQJ2UFBGuqwE0NNXWm3xHZb2yKN6P34 { color:rgba(var(--color-primary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:35.0625rem;left:6.1875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#IVUoEFdLmMhAffnDAZ3rTTX53ZzagB6s { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:40.25rem;left:3.0625rem;overflow:hidden;display:block; }
#nT69CA7zPfuSvMEzM5Oyr3HrLyHxa32W { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:34.6875rem;left:3.4375rem;overflow:hidden;display:block; }
#HNQp0iWvOW7Z5Xo24BTOMhmfbLh3b1Eo { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:26.625rem;left:3.0625rem;overflow:hidden;display:block; }
#TRkid2DEZ0zInqimiJ8fN2lkgbmZll5h { box-sizing:content-box;height:4.4375rem;width:51.4375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.6875rem;left:2.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#w6MGNulIIJIlNom8taIQime2tOqEFDof { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:48.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#dar6de1i0MIXhcO3PeXAapRzCPwZUC9T { color:rgba(var(--color-primary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:48.6875rem;left:6.9375rem;height:2.34375rem;text-align:left;text-align-last:left;display:block; }
#cGHLdeOK0kachZgamesAvCSt4h5lRC5m { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:54.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#DT4gLJWX8TW8tWNOyMTyieXbQ0UZCzK9 { color:rgba(var(--color-primary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:53rem;left:7.5rem;height:5.90331875rem;text-align:left;text-align-last:left;display:block; }
#maRauJW14VSfZiiIHv9oPTgpIEwsWBEq { box-sizing:content-box;height:12rem;width:51.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.6875rem;left:2.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#v88QSmOBD2W2QOuMBSpWitghyPDnsGz8 { color:rgba(var(--color-primary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:66.1875rem;left:7.5rem;height:5.90331875rem;text-align:left;text-align-last:left;display:block; }
#Q27JM4uzNg0rtMrLPBJAkuSmFLCue0v8 { box-sizing:content-box;height:12rem;width:51.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:60.875rem;left:2.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#liTBEkdQsb1FQObR8nQWGumblrgz25Ag { box-sizing:content-box;height:4.4375rem;width:51.4375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:60.875rem;left:2.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BufwVWg8IsR3szuyEFoi4q8SnT0pZCqT { color:rgba(var(--color-primary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:61.875rem;left:6.9375rem;height:2.34375rem;text-align:left;text-align-last:left;display:block; }
#TxG9t5PHe7AkOEshb7RcW5Tl0evQ7h5k { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:67.375rem;left:3.0625rem;overflow:hidden;display:block; }
#F65XZmcpPsaus1dia0ZL9P09uH52u9Cp { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:61.75rem;left:3.5625rem;overflow:hidden;display:block; }
#yHBmkTlaaRLG5XoStlvkmGVvzXeHAt9e { color:rgba(var(--color-primary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:79rem;left:7.125rem;height:5.90331875rem;text-align:left;text-align-last:left;display:block; }
#XVPS5Khod4KZnQEgbOE5yPKs4ICff2TW { box-sizing:content-box;height:12rem;width:51.4375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:73.6875rem;left:1.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sKNfxPOtqsKgJAE7kc3MzUIAR3QEpd5Q { box-sizing:content-box;height:4.4375rem;width:51.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:73.6875rem;left:1.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Gb4gWRa7Q8pCT8OQA3Xvz1Q8P8DH1FTF { color:rgba(var(--color-primary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:74.6875rem;left:6.5625rem;height:2.34375rem;text-align:left;text-align-last:left;display:block; }
#WEhn2FwHxF0HRts5DPKCCZXFXD1ftg9L { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:80.1875rem;left:2.6875rem;overflow:hidden;display:block; }
#evIBkNrwEml8gWZcfPntL8eK2lJXLGXI { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:74.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#zRJAFzvauUQi2To7WarebLFiocGtw6Ki { box-sizing:content-box;height:89.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#zIlvtFitAZ9DTp6w3RMhOnSa6Kahidzo { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:22.1875rem;top:30.4375rem;left:52.8125rem;overflow:hidden;display:block; }
#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container { background-color: transparent; background-image: none; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container > .video-iframe-container { display: none; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row > .video-iframe-container { display: none; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .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); }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container { border-width: 0; border-radius: 0; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#bZp3muFCXNtl3ZMytNJ4hN6rAAiF5PAt { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.937rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.40625rem;left:23.5302734375rem;display:block; }
#IIgwxbryQNRGL6AeL2TcRKuZEWCvMPZx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container { background-color: transparent; background-image: none; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container > .video-iframe-container { display: none; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row > .video-iframe-container { display: none; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .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); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container { border-width: 0; border-radius: 0; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container { width:75rem;height:41.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Xrdq0dh023hPrgZpnOktyXVrd0u8nyP5 { color:#7ab41d;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:41rem;height:2.5996125rem;font-style:normal;display:block; }
#so1TiV31l7T35L9q0RhAesxOOk5KbrMZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:52rem;height:2.5996125rem;font-style:normal;display:block; }
#NH9belgf4mq1gmOFNePlsBqtUyTGDvP1 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));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:3.75rem;width:18.3125rem;top:8.125rem;left:51.125rem;display:block; }
#kSXm5Pgefm4W1vAa29XW8nNddyOlIiAg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.0625rem;left:39.5rem;height:1.7858875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1iV2gsori7aZeI1xcuZEeK2L6ivbBF9 { position:absolute;display:block;z-index:15005;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:3.125rem;width:30rem;top:11.1875rem;left:39.4375rem;display:block; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-form-header {  }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:2.1875rem;color:#004673;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .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:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.0625rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.375rem;margin-bottom:0.25rem;margin-left:3.625rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:16.8125rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;text-align:center;text-align-last:center; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]:-moz-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]::-moz-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]:-ms-input-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]::-webkit-input-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .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.625rem;font-weight:400;color:rgba(var(--color-primary-4),1);vertical-align:top;width:23rem;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .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; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-container:first-of-type{padding-top:0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-container:last-of-type{padding-bottom:0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;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);z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.1875rem;left:41.0625rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem;display:block;vertical-align:top; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 {display:block;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;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);z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.1875rem;left:41.0625rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #VcIVcugOJ0bgPVteWNTkJGy3MqSCiN7J { position:relative;z-index:1; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #O9IwTXsqLFTao0ZQZ8P1eBQFP7zr2web { position:relative;display:none; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #KbFHwQ8TGUclFkedJ5fXgFyTRlmQrSyb { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #TTHyfTIx8PrALhRftTHRH0TU5FMFVaaL { position:relative;z-index:1; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #Rsh8bGEq5qdGyUBTa1TcKTTrpN1SNg2v { position:relative;display:none; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #y61HSQDZ8wBNmIygIJzeWFzyDldu8lwd { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #HH10ghwCHAzdVTEl4xytTQsgEotRmXJf { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #yMreQrGFvsRm5HnVREybDLXayT1WPWdp { position:relative;display:none; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #vFVcFLF3uH5uDfziKT5OGTNBqDTdaN6I { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #Tlz2RABvtH7I33oBpb5gyUOksxEe6ecB { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #rXyT5RFNFW4FP8Lcv8AErBtuKuv6iTF2 { position:relative;display:block; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #V32wd3MWkmmLQRaFClIkKh7AfJacRBcw { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #VXOZbnBcAcTbeLBneGFcpTa5J14bHce4 { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #tbX7ShMAce0pHyoumQQiMuLo79X8htCM { position:relative;z-index:2; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #SXFd3yON1w4GVerq0eRX6tg7UJ0yTUpT { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #bXCQweWnZQn1KsD3e8qumy7SnHRnLp8T { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #ToeWWIp6P6iVdhHF51XFlNrlnKquXLG7 { position:relative;z-index:2; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #EgwaQUkbHWah4SuhbFGwTT92ZqvUyx4H { position:relative; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #KP2vdQMWViBs3PKfdMmwe3kE3TXv3efu { position:relative;z-index:1; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #UJlkQXTEnbwcFJHaCE3733R7D65kWkzo { position:relative; }
#V2Jp3upuEwp0qEa4P350HM1HaSvUfdCN { color:rgba(var(--color-primary-4),1);display:block;width:60.8728125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:2.43896484375rem;left:6.06201171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DngQIh4Ur3UUReerivmFeeXO5L8EWAnM { color:rgba(var(--color-primary-4),1);display:block;width:36.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.874267578125rem;left:2.2705078125rem;height:28.125rem;text-align:justify;text-align-last:initial;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; }
#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container { background-color: transparent; background-image: none; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container > .video-iframe-container { display: none; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row > .video-iframe-container { display: none; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .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); }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container { border-width: 0; border-radius: 0; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#WdQHfmJeXZ4aPSKufX0Lr8rRG9mHCeqq { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(25,25,25,0.35);top:2.4375rem;left:0rem;height:3.999025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMZOu0FdXf6t9z98ncbRnpu1FrZ2qq2R { color:rgba(var(--color-primary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.4375rem;left:2.5625rem;height:3.75rem;text-align:justify;text-align-last:initial;display:block; }
#xAlFWWViObw9HuwvHRXrngfrgxoybOmv { color:rgba(var(--color-primary-4),1);display:block;width:70rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.6875rem;left:2.5rem;height:5.625rem;text-align:justify;text-align-last:initial;display:block; }
#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:url("https://images.assets-landingi.com/uc/a4a25ad7-8573-4609-8f92-a0d3b79d2d98/PROVA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n.adaptive-delivery-prevent-bg, #kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n.lazyload, #kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n.lazyloading { background-image: none; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container { background-color: transparent; background-image: none; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container > .video-iframe-container { display: none; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row > .video-iframe-container { display: none; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .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); }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container { border-width: 0; border-radius: 0; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ZBOa3MvpuCToJygNzsMcbs6rXdXTy3b3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:0rem;height:4.063475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s48HfXfTUwEti22kcaRXvWlToBI3cA6l { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:18.75rem;height:4.063475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HmVblCH8MEZDDphl0lDat6gpBRfTycSM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:37.5rem;height:4.063475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mTNXyJiAAHOnQP7zlo6QOcR6cKv4GFIK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:5.125rem;left:56.25rem;height:4.063475rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F3MaQiEyPfMywXiGStiBv4aHPvsX8W3w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.4375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Sko0edZ4TT2y3kGBuni0Zi3x0SUMIBCL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.375rem;left:18.75rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vDErP1d89pE0lkDBgaXvP7zuuTyh7gKW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.375rem;left:37.5rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OTZu41MUK0VAVsgNlEpvfH6yqE6xx7lD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(var(--color-tertiary-0),0.5);top:1.375rem;left:56.125rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { background-color: transparent; background-image: none; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container > .video-iframe-container { display: none; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row > .video-iframe-container { display: none; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .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); }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { border-width: 0; border-radius: 0; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#nlMqQIkGnuqlMuroDyCc1nVieWxgLZlR { color:rgba(var(--color-primary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.453125rem;left:2.4375rem;height:6.09740625rem;display:block; }
#hUoTcWrOuZxsRFozIcbT4oqCROzKQ2wE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.4375rem;top:9.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.75rem;left:68.0625rem; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.625rem;left:70.5rem; }
#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM { display:block; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOIx0bx29tzUheBOdv27Hvg0HeUpxEd2 { top:1.0625rem;left:0rem;width:8rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gckrMSbg8b4smORxAXbtSRLBSBhkJTOq { top:1.75rem;left:29.687501907349rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV9Hn3oyi5lTMSkAzAkNuV3iAHIfWsyn { top:1.5rem;left:41.000001907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO6MG5QWoAqKRLkn9BG6eVEZAiu8idcD { top:1.9375rem;left:35.25rem;width:8.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPd4wtK5XrVIPLLL4rOW1anu2LxMIkL { top:1.9375rem;left:31.562501907349rem;width:8.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES { top:1.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG { top:1.4375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 { display:block; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Pn7pEmZl2Nu1tZOT8WM8PvwabN3Cki { width:47.75rem;height:8.875rem;top:3.875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVOrbMXBh2F6zgknqtLlwSv10sTRoim { display:block; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2P7OeKPWNLltkwTH2gliZBJJT8cCoH1 { top:2.1875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT { display:block; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJvFSLGJqm8hUHUBU0BKELR6nVDXI9oD { top:1.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxNbTs4Be8HVZmy7LnotNyM1zXW6RhGG { top:8rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWhTlbknssH70gC2diErFcLdb4eh7A9 { top:17.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ubWNNcKO3pUIDMztcuA0mtQh7o2ING { top:1.5rem;left:39.25rem;width:8.5rem;height:4.0330822237795rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXSoh9B6uqAQoPM4idURwU6mtZMefT9 { top:21.5rem;left:0rem;width:21.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5GfIa0TevTetO7TttaFpbbWavEiu90 { top:25.4375rem;left:5.5rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpr06FDbiZCpAcuBc4DnOWSJ73a3ynB { top:37.875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfVMwwc61a9r9BCohF3Zz5mnM3gBznB5 { top:22.3125rem;left:0rem;width:21.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH6PQUFS3kH5kitKnXNq8sJTC8Ff1DlH { top:24.3125rem;left:0rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnryEWQDC0qFZeUNFO9Re8GP6yeJnf1H { top:25.625rem;left:0rem;width:20.4375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha96CNTRRzKFCvF2TbqM4nIM6twrbIVm { top:21.5rem;left:13.125rem;width:21.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7W0yvSyezbgy9DJ8lVnxCU8awTIOdCH { top:21.8125rem;left:13.8125rem;width:20rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69r2C1857q7RuadLth7rwPUUDBQ2WIr { top:24.3125rem;left:13.8125rem;width:20.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6ySJnXPpcJTpMB9vFQOrOAfgzhuF47 { top:25.5625rem;left:14.530517578125rem;width:18.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWRSuq90Btfv92t2Kf8ksGbzbyveEUgH { top:25.5rem;left:28.8125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eio6UXWT5CqgNWkNTZL5FZcVNnDA8iAQ { top:21.5rem;left:26.5rem;width:21.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBsM65Awv5ZLKTrdgm1uXsvmIOf7rLwJ { top:21.8125rem;left:28.3125rem;width:19.375rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4iSwz3BRWRLdU18qavJEsnHuDTyf0fB { top:24.3125rem;left:27.75rem;width:20rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgPu7sSQJyH12EMpbv5Bnn2XGP36sHqm { top:25.625rem;left:27.3125rem;width:20.4375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2nIkRyWeTVgWbczK1y8C3XcgsT2V21I { top:25.4375rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSm3iA1JsQ2mKXprrtQebfm08p4HhkV { top:33.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPx3t60nRCRcpk3kJMfMa9oGlPi8D93G { top:36.3125rem;left:5.125rem;width:37.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11rTVV18CGRErMARTRxlmVEOssicIlm { top:18.625rem;left:36.125rem;width:11.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFvFwLquA9h19xtOs6zvQWlwubhCMsn { top:18.625rem;left:0rem;width:11.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF { display:block; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBV58nGdbTp97GOXl4DGTL7loc5ZJnT5 { width:27.875rem;height:3.4375rem;top:1.375rem;left:9.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqiACc43iIFfZW2I1FyFtd9aagKwr1ei { display:block; }
 }@media only screen and (max-width: 763px) { #ufbAcPlRzADHu5BkWM3wEw2QtunMipug { display:block; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apQcbh9uSLnwWIcNA0aCkbPe13VAXLou { top:7.3125rem;left:0rem;width:47.75rem;height:83.111147327249rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDr3ifK5MkGg9XHDgrlMGMIWa6TdxwN { top:2.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQmK2Q2ge4z1cWt4blg8tcw1pSe0cgTN { top:7.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCIhiwyuuXky00F3dhwJoShIKfhIpTOB { top:16.6875rem;left:0rem;width:43.625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJS7KacAMtEuNTm33BdTacRVWRe7x2l { top:20.25rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF6MTmPK4LUQzcIlNXb6E8uB18UfFXeJ { top:21.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5GHTb3hgE90yX4qSJFrk3PCrgNoUSii { top:21.25rem;left:0rem;width:33rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQK11svXlqOTTl0tzCzdHqnb8Gnl8O9 { top:26.4375rem;left:0rem;width:42.5625rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LviiSTZubLSe8uvcBfUSoHXFQeZBVRlT { top:20.25rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss4SoePBSddODIgJTxlFRuTgOQzJnhzK { top:40.0625rem;left:0rem;width:42.5625rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDg5ZNfdpoxLJ5hS21u1XzaR8NNgz7NH { top:33.8125rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhDGaFTw1Bee95rW4DsFoAHINM1SPba6 { top:33.8125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQJ2UFBGuqwE0NNXWm3xHZb2yKN6P34 { top:35.0625rem;left:0rem;width:39.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVUoEFdLmMhAffnDAZ3rTTX53ZzagB6s { top:40.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT69CA7zPfuSvMEzM5Oyr3HrLyHxa32W { top:34.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQp0iWvOW7Z5Xo24BTOMhmfbLh3b1Eo { top:26.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRkid2DEZ0zInqimiJ8fN2lkgbmZll5h { top:47.6875rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6MGNulIIJIlNom8taIQime2tOqEFDof { top:48.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dar6de1i0MIXhcO3PeXAapRzCPwZUC9T { top:48.6875rem;left:0rem;width:39.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGHLdeOK0kachZgamesAvCSt4h5lRC5m { top:54.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT4gLJWX8TW8tWNOyMTyieXbQ0UZCzK9 { top:53rem;left:0rem;width:45.9375rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maRauJW14VSfZiiIHv9oPTgpIEwsWBEq { top:47.6875rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #v88QSmOBD2W2QOuMBSpWitghyPDnsGz8 { top:66.1875rem;left:0rem;width:45.9375rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q27JM4uzNg0rtMrLPBJAkuSmFLCue0v8 { top:60.875rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTBEkdQsb1FQObR8nQWGumblrgz25Ag { top:60.875rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BufwVWg8IsR3szuyEFoi4q8SnT0pZCqT { top:61.875rem;left:0rem;width:39.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxG9t5PHe7AkOEshb7RcW5Tl0evQ7h5k { top:67.375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F65XZmcpPsaus1dia0ZL9P09uH52u9Cp { top:61.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHBmkTlaaRLG5XoStlvkmGVvzXeHAt9e { top:79rem;left:0rem;width:45.9375rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPS5Khod4KZnQEgbOE5yPKs4ICff2TW { top:73.6875rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKNfxPOtqsKgJAE7kc3MzUIAR3QEpd5Q { top:73.6875rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb4gWRa7Q8pCT8OQA3Xvz1Q8P8DH1FTF { top:74.6875rem;left:0rem;width:39.4375rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEhn2FwHxF0HRts5DPKCCZXFXD1ftg9L { top:80.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evIBkNrwEml8gWZcfPntL8eK2lJXLGXI { top:74.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJAFzvauUQi2To7WarebLFiocGtw6Ki { top:0rem;left:0rem;width:47.75rem;height:89.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlvtFitAZ9DTp6w3RMhOnSa6Kahidzo { top:30.4375rem;left:25.5625rem;width:22.1875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp { display:block; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZp3muFCXNtl3ZMytNJ4hN6rAAiF5PAt { width:27.875rem;height:3.4375rem;top:1.375rem;left:9.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIgwxbryQNRGL6AeL2TcRKuZEWCvMPZx { display:block; }
 }@media only screen and (max-width: 763px) { #sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 { display:block; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xrdq0dh023hPrgZpnOktyXVrd0u8nyP5 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #so1TiV31l7T35L9q0RhAesxOOk5KbrMZ { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH9belgf4mq1gmOFNePlsBqtUyTGDvP1 { top:8.125rem;left:29.5rem;width:18.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSXm5Pgefm4W1vAa29XW8nNddyOlIiAg { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1iV2gsori7aZeI1xcuZEeK2L6ivbBF9 { top:11.1875rem;left:17.75rem;width:30rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 {display:block;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #VcIVcugOJ0bgPVteWNTkJGy3MqSCiN7J {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #O9IwTXsqLFTao0ZQZ8P1eBQFP7zr2web { display:none; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #KbFHwQ8TGUclFkedJ5fXgFyTRlmQrSyb {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #TTHyfTIx8PrALhRftTHRH0TU5FMFVaaL {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #Rsh8bGEq5qdGyUBTa1TcKTTrpN1SNg2v { display:none; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #y61HSQDZ8wBNmIygIJzeWFzyDldu8lwd {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #HH10ghwCHAzdVTEl4xytTQsgEotRmXJf {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #yMreQrGFvsRm5HnVREybDLXayT1WPWdp {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #vFVcFLF3uH5uDfziKT5OGTNBqDTdaN6I {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #Tlz2RABvtH7I33oBpb5gyUOksxEe6ecB {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #rXyT5RFNFW4FP8Lcv8AErBtuKuv6iTF2 {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #V32wd3MWkmmLQRaFClIkKh7AfJacRBcw {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #VXOZbnBcAcTbeLBneGFcpTa5J14bHce4 {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #tbX7ShMAce0pHyoumQQiMuLo79X8htCM {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #SXFd3yON1w4GVerq0eRX6tg7UJ0yTUpT {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #bXCQweWnZQn1KsD3e8qumy7SnHRnLp8T {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #ToeWWIp6P6iVdhHF51XFlNrlnKquXLG7 {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #EgwaQUkbHWah4SuhbFGwTT92ZqvUyx4H {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #KP2vdQMWViBs3PKfdMmwe3kE3TXv3efu {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #UJlkQXTEnbwcFJHaCE3733R7D65kWkzo {  }
 }@media only screen and (max-width: 763px) { #V2Jp3upuEwp0qEa4P350HM1HaSvUfdCN { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DngQIh4Ur3UUReerivmFeeXO5L8EWAnM { top:9.8125rem;left:0rem;width:36.25rem;height:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt { display:block; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdQHfmJeXZ4aPSKufX0Lr8rRG9mHCeqq { top:2.4375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZOu0FdXf6t9z98ncbRnpu1FrZ2qq2R { top:7.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAlFWWViObw9HuwvHRXrngfrgxoybOmv { top:12.6875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n { display:block; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBOa3MvpuCToJygNzsMcbs6rXdXTy3b3 { top:5.125rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s48HfXfTUwEti22kcaRXvWlToBI3cA6l { top:5.125rem;left:5.125rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmVblCH8MEZDDphl0lDat6gpBRfTycSM { top:5.125rem;left:17.0625rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNXyJiAAHOnQP7zlo6QOcR6cKv4GFIK { top:5.125rem;left:29rem;width:18.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3MaQiEyPfMywXiGStiBv4aHPvsX8W3w { top:1.4375rem;left:0rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sko0edZ4TT2y3kGBuni0Zi3x0SUMIBCL { top:1.375rem;left:5rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDErP1d89pE0lkDBgaXvP7zuuTyh7gKW { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZu41MUK0VAVsgNlEpvfH6yqE6xx7lD { top:1.375rem;left:16.9375rem;width:18.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ { display:block; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlMqQIkGnuqlMuroDyCc1nVieWxgLZlR { top:1.4375rem;left:0rem;width:29.25rem;height:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUoTcWrOuZxsRFozIcbT4oqCROzKQ2wE { top:9.0625rem;left:0rem;width:14.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy { top:1.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC { top:1.625rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM { position:relative;z-index:auto;display:block; }#WTqltZXy83qcULhyRUqE5Ix3P9rZkSmM > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOIx0bx29tzUheBOdv27Hvg0HeUpxEd2 { width:5.5625rem;height:2.25rem;top:1.1875rem;left:7.2593749761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #gckrMSbg8b4smORxAXbtSRLBSBhkJTOq { display:flex;width:1.8125rem;height:1.8125rem;top:5.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kV9Hn3oyi5lTMSkAzAkNuV3iAHIfWsyn { display:flex;width:2.1875rem;height:2.1875rem;top:11.48730625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EO6MG5QWoAqKRLkn9BG6eVEZAiu8idcD { width:12.5rem;height:1.29980625rem;top:14.92480625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQPd4wtK5XrVIPLLL4rOW1anu2LxMIkL { width:8.125rem;height:1.29980625rem;top:8.9375rem;left:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES { width:1.875rem;height:1.875rem;top:20.8496125rem;left:9.0625rem;display:none; }
#r6fr6P1NRhGaAtsfBQTM3Lro1qAx43ES > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG { display:flex;width:2.125rem;height:2.125rem;top:4.6875rem;left:8.9375rem;display:none; }
#sPLMIbSk2CWZQb0Hbd5pLcna0M86OfeG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 { display:block; }#BCDePL8s9I4vwZZtZZkT6GDetwEMS9S9 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Pn7pEmZl2Nu1tZOT8WM8PvwabN3Cki { width:20rem;height:1.5rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nrVOrbMXBh2F6zgknqtLlwSv10sTRoim { display:block; }#nrVOrbMXBh2F6zgknqtLlwSv10sTRoim > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2P7OeKPWNLltkwTH2gliZBJJT8cCoH1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT { display:block; }#VWADDxTwzOGhgTFWg8xAanz4Ten2WMwT > .row .container { width:20rem;height:113.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJvFSLGJqm8hUHUBU0BKELR6nVDXI9oD { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxNbTs4Be8HVZmy7LnotNyM1zXW6RhGG { width:20rem;height:0;top:11.345582223779rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmWhTlbknssH70gC2diErFcLdb4eh7A9 { width:20rem;height:0;top:21.408082223779rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9ubWNNcKO3pUIDMztcuA0mtQh7o2ING { width:8.5rem;height:4.0330822237795rem;top:6.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxXSoh9B6uqAQoPM4idURwU6mtZMefT9 { width:20rem;height:3.5625rem;top:26.126344723779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5GfIa0TevTetO7TttaFpbbWavEiu90 { width:5.5rem;height:5.5rem;top:38.379033005029rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpr06FDbiZCpAcuBc4DnOWSJ73a3ynB { width:20rem;height:0;top:82.005744723781rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfVMwwc61a9r9BCohF3Zz5mnM3gBznB5 { width:20rem;height:0;top:26.939333005029rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QH6PQUFS3kH5kitKnXNq8sJTC8Ff1DlH { width:20rem;height:6.875rem;top:37.253544723779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnryEWQDC0qFZeUNFO9Re8GP6yeJnf1H { width:20rem;height:0;top:30.938844723779rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ha96CNTRRzKFCvF2TbqM4nIM6twrbIVm { width:20rem;height:3.5625rem;top:45.378544723779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7W0yvSyezbgy9DJ8lVnxCU8awTIOdCH { width:20rem;height:0;top:45.691044723779rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T69r2C1857q7RuadLth7rwPUUDBQ2WIr { width:20rem;height:6.875rem;top:50.191044723779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6ySJnXPpcJTpMB9vFQOrOAfgzhuF47 { width:18.625rem;height:0;top:51.500859176904rem;left:0.718994140625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWRSuq90Btfv92t2Kf8ksGbzbyveEUgH { width:5.5rem;height:5.5rem;top:51.378788864404rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eio6UXWT5CqgNWkNTZL5FZcVNnDA8iAQ { width:20rem;height:3.5625rem;top:58.316044723779rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBsM65Awv5ZLKTrdgm1uXsvmIOf7rLwJ { width:19.375rem;height:0;top:58.628544723779rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4iSwz3BRWRLdU18qavJEsnHuDTyf0fB { width:20rem;height:6.875rem;top:69.443244723781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgPu7sSQJyH12EMpbv5Bnn2XGP36sHqm { width:20rem;height:0;top:63.128544723781rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2nIkRyWeTVgWbczK1y8C3XcgsT2V21I { width:5.5rem;height:5.5rem;top:70.568733005031rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSm3iA1JsQ2mKXprrtQebfm08p4HhkV { width:20rem;height:0;top:77.568244723781rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPx3t60nRCRcpk3kJMfMa9oGlPi8D93G { width:20rem;height:0.0625rem;top:80.693244723781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11rTVV18CGRErMARTRxlmVEOssicIlm { width:11.625rem;height:0.0625rem;top:24.813844723779rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVFvFwLquA9h19xtOs6zvQWlwubhCMsn { width:11.625rem;height:0.0625rem;top:20.095582223779rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF { display:block; }#WJ5LJ6E3DcwBEMKT2mSQlrn2UNxzlyXF > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBV58nGdbTp97GOXl4DGTL7loc5ZJnT5 { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqiACc43iIFfZW2I1FyFtd9aagKwr1ei { display:block; }
 }@media only screen and (max-width: 763px) { #ufbAcPlRzADHu5BkWM3wEw2QtunMipug { display:block; }#ufbAcPlRzADHu5BkWM3wEw2QtunMipug > .row .container { width:20rem;height:160.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apQcbh9uSLnwWIcNA0aCkbPe13VAXLou { width:20rem;height:34.811314850742rem;top:8.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDr3ifK5MkGg9XHDgrlMGMIWa6TdxwN { width:20rem;height:0;top:4.066162109375rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQmK2Q2ge4z1cWt4blg8tcw1pSe0cgTN { width:20rem;height:0;top:8.56201171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCIhiwyuuXky00F3dhwJoShIKfhIpTOB { width:20rem;height:0;top:17.938232421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwJS7KacAMtEuNTm33BdTacRVWRe7x2l { width:20rem;height:4.375rem;top:21.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF6MTmPK4LUQzcIlNXb6E8uB18UfFXeJ { width:2.625rem;height:2.625rem;top:22.374267578125rem;left:1.187744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5GHTb3hgE90yX4qSJFrk3PCrgNoUSii { width:20rem;height:0;top:22.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPQK11svXlqOTTl0tzCzdHqnb8Gnl8O9 { width:20rem;height:0;top:27.686767578125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LviiSTZubLSe8uvcBfUSoHXFQeZBVRlT { width:20rem;height:12rem;top:21.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss4SoePBSddODIgJTxlFRuTgOQzJnhzK { width:20rem;height:0;top:41.312255859375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDg5ZNfdpoxLJ5hS21u1XzaR8NNgz7NH { width:20rem;height:12rem;top:35.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhDGaFTw1Bee95rW4DsFoAHINM1SPba6 { width:20rem;height:4.375rem;top:35.062255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzQJ2UFBGuqwE0NNXWm3xHZb2yKN6P34 { width:20rem;height:0;top:36.312255859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVUoEFdLmMhAffnDAZ3rTTX53ZzagB6s { width:3.5625rem;height:3.5625rem;top:41.4990234375rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT69CA7zPfuSvMEzM5Oyr3HrLyHxa32W { width:2.625rem;height:2.625rem;top:35.9375rem;left:1.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQp0iWvOW7Z5Xo24BTOMhmfbLh3b1Eo { width:3.5625rem;height:3.5625rem;top:27.874755859375rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRkid2DEZ0zInqimiJ8fN2lkgbmZll5h { width:20rem;height:4.375rem;top:48.936767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6MGNulIIJIlNom8taIQime2tOqEFDof { width:2.625rem;height:2.625rem;top:49.81201171875rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dar6de1i0MIXhcO3PeXAapRzCPwZUC9T { width:20rem;height:0;top:49.9365234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGHLdeOK0kachZgamesAvCSt4h5lRC5m { width:3.5625rem;height:3.5625rem;top:55.43701171875rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT4gLJWX8TW8tWNOyMTyieXbQ0UZCzK9 { width:20rem;height:0;top:54.249267578125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maRauJW14VSfZiiIHv9oPTgpIEwsWBEq { width:20rem;height:12rem;top:48.936767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v88QSmOBD2W2QOuMBSpWitghyPDnsGz8 { width:20rem;height:0;top:67.4365234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q27JM4uzNg0rtMrLPBJAkuSmFLCue0v8 { width:20rem;height:12rem;top:62.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTBEkdQsb1FQObR8nQWGumblrgz25Ag { width:20rem;height:4.375rem;top:62.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BufwVWg8IsR3szuyEFoi4q8SnT0pZCqT { width:20rem;height:0;top:63.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxG9t5PHe7AkOEshb7RcW5Tl0evQ7h5k { width:3.5625rem;height:3.5625rem;top:68.624267578125rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F65XZmcpPsaus1dia0ZL9P09uH52u9Cp { width:2.625rem;height:2.625rem;top:62.999267578125rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHBmkTlaaRLG5XoStlvkmGVvzXeHAt9e { width:20rem;height:0;top:80.2490234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVPS5Khod4KZnQEgbOE5yPKs4ICff2TW { width:20rem;height:12rem;top:74.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKNfxPOtqsKgJAE7kc3MzUIAR3QEpd5Q { width:20rem;height:4.375rem;top:74.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb4gWRa7Q8pCT8OQA3Xvz1Q8P8DH1FTF { width:20rem;height:0;top:75.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEhn2FwHxF0HRts5DPKCCZXFXD1ftg9L { width:3.5625rem;height:3.5625rem;top:81.436767578125rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evIBkNrwEml8gWZcfPntL8eK2lJXLGXI { width:2.625rem;height:2.625rem;top:75.811767578125rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJAFzvauUQi2To7WarebLFiocGtw6Ki { width:20rem;height:89.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIlvtFitAZ9DTp6w3RMhOnSa6Kahidzo { width:20rem;height:33.521126760563rem;top:31.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp { display:block; }#GUhiFF8QKhbaS3JGmqkT4Pzx70S1UTnp > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZp3muFCXNtl3ZMytNJ4hN6rAAiF5PAt { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIgwxbryQNRGL6AeL2TcRKuZEWCvMPZx { display:block; }
 }@media only screen and (max-width: 763px) { #sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 { background-color:#ffffff;background-image:none;display:block; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container { background-color: transparent; background-image: none; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container > .video-iframe-container { display: none; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row > .video-iframe-container { display: none; }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .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); }#sfVUJSAWMNNlcdDmDbfgpFNiWkA3i2G7 > .row .container { width:20rem;height:86.47324336853rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xrdq0dh023hPrgZpnOktyXVrd0u8nyP5 { width:6.0625rem;height:1.625rem;top:29.625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #so1TiV31l7T35L9q0RhAesxOOk5KbrMZ { width:9.0625rem;height:1.625rem;top:29.625rem;left:9.8125rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH9belgf4mq1gmOFNePlsBqtUyTGDvP1 { width:10.625rem;height:2.8125rem;top:29rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSXm5Pgefm4W1vAa29XW8nNddyOlIiAg { width:20rem;height:1.3rem;top:32.162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1iV2gsori7aZeI1xcuZEeK2L6ivbBF9 { width:20rem;height:2.5rem;top:31.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-regular-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-text { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-textarea { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-select { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:1.875rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-input-button { width:13.375rem;margin-top:0.25rem;margin-right:0.75rem;margin-bottom:0.25rem;margin-left:0.75rem;height:3.125rem;font-size:1.25rem;overflow:hidden; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-container:first-of-type{padding-top:0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .widget-container:last-of-type{padding-bottom:0;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1  { width:14.875rem;height:auto;top:33.662109375rem;left:1.3125rem; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 .radio-container { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 {display:block;}#sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 { width:14.875rem;height:auto;top:33.662109375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #VcIVcugOJ0bgPVteWNTkJGy3MqSCiN7J {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #O9IwTXsqLFTao0ZQZ8P1eBQFP7zr2web { display:none; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #KbFHwQ8TGUclFkedJ5fXgFyTRlmQrSyb {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #TTHyfTIx8PrALhRftTHRH0TU5FMFVaaL {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #Rsh8bGEq5qdGyUBTa1TcKTTrpN1SNg2v { display:none; }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #y61HSQDZ8wBNmIygIJzeWFzyDldu8lwd {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #HH10ghwCHAzdVTEl4xytTQsgEotRmXJf {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #yMreQrGFvsRm5HnVREybDLXayT1WPWdp {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #vFVcFLF3uH5uDfziKT5OGTNBqDTdaN6I {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #Tlz2RABvtH7I33oBpb5gyUOksxEe6ecB {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #rXyT5RFNFW4FP8Lcv8AErBtuKuv6iTF2 {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #V32wd3MWkmmLQRaFClIkKh7AfJacRBcw {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #VXOZbnBcAcTbeLBneGFcpTa5J14bHce4 {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #tbX7ShMAce0pHyoumQQiMuLo79X8htCM {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #SXFd3yON1w4GVerq0eRX6tg7UJ0yTUpT {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #bXCQweWnZQn1KsD3e8qumy7SnHRnLp8T {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #ToeWWIp6P6iVdhHF51XFlNrlnKquXLG7 {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #EgwaQUkbHWah4SuhbFGwTT92ZqvUyx4H {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #KP2vdQMWViBs3PKfdMmwe3kE3TXv3efu {  }
 }@media only screen and (max-width: 763px) { #sMp4khW5uxZ8TZI9wJ7OSVvaLAUJdFn1 #UJlkQXTEnbwcFJHaCE3733R7D65kWkzo {  }
 }@media only screen and (max-width: 763px) { #V2Jp3upuEwp0qEa4P350HM1HaSvUfdCN { width:20rem;height:0;top:52.47421836853rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DngQIh4Ur3UUReerivmFeeXO5L8EWAnM { width:20rem;height:0;top:57.09824336853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt { display:block; }#WbWlM39WefEr8Oo2lBmXiG5oA1xAxTXt > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdQHfmJeXZ4aPSKufX0Lr8rRG9mHCeqq { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMZOu0FdXf6t9z98ncbRnpu1FrZ2qq2R { width:19rem;height:9rem;top:6.07421875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAlFWWViObw9HuwvHRXrngfrgxoybOmv { width:19.6875rem;height:12rem;top:16.32421875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n { display:block; }#kO7QJEh97IwRWWnKZlhtB8kIT5Hnvh3n > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBOa3MvpuCToJygNzsMcbs6rXdXTy3b3 { width:20rem;height:2.923825rem;top:4.0771484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s48HfXfTUwEti22kcaRXvWlToBI3cA6l { width:20rem;height:2.923825rem;top:11rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmVblCH8MEZDDphl0lDat6gpBRfTycSM { width:20rem;height:2.923825rem;top:17.6318359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTNXyJiAAHOnQP7zlo6QOcR6cKv4GFIK { width:20rem;height:2.923825rem;top:24.8408203125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3MaQiEyPfMywXiGStiBv4aHPvsX8W3w { width:20rem;height:2.6rem;top:1.546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sko0edZ4TT2y3kGBuni0Zi3x0SUMIBCL { width:20rem;height:2.6rem;top:8.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDErP1d89pE0lkDBgaXvP7zuuTyh7gKW { width:20rem;height:2.6rem;top:15.078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTZu41MUK0VAVsgNlEpvfH6yqE6xx7lD { width:20rem;height:2.6rem;top:22.3037109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ { display:block; }#CacBN2G7r5TTiFR8KBd7x0K8TgxicpUJ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlMqQIkGnuqlMuroDyCc1nVieWxgLZlR { width:14.8125rem;height:6.1875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUoTcWrOuZxsRFozIcbT4oqCROzKQ2wE { width:9.6875rem;height:1.375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy { width:1.875rem;height:1.875rem;top:1.5625rem;left:18rem;display:block; }
#h0IuJ2TUMr3z6KiiQJ1974Xip7HK51cy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC { display:flex;width:2.125rem;height:2.125rem;top:3.625rem;left:17.875rem; }
#fT4UqH99GfKmdbBxrJKGwwB7HGAE47QC > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }