.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,234,227;--color-primary-1:244,187,162;--color-primary-2:233,118,69;--color-primary-3:117,59,35;--color-primary-4:35,18,10;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:204,204,204;--color-tertiary-2:119,119,119;--color-tertiary-3:85,85,85;--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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container { background-color: transparent; background-image: none; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container > .video-iframe-container { display: none; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row > .video-iframe-container { display: none; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .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); }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container { border-width: 0; border-radius: 0; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#SZWy3M0tNH196pqeb9xfJwmHOFR25y4b { color:rgba(var(--color-secondary-1),1);display:block;width:26.9375rem;position:absolute;font-family:"tenor sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.99864949903487rem;left:13.936943054199rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.19875rem;padding-right:0.185rem;padding-bottom:0.19875rem;padding-left:0.185rem;display:block;align-items:center;width:1.10875rem;min-width:1.10875rem;height:1.068125rem;position:relative;font-family:var(--headlines-font-family);font-size:0.79625rem;font-weight:700;line-height:17.09px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.124375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.47875rem;height:1.081875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.298125rem;font-weight:400;line-height:17.31px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:9.9371875rem;height:2.6713375rem;padding-top:0.24875rem;padding-right:0.264375rem;padding-bottom:0.24875rem;padding-left:0.264375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.811475rem;left:41.792228698731rem;z-index:15001; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #JgHB0tKBlJkisiA1VuAAERQ701xlEt4u { display:flex;position:relative;top:0rem;left:0rem; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #Vik2AQCgr5W1DehM7f4WKr8AIK8Sb3uw { width:auto; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #scV1rda5vLmFmk9Dllb9yw5tUVPrNFQt {  }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #E6E8xTnXZOTrT2unsV3vbeVOf0149Ao3 { display:flex;position:relative;top:0rem;left:0rem; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #HKwZtObuBiBynDnhckfCc14B9PkovhIJ {  }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #gleycaE59ZZavpnQs2The1pHN5610GCB {  }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #kWw5VKK1ztIzhfk6BozCTf5ApRkdzxzq { display:flex;position:relative;top:0rem;left:0rem; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #NHqJ63SsrxPGcJd4av3WH75pEU9ZfQMs {  }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #FTAWTuRhKK5Fiw8h34R43saWTEKmW869 {  }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #o9NLNOl5fcAisGIJJWV5cE2RAC8X7elS { display:flex;position:relative;top:0rem;left:0rem; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #l8udiIiMM7O15tc9MHvruEJbTDbp3VFo {  }
#gDITgHey2vzMheyJ09rfQg34REI84aIf #gPBMLR6xqhyBwiBwTSKT9ql42UwyF9ok {  }
#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61706ae3-d76a-49e5-afd2-16a59fb02db2/fondocolor.png");background-position:center !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; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2.adaptive-delivery-prevent-bg, #RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2.lazyload, #RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2.lazyloading { background-image: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { background-color: transparent; background-image: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f8f6; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container > .video-iframe-container { display: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f8f6; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row > .video-iframe-container { display: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .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); }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { border-width: 0; border-radius: 0; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;position:relative;display:block; }#s8TvdF8GDrBH3E5e1I1eklW5gvXa1woF { background-color:rgba(var(--color-primary-2),0);background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7493125rem;height:3.43699375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.124267578125rem;left:28.187007904052rem;display:block; }
#QKHQi4gIPcGTcvOMuwus3WnwcLEPUhA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlXXsaxXQafTgZsTSH0mKLkZNZHFA0Xg { background-color:rgba(var(--color-primary-2),0);background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7493125rem;height:3.43615rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.124267578125rem;left:19.437007904052rem;display:block; }
#E0wWWVoCwUNR0NnZbaxm595owkAI2qKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRLwCtZugK2FmbxLEe4BAxtL2trzd8Qu { background-color:rgba(var(--color-primary-2),0);background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.4362625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.124267578125rem;left:36.937007904052rem;display:block; }
#R7LIy4CuBuSPqTrsJWVMonefQatLPLWy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cD3MyQNxGODFRsKMv1nHJ8QitbGTofuy { background-color:rgba(var(--color-primary-2),0);background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.4362625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.124267578125rem;left:45.687007904052rem;display:block; }
#y4dymBCm7hvzTr7rXyBkHmTBKrqPVgvX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSaqtiHCt7NTcaAQzAORZx24wplcnALH { background-color:rgba(var(--color-primary-2),0);background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.4362625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.124267578125rem;left:54.437007904052rem;display:block; }
#uMpTiowbTkZbFa4tkmOppr9oCI3XVbE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXreADgJtO9Xvqc15DT4iqGvxlNhz4yP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3730625rem;position:absolute;font-family:cormorant;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:7.3125rem;left:4.3125rem;height:1.51190625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTwhMyolAJ1aav52eqzhWf6ihVMTvwox { color:rgba(var(--color-primary-2),1);display:block;width:25.372rem;position:absolute;font-family:neuton;font-size:10rem;font-weight:400;z-index:14999;line-height:.6;letter-spacing:0;top:8.7546508312225rem;left:4.3117561340332rem;height:6.00004375rem;font-style:normal;display:block; }
#xVbhhRL8VxfKkcNA6zpU9zITTk0rGmMa { color:rgba(var(--color-primary-2),1);display:block;width:35.99825rem;position:absolute;font-family:neuton;font-size:2.5rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:20.997025489807rem;left:4.4990119934082rem;height:2rem;font-style:normal;display:block; }
#SzPe15sfExiCdW3vNL0H8rToIblr5qXt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9373125rem;position:absolute;font-family:neuton;font-size:2.5rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:16.999633789062rem;left:4.4996299743653rem;height:4rem;font-style:normal;display:block; }
#fdAwQLhGLoTWTftDR4K9PUAMRNfF4bPb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.06075rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:24.310517311096rem;left:4.4642829895019rem;height:3.29761875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uD19pZlBAZC8dQZpSN4I90TBJCECCHaz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.49979375rem;width:2.49979375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:52.373515129089rem;left:40.749011993408rem; }
#te1XnmWLvurZ85a1X0Uts8mtLJfBhWwA { color:rgba(var(--color-tertiary-4),1);display:block;width:4.06229375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15009;line-height:.8;letter-spacing:0;top:55.685767173767rem;left:39.935520172119rem;height:1.2996rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fdVhQfWt3qHdlU8VETl7JcWLhfNuB8Nu { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68638125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:56.623267173767rem;left:39.124507904052rem;height:1.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oEwcNQ9KGsSlfzI3MuRGXh21L5tDgf6b { box-sizing:content-box;height:6.24906875rem;width:0.186011875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.561263084412rem;left:48.187007904052rem;display:block; }
#NkbQmSiSqFHde15QqpBSKQbF5OGNh098 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.49979375rem;width:2.49979375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:52.373515129089rem;left:53.499507904052rem; }
#DEWTh827NVBa4KBKIvhRfPCtSFOv7UCq { color:rgba(var(--color-tertiary-4),1);display:block;width:4.06229375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15012;line-height:.8;letter-spacing:0;top:55.685767173767rem;left:52.686016082764rem;height:0.64988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pehtr3VKlv83nFwfTM5fLSUNSW4qswUJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0616625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:56.623267173767rem;left:51.436016082764rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZMvSTrT74gV9kpJePnrWWIQCWMgQuLB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0620375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15013;line-height:.8;letter-spacing:0;top:55.623763084412rem;left:65.874263763425rem;height:0.64988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZAg5asBV5F6MBso8vyPQu5b0ToTqWL1x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4995375rem;width:2.4995375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:52.124258995056rem;left:66.62450790405rem; }
#reS4FGfpW8AmbN8QUnJpKyzn6mTHSRFf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68615rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:56.561263084412rem;left:65.06200790405rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MGbb0k32fZdlgglzH01O5WMJbfVePLD1 { box-sizing:content-box;height:6.24906875rem;width:0.185081875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.561263084412rem;left:60.374507904052rem;display:block; }
#wgP5tNzEwSCDtW3VKGtfAGg2QHin2Bi1 { position:absolute;display:block;z-index:14998;height:50.81225rem;width:74.99875rem;top:0.12301635742188rem;left:0rem;display:block; }
#u3krW1NSsPnuwP5zulQIy2UTfQE8IbVL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.49979375rem;width:2.49979375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:52.373515129089rem;left:5.8742561340332rem; }
#Q6iRzbblC64V8JJzTIZRUh9SxiJnl9zE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.06229375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15020;line-height:.8;letter-spacing:0;top:55.685767173767rem;left:5.0620079040528rem;height:1.2996rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tDOq7z2qP6fTpDre2SBTNa2fgTutn4kZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68638125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15021;line-height:.8;letter-spacing:0;top:56.623267173767rem;left:4.2485160827637rem;height:1.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mK2TihK0AXJ1bOI48lTfwMnuK8i47X78 { box-sizing:content-box;height:6.24906875rem;width:0.186011875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.561263084412rem;left:13.123760223389rem;display:block; }
#ruqgPPi0Xq4f7zhLAn8Vm6TlnhSk0PSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37475rem;width:2.37475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:52.624011039734rem;left:29.998760223389rem; }
#SnvwQvyXdN1fZWR7sof9HNleWIq8dnl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.06229375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15023;line-height:.8;letter-spacing:0;top:55.561758995056rem;left:16.999011993408rem;height:0.64988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#abc1hUEoKABqgMmIrBx5K9yu5APR5bev { color:rgba(var(--color-tertiary-4),1);display:block;width:6.06150625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:56.499258995056rem;left:16.061511993408rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ugHvuBbgKMDlHzgzVfEg8FPsTv2TZ3iT { box-sizing:content-box;height:6.24906875rem;width:0.185081875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.561263084412rem;left:24.686260223389rem;display:block; }
#x2k5sz098xsLlVQIToRwBLxOunbR0od1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24950625rem;width:2.24950625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:52.373515129089rem;left:17.936511993408rem; }
#ScEOWnXCTmXNAa791BoUfTOMQWSuAGpI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0620375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15024;line-height:.8;letter-spacing:0;top:55.749011039734rem;left:29.124507904052rem;height:0.64988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hPA0qzVyBE6D9wRdLK1Th98HxhXe26vA { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68615rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:56.686511039734rem;left:28.311016082764rem;height:0.68824375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yi4pLEfLLwDH3t8AxS5biPPDDfXrnpco { 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.8748125rem;width:6.374625rem;top:2.3983154296875rem;left:3.9050102233887rem;overflow:hidden;display:block; }
#pKCkIuC8Z63xnsgmlXmO5TiGkTLxNtvN { box-sizing:content-box;height:6.24906875rem;width:0.186011875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.561263084412rem;left:35.999507904052rem;display:block; }
#eUgA93hNIoSZ1IwsicV3EslbmT2D2GJX { box-sizing:content-box;height:21.875rem;width:24.499625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.41);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-3),0.32) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.686757087708rem;left:4.3117561340332rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-form-header {  }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:17.5rem;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;font-style:normal; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left: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:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-text {padding-top: 0; padding-bottom: 0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left: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:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-select {padding-top: 0; padding-bottom: 0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem 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:1.9375rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:13.125rem;height:3.125rem;font-family:raleway;overflow:hidden; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .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; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-container:first-of-type{padding-top:0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-container:last-of-type{padding-bottom:0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:6.30952835083rem;top:31.5625rem;z-index:15028;position:absolute; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.4375rem;line-height:1;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M {display:block;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:6.30952835083rem;top:31.5625rem;z-index:15028;position:absolute; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #XfzQI06aqrMG5Eu2tmLgfdCz9SJM3ZI2 { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #gwhQPr1fiAI9KTD0ITtNG65b4JZV7l6e { position:relative;display:block; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #KTh5qUZqm3pTTtctLc4BPezVrxJXT8Ed { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #sOlZkwRKiTybRA0H99akK7ab1q0SIhT3 { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #Xvty5SINRpem4Wy8qNOIXx0tu5VMBtk6 { position:relative;display:none; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #a12ycH0XZkW1cUy26U0wXBJqs1WraHav { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #uiWeUCChHJphFl1FoUUBmU6VavTkDmI0 { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #I7fKSZE62hhBAzKqlDrBH0CDFSq8wGe8 { position:relative;display:block; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #nlKVGyrGc2l115nfnOrr9JXTs4FCfsPF { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #JuWsvzlpIK0e3qO1Srqlusqly4DTd9xn { position:relative;display:block;z-index:15000; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #ilrWBPMTKoroATE5Zn77oEh7fbEvkqMD { position:relative;display:block;z-index:15000; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #w6y1rKgy3yVULC3KyR4u42JRvrRetaoz { position:relative; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #Fp5vU5EArQVyAMBvfXJBOwEQe2ClVmev { position:relative; }
#tdXCp4IW4dZUNhw75gosfqKgMJCwWJzO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:31.371529579163rem;left:5.5282783508301rem;height:0.9626125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RHK27vInBGgBU2IBt0PUHgSUGwhBG6pp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.312125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:30.022322654724rem;left:5.5282783508301rem;height:1.03075625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eCwFTHf42eFuheGzQNP3Zp5m9mRMWfEV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3111875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:48.374258995056rem;left:5.8122520446778rem;height:0.82465rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q1dx1TUqn2nXC94XTQ2wHA4EK3VhS9KI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3123125rem;width:1.3123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.936012268066rem;left:5.9305534362793rem; }
#NWBFlb4QW6N7K0LA18hxnMXRCiqbAV98 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31138125rem;width:1.31138125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:37.373512268066rem;left:5.9330329895019rem; }
#b4pGHOuD4pSJGX1nstTrUeNwORDnmB29 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31045625rem;width:1.31045625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:40.663444519043rem;left:5.9330329895019rem; }
#dNstSvp1gwMWIwply6s7t030TeP2f3WF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31045625rem;width:1.31045625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:47.936511039734rem;left:9.9342765808106rem; }
#gv30aUVn0TiTIk2W6JgwmZ57GCuXaquT { background-color:rgba(var(--color-primary-2),0);background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7490625rem;height:3.4356375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.124267578125rem;left:10.749011993408rem;display:block; }
#DBiCDncfrthAcRqyLPyzsRLg1SpbPki0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nzw7I92PkBJqu97sPs0TIcEygNDQF35n { position:absolute;display:block;z-index:15036;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.74925625rem;width:5.81225rem;top:2.4677581787109rem;left:65.874263763425rem;overflow:hidden;display:block; }
#nz8RsuFHNzWTFtePQ8pAA1ZqCbIgzORO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#RAhRRopH5IKndbXfeHfBmL6T4BTtxcL1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bg7AwdAMdq1Mu8qhBO3K11Wxb06Uzkns { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#CQug1JJL2pqLSaJgVabtGwrPD8GUv11F { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9368125rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:5.0299310684204rem;left:4.2486820220947rem;height:5.625rem;font-style:normal;display:block; }
#WziVDc6ecJtCPQcifS9PhDfrsRCNUcA8 { color:rgba(var(--color-primary-2),1);display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:3.8212203979492rem;left:4.2486820220947rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BGCZDEpsn9TMuM4No0Ua2aTcAwQGZLzq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8743125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.43550491333rem;left:4.2486820220947rem;height:5.997025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pvAegTLxPJDJ4ch6GilhUTsEBfyFaG2e { box-sizing:content-box;height:7.1870625rem;width:0.186011875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:43.375rem;display:block; }
#UqCWVkhTTFe9m7ZypW6fys2ICO0FPIy8 { box-sizing:content-box;height:7.1870625rem;width:0.184849375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:57.5625rem;display:block; }
#JEUmwHAxr1zCzbwXyUXdQTXQgHAmPXiG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.562rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.125rem;left:31.3125rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nBxNgBGdblxBRztBD7TScURlrBB9x2AB { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.25rem;left:48.5625rem; }
#tbz4iVAgDcpS86W3ocw0EfUpqC5BrUph { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:9.125rem;left:45.0625rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BqQPzHqSrRaGoUGT9Alq3oglJ0daz7Xf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.4375rem;left:63.0625rem; }
#brD5BwBiJAalzovzPXBAy3fHQUP0Vg4v { color:rgba(var(--color-tertiary-4),1);display:block;width:10.562rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:9.125rem;left:59.375rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RHdTJi2ungvSQ6SbkZ6fSmw3SOhyrHVc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.687432095409rem;left:63.311685562131rem; }
#dIb24vLZTJCBcGQuxxDDuHRTWpDmXQp9 { box-sizing:content-box;height:7.1870625rem;width:0.184849375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.562296673656rem;left:57.624795913696rem;display:block; }
#JosTbhFFlGzmAd0obD0RW8lEio5gcWJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.811721608043rem;left:48.561792373657rem; }
#ZwvarZpUIrGRsxWt81zr37UkaFMeRXyT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.374625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:18.374933049083rem;left:44.624254226684rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BlfyqTGfbLUfQIy3ZDl3Eyg2kqcLIREH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:18.437499806285rem;left:59.375001907349rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d9bGDKI7eZI9xdmLIyvZKH66qnUhFDOI { box-sizing:content-box;height:7.1870625rem;width:0.186011875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.562296673656rem;left:43.437158584595rem;display:block; }
#lhplC6fX59uQCqR9TKeT0ngtgldygEA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:18.437499806285rem;left:31.311719894409rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XZ5HM8PQ4pcIe0pJ3AligMMgTDaMouew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4998125rem;width:3.4998125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.562296673656rem;left:34.874696731567rem; }
#iw3NlnEyyFUE12BokKqoG8lSFSlw01ud { position:absolute;display:block;z-index:15008;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:28.0625rem;width:73.875rem;top:0.062314033508301rem;left:0rem;overflow:hidden;display:block; }
#lWuzFdMNuIG4x86VDRJBut0W6vPl9H3F { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.58) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:2.43395rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.747091293335rem;left:4.2486820220947rem;display:block; }
#ybMew6C7TrlGHMVh90zQ93hbWZPLdcT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KeybLFtLqb5BpfuxPp7xRUZunRpwksTu { position:absolute;display:block;z-index:15009;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:27.6875rem;width:74.625rem;top:28.122204780579rem;left:0.23859508141671rem;overflow:hidden;display:block; }
#z86RCP2G6lQpxRLgbJwqhZRA67ZGN7q6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.2498125rem;width:2.937125rem;top:5.0297622680664rem;left:35.122768402099rem;overflow:hidden;display:block; }
#z3h8RJIgW87n5eONz5zdquZaIxwLDTUz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.81188125rem;width:2.81188125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:22.035177230835rem;left:10.340194702149rem; }
#kL7lfTRTxbVt41Veds5AtFv0FS6ZOTGc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#VienTC3RSErZ3Xnzv2DkTSIaV0kp67cc { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SpxdSD3lkXZNL3DTuBGZnu804lLfHxL9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W { background-color:#ffffff;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; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container { background-color: transparent; background-image: none; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container > .video-iframe-container { display: none; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row > .video-iframe-container { display: none; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .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); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container { border-width: 0; border-radius: 0; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container { width:75rem;height:28.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CGozaTWtEvVvNuDhtEHEBHiAaFp4VbTn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:12.897695541382rem;left:4.1238861083984rem;height:9.7986rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPUZubG1R9GluJ6DPp7RBFn3fABtyIAx { color:rgba(var(--color-primary-2),1);display:block;width:28.124375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:.8;letter-spacing:0;top:1.9369926452637rem;left:4.1243915557861rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iSqtUP8H95yA8g8FJCg4vSVRxbeTUs9o { color:rgba(var(--color-tertiary-4),1);display:block;width:28.436875rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:2.9993906021118rem;left:4.1210079193115rem;height:5.625rem;font-style:normal;display:block; }
#xz47EIDCXd2kXVodlJ0K3Cucs4vCPf3S { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:9.6231404542925rem;left:4.1201629638672rem;height:2.3988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CytfLeFSyJPFDMmLoryfmt7GtgiXDt5a { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:75rem;display:none; }
#vbyfe1XDvfLP98oIGUGffy1bv80LD0QD { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.82) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:14.9852625rem;height:2.41910625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:23.994507789612rem;left:4.1211967468262rem;display:block; }
#dkHOBziOrT6ThidDnmWl5yIrg4ATOyAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSIngKeiZgR2VgOwtQDkAC0raLTUcFRR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.81188125rem;width:2.81188125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:25.410258293152rem;left:10.203784942627rem; }
#eTnEfT8IueUHot10EfuiTteamVDRHofr { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lN1d2n7FHVVC5oZV0D5mPunHF1Q6mmR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#HsHurTAcGgOsLeycTQEBAQXoh68B3FqC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 { position:relative;display:block; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 { background-color: transparent; background-image: none; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container > .video-iframe-container { display: none; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row > .video-iframe-container { display: none; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .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); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 { border-width: 0; border-radius: 0; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:100.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#saIwcoR2wiuLNmVfRGHRzCbE850QzPqx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0616875rem;position:absolute;font-family:neuton;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:.9;letter-spacing:0;top:10.120910644531rem;left:37.251491546631rem;height:2.531rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMWQtZiQk93bKd2xwA8qbnpA4UbgRD03 { color:rgba(var(--color-primary-2),1);display:block;width:28.1191875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:.8;letter-spacing:0;top:9.3703498840331rem;left:37.180805206299rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VueXDXoO2gXWIwh6yzn0zrufOomBkEdt { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.3105625rem;width:18.75rem;top:33.4375rem;left:18.875001907349rem;display:block; }
#hFQJqXb4zoSoXftkoT4F3rA6GK4IisDe { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.309125rem;width:18.75rem;top:33.375608444214rem;left:37.623445510864rem;display:block; }
#VMFr0n8pDkdvTAp3W1t6V34gNJ3lZHEO { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.3100625rem;width:18.75rem;top:33.374762535095rem;left:0.17671012878418rem;display:block; }
#n3kVKCQJVKozLTtGeogLcN0neCSrZmVG { position:absolute;display:block;z-index:14999;height:27.0625rem;width:75rem;top:2.2507476806641rem;left:0rem;display:block; }
#q9ltMP5VtSHkhe4X55PhN9DNNbS74bEP { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.30825rem;width:18.75rem;top:66.684425354006rem;left:0.17671012878418rem;display:block; }
#bvfUN57mfHOebgHo58IrC3NlR2QzUWfn { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.309125rem;width:18.75rem;top:33.374763488769rem;left:56.250001907349rem;display:block; }
#gTarr0yD36bk1hbidGTWcgmQTOcUkRp9 { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.30825rem;width:18.75rem;top:66.684421539306rem;left:18.872598648071rem;display:block; }
#fzt5GxmJ7iZeWO1G34wM6Dl5mKnRwcqU { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.3121875rem;width:18.75rem;top:66.682725906375rem;left:37.623445510864rem;display:block; }
#P38WKXQTxxJuV3451uPFAHN1sTGKhTMU { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.3121875rem;width:18.75rem;top:66.684421539306rem;left:56.250001907349rem;display:block; }
#LuT2mVA6HTVAzVNvUhmeemprscUSAP0F { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#WwuX6h4vSek4w6wadDKqsiumvg0J2MhF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#DqsGSQxmp1a3hTzqJg8Tak53Sszoi5d4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#eUacZXNdBR4DWTsA08oBUkxAwffzSfiG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#osPTesl6CIKfUsa65v23yUinycM3d9nN { 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; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { background-color: transparent; background-image: none; }#osPTesl6CIKfUsa65v23yUinycM3d9nN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container > .video-iframe-container { display: none; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row > .video-iframe-container { display: none; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .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); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { border-width: 0; border-radius: 0; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#WplHQHm1LQ853fzMfgzFQvnvJKloXpuS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:5.1246280670166rem;left:3.8122100830078rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rFl4hcqdPGu97f8bIvA3ihVmcGq1PTf3 { color:rgba(var(--color-primary-2),1);display:block;width:28.1233125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;top:3.875rem;left:3.8125rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#shA5dW5DUVxo2PSZDsVnuHuOil6ab0bl { box-sizing:content-box;height:5.9371625rem;width:5.9371625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:30.6875rem;display:block; }
#nzGNMtO35atfEnOo6PkpeeKWNcuNGRJX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.1875rem;left:32.125rem; }
#X5bx46Ree21ZBbKs8lZClaxI9aULN9cQ { box-sizing:content-box;height:5.9371625rem;width:5.9371625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:41.625rem;display:block; }
#WFqrTH4CshEGJUDT81JbD4l0eMJGf1R7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.125rem;left:53rem; }
#hTNsA9EL2B3XWcu2qBZO2GBrTCa3EALK { box-sizing:content-box;height:5.9371625rem;width:5.9371625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:51.625rem;display:block; }
#yzFkGVfBSUHJueOUpddcr51yKcKbiGiX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.499325rem;width:2.499325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.4375rem;left:43.3125rem; }
#PDXKtemAlOp5NouJwdlZ81nuWuDOOHG8 { box-sizing:content-box;height:5.9371625rem;width:5.9371625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:62.375rem;display:block; }
#MzliNgE4Bkrd1IO8FSb1ivfCzsukyHDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1866875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:14.625rem;left:28.5625rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wi1q1Gl1AgTA1QDtV23sPNEAcTIJFSBt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1858125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:17.3125rem;left:28.5625rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EpQlDTJTxNSetvPh7GVENSstKpfTFxiD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1858125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:17.25rem;left:39.5rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MWQItM5hoD7RCZn1Mo3Q8fNSRhJqyeIv { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:14.5625rem;left:39.5rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yE8rc7n9prIAXJmk08vyRzOI6FipyofM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1858125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:17.25rem;left:49.5625rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTUOkqDb95A7ExpzXBs2vLU59InZtVCp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1245rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:14.5625rem;left:50.5rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sRXNIcOQ0DJbqa3OeZn02obqNmwGkxcW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1866875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:14.5625rem;left:60.3125rem;height:2.09920625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#meZMUCeiaUEFUq0yK9TG1QPrbDi4w9sn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1858125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:17.25rem;left:60.3125rem;height:3.1488125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sUdVTzd62VEtwPnQqZa5TQ22vpD8n4fJ { 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.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.8) ;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:14.9697625rem;height:2.156625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:22.343130588531rem;left:4.370246887207rem;display:block; }
#Q33Nsk1u49Ox3So2qitaXnoRbX4JNwKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#go7tlmimOvl2Z5fhy3cLy1Ac27H8t8bK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.060625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:14.624670028686rem;left:3.8091125488281rem;height:4.79761875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wuP9LU3N4fMkz6OzRFs2RlqNFXgl8xCn { position:absolute;display:block;z-index:15032;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.124025rem;width:2.9366625rem;top:9.6551818847656rem;left:63.871841430662rem;overflow:hidden;display:block; }
#uF7MRTT90qTNEsx05UM2bUJRUHkTbISs { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#r8tJRQ7eXquXrQsMdfW6zKOmDTqFbS3X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.81188125rem;width:2.81188125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.853969573974rem;left:9.8710327148438rem; }
#wBTZROuKVMgiQzSXuiMKamztcoBAx5bt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#DeP6II2rrOorAVuHTLMdCSN63sXGrQTk { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#n6xLerE4XfeVgK1XWwg5w1eJiX9qlKKG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaf8;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; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { background-color: transparent; background-image: none; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container > .video-iframe-container { display: none; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row > .video-iframe-container { display: none; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .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); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { border-width: 0; border-radius: 0; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#m4PNKsABNAoTLD7A2BWEB7ugyIU4009c { position:absolute;display:block;z-index:15000;height:36.936375rem;width:75rem;top:10.193080902099rem;left:0rem;display:block; }
#qmXCJdUJg7yRI9IM3uhSqKAPpoABsaoI { color:rgba(var(--color-primary-2),1);display:block;width:28.12125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:.8;letter-spacing:0;top:2.8115749359131rem;left:4.1220245361328rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LeRbidGEpnrTbynTDsSLnev2GTCgAzg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.2486875rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15018;line-height:.9;letter-spacing:0;top:3.7574405670166rem;left:4.1220245361328rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGZ5Cyhb0SuXXPyJSX0g1kAZB0tetbB5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mJEyA9xp5B1chllyBn9pg2B2BL88DxQn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.76) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15rem;height:2.2598575rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:4.5070867538452rem;left:51.495540618896rem;display:block; }
#MSpfOcpNeDn5EDtp9eiBLrpF2lTfCiu3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1186dSBtUffXrn9Ar2WDvmdUZ05Vh1o { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6858125rem;position:absolute;font-family:lora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:44.837614059448rem;left:13.155693054199rem;height:1.34920625rem;font-style:italic;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; }
#flZv9R1Z4eeUaucy4rdT7SluM5NaBOq1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vbp8V7XcKVOLZfvWkAtzQHFfsHGUwNl7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#s3HB8KZRTEqIuaeVL3Ebq9BwZ7e63DB8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaf8;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; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { background-color: transparent; background-image: none; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container > .video-iframe-container { display: none; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row > .video-iframe-container { display: none; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .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); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { border-width: 0; border-radius: 0; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#exvzgs6MDRGkwx35sHoh5Jxc2Eawb7XU { position:absolute;display:block;z-index:15000;height:37.8748125rem;width:75rem;top:6.7782745361325rem;left:-0.14756774902344rem;display:block; }
#AUrQ4OmLq6Oz9i2DIlkfbGKmPTqzUJNs { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#iMTTDbtpsKh8kMhLPP22uPKqeoNxcic0 { color:rgba(var(--color-primary-2),1);display:block;width:28.120375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:1.25rem;left:32.125rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eyFcUNmooosrAZ0cM0gIyyDVc4f0MfLV { color:rgba(var(--color-tertiary-4),1);display:block;width:38.06175rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:5.3104972839356rem;left:19.59077835083rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFeJbJySfHtzTqL7Q686TsDgfq6KoJeQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.125rem;left:37.0625rem; }
#y3swBloRPZ6gT8gT0kVDXCAEHS9mXLCU { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15031;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:4.3125rem;left:23.25rem;display:block; }
#J98SOFqPxtJzGmxvS7BTVWbZOStaxNVp { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15032;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:4.3125rem;left:41.9375rem;display:block; }
#KGmNvlwcs3H58iBUI1xIelycJC6mmvOT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#N9TfTdBBtXLFfii0Ss4pLBptyCDEPXFb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xhNbqMoQbxih9h9TSLW1CoNOErLg36nt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#UvOTUuPwyHPsgtfyR40MpXzDOUXZivdH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.76) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:14.8180925rem;height:2.07812375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:51.253254890442rem;left:30.029296875rem;display:block; }
#Q1UF42xiGbpqc2mTM3JJ1NdnKZVFN8Ja { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z69pTnOiTcUGZlWT3di0Nh72Iidb465e { 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; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container { background-color: transparent; background-image: none; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container > .video-iframe-container { display: none; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row > .video-iframe-container { display: none; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .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); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container { border-width: 0; border-radius: 0; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#doIWuSh9B81Muq4u0sTX0ghh2NdJfL6F { color:rgba(var(--color-tertiary-0),1);display:block;width:27.124rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:4.5rem;left:4.25rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sUB7pxIwQSquFxTSx2pEIEaaH2HtNbmd { color:rgba(var(--color-tertiary-4),1);display:block;width:28.120375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:3.4375rem;left:3.75rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FFX9b8S9VPAmdHd9bGiZDlDDfQMfhJMP { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0595rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:11.4375rem;left:4.25rem;height:2.3988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3pd5xxRe2KgkrAcBmO1UNpT3IfLBxCF { box-sizing:content-box;height:3.3125rem;width:21.6875rem;position:absolute;display:block;z-index:15021;background-color:#e38f6f;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:16.6875rem;left:3.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yqwGiwMCmG7hZGfutInJOXruidXZyNcR { color:rgba(var(--color-secondary-0),1);display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:.8;letter-spacing:0;top:18rem;left:6.0625rem;height:0.9499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kMV5stvJsVmcTU5CVl3ZhuTukT2qyyh0 { color:#000000;display:block;width:24.0595rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:36.140951633453rem;left:3.7458152770996rem;height:6.297625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-form-header {  }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffffff;width:28.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:28.6875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;font-weight:400;font-style:normal; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f45b22;width:28.6875rem;height:3.4375rem;font-family:gotham;overflow:hidden;font-style:normal; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .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);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-primary-0),1);vertical-align:top;width:27.3125rem;overflow:hidden;font-style:normal; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .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; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .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:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:first-of-type{padding-top:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:last-of-type{padding-bottom:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.68675rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:7.7315855026244rem;left:38.749073028564rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.6875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M {display:block;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.68675rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:7.7315855026244rem;left:38.749073028564rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #oWul4mREp8zC0vElcciMqrubroCDIW5T { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #TbiNKeyB7cyZbladtcdN6Dvg02RAagR7 { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ASdTvmV3yLZPJT3ENrH7KL3smL2WqENe { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WM8tV9p6IMMX4GaTS5tlRQQ5d1FCeo9k { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #BQeNOQmPpMunV9i7m5ffvNiKgpUpDpwe { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #amMTBfGpubZpRftRP0tgZd27fJQJ8zZI { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ptR0MnbQ0TampiX3dh7bGDTGPt2AP58w { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IyoFpPzaWiRZNo8dwltPIREHFzraiVZy { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #u5D4G4XgCsPgtxUEesC3mPxlTrhL29OO { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WOWnwfUwicx1BHGyl6XQuXLOZHzAvBq4 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ecGKIdWXTyMGzt25hqsx9pT5EibCptw1 { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #y8thfusaAyTGzBT7e3ugTwIbbw0bdxMZ { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #SbeQSsesDoClJbQ7nVpPIuMAcsOSZA8n { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #rIChVTIXn2RGsT5A9AbSb8iiToNwW4yC { position:relative;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #T0IwtFqsrKU2fHUyV0So4mMxtX22ElC4 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #pU9oU6TH6kdK1h9W8MsckgduALeKKC27 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #cbuTG7F4PKnFHsDeJuaHpWp62spisdSx { position:relative;display:none; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bpTRO9ZRetOUf3yiemMvFcX4R7BL0C3w { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #m9J8REI3ULgKpt9vmVy0ThudGs4eVzbZ { position:relative;display:block;z-index:15000; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #qqBqu86WnssTRb5norEyi5dNaPFcggDE { position:relative;display:block;z-index:15000; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #neyTuat28pSUuzNWFP92o6z7JTTwr4Re { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #TDqqUEUQFiUe2AgfLfVLRRWQRPTLLWMs { position:relative;z-index:2; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #DCDlVxkkEkSuo4eIbnoAupbggtriqMXw { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #DJI0tENp9myBEAufyOR5113hDqdauhgM { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IUs4pLLraxuJFtDUtrRHi8zDiZCqbhRw { position:relative;z-index:2; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #Q88CoGBzkK45XHNHKZk6TyoOAT0sXV88 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bFEbAtNuWArie5PERPux5p8JgRJgu8g0 { position:relative; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IunENGir5eN9yh6qtw58fdPi6J4CfuyZ { position:relative; }
#iWq8W8itAyErQzymLIcrJTDHKbBiBcvW { box-sizing:content-box;height:3.3125rem;width:21.6875rem;position:absolute;display:block;z-index:15023;background-color:#e38f6f;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:21.5rem;left:3.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bAK8ISFgIDg1pXxK0T62i7rtwtBtUXNh { color:rgba(var(--color-secondary-0),1);display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15024;line-height:.8;letter-spacing:0;top:22.8125rem;left:6.0625rem;height:0.9499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#x0knNqBJoiaGy1GBdX9PgCOu1cqXuGg5 { color:rgba(var(--color-primary-3),1);display:block;width:25.12275rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:7.1488170623781rem;left:41.780136108399rem;height:1.199775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZswFJ1STmOLMrt7c6QmUPbw06cquthNr { color:#ffffff;display:block;width:22.93525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4347171783448rem;left:42.87202835083rem;height:3.25rem;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; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-form-header {  }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffffff;width:25.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);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:25.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;font-weight:400;font-style:normal; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f45b22;width:25.5625rem;height:3.4375rem;font-family:gotham;overflow:hidden;font-style:normal; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .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);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-primary-0),1);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .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; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .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:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-container:first-of-type{padding-top:0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-container:last-of-type{padding-bottom:0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:6.6836404800412rem;left:41.943359375rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5625rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e {display:block;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;position:absolute;top:6.6836404800412rem;left:41.943359375rem;display:none; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #OVxBHkTqDTo5SLCsB3F6uBcux0WhK4k1 { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bbtSXp59uuRk5TBdm1oLSqzVM2EUidAO { position:relative;display:block; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #ZTXSoM1xdZUbTzG22PSCgusAFWRbKgvQ { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #wbgFJh2bbgfFsm2OD6HkUkXtGzHsSpNh { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #JFrNEdcRRM9QqWflNFsQSvRkQI2JhIU2 { position:relative;display:block; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #eneKpKv62QU1wWBXNQRuH8IyhNDtkN4w { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bwgmXLDbtx0syAhThkO78KbffzUTmG0m { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #hQvN9P05ziZylNkTM3MSbX95g4L0fyrw { position:relative;display:block; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #QEghWvogxomqxmN0oCrrPhnZTk4cNoIP { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #Dbxan5gWJAkwDoQtSJ1aFy4Ubmgb6x08 { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #F3sMiWSSPJ57Eao3hT7lutcJ3Elu8bcA { position:relative;display:block; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #kLRZB4nD3CV0QxkM7h9O6gTcOltTfq6w { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #IZZbtoO0RTJ3phzq8hhlER9GDvQ5EEZ5 { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #aOHV59s9H6SMURVQBVe0aOERkNK4oBPN { position:relative;display:block; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #AD8hyrFS6QfyaPR2mwl57slyWcHaR2as { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #cOmqePcKngecCobwzLhWQJ1CvtqwmBKk { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #KaBnlR85d8SEJOqEIVCJQC1OyRcM2MGq { position:relative;display:none; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #pD24gbzd3r5H5tTs5ktwKJ1fBERkI7TS { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #kKR1TKT4vCh2tprFHwIwy0xfcSEGfrqv { position:relative;display:block;z-index:15000; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #l2WgAITTDet4ROQ6ifHOw9xLRlrNGTLk { position:relative;display:block;z-index:15000; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #iVGWPh25pfxP4GQNTWKPXxVuGqKC8NaI { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #tZ3TbkCrx6v2iaz7Th1nTBEUHUPr62yc { position:relative;z-index:2; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bl8BiB3tA1ZaPObzGRzrUdAmuD5XRnhf { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #BTK8ULkTMS6GLB0og7tPJUnNcE3oChqd { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #T23yytw5llXCMPTC30D6kdwl3u5CADpX { position:relative;z-index:2; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #rRxUngXwciB8IwNhm2fJ08bBqeilfkhk { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #rAvlwHEToMik0ahbkIJ3GLAB9LFTeJtn { position:relative;display:block;z-index:15000; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #S8L8Ie9Utoh5XEuToArqnpaq9GzqkIk5 { position:relative;display:block;z-index:15000; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bnx4yZATTli6TXC8eEC7cNAMVuBhuUWl { position:relative; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bquaq8CHAKFH9OH0smGTBylIUiSAHcih { position:relative; }
#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g { position:relative;display:block; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g { background-color: transparent; background-image: none; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row .container > .video-iframe-container { display: none; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row > .video-iframe-container { display: none; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .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); }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g { border-width: 0; border-radius: 0; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qoNlFbgnfVHDQQEaucEeV24JHfLWkJzi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:6.4375rem;left:20.4375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFwpBsFoBQJZPEIwsTvdrRwkhvrKAPUZ { color:rgba(var(--color-primary-2),1);display:block;width:13.812rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:2.5124009943101rem;left:30.341022491455rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N6JoFFgzaim6B0rJ7LTEz9PfcVtyL7vh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:10.059524536132rem;left:20.804313659668rem;height:3.5982125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JEkizo76wtTay1FEaZlzA8mWnNzpT7Te { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15032;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:5.5625rem;left:40.5625rem;display:block; }
#TusdnSlMG0Ti9trhkdmGS6LJ9o3MgFUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.375rem;left:35.6875rem; }
#Ba7RoVLrb8nA89TRXAoVPVRE28oa2ZPD { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15031;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:5.5625rem;left:21.875rem;display:block; }
#JMUXu4HPGvh3W8T8WKTCSparUb7ky9ME { position:absolute;display:block;z-index:15033;height:23.06175rem;width:49.998125rem;top:11.833146095276rem;left:12.496513366699rem;display:block; }
#pDlqbt7GkuKS0wL8tTsTl7MzhoUin4m6 { position:absolute;display:block;z-index:15033;height:23.0625rem;width:50rem;top:14.501488337526rem;left:12.498760223389rem;display:none; }
#ESGfBnlHVJbP7UW19702ZokrCpaRRKXo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#W1c4XyX4kcBqVo71LdIw4edLZ0a8fTqA { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#u5sqIQaN7OGePvdzR9Hl4Txx05ve5AD9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zXdWT2ADN6ySVV7beuaietXopABsk8xC { position:relative;display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC { background-color: transparent; background-image: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container > .video-iframe-container { display: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row > .video-iframe-container { display: none; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .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); }#zXdWT2ADN6ySVV7beuaietXopABsk8xC { border-width: 0; border-radius: 0; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J3esQE6mQKxelhJcXfsZZpG7Lkqsem0G { color:rgba(var(--color-primary-2),1);display:block;width:10.686375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:.8;letter-spacing:0;top:1.6235119104386rem;left:32.152782440186rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k4tgK0LrT8FZJx27SMGlc9paTERDuLes { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5615rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:5.875rem;left:20.6875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzclFc6iL7BPxnAf8hO5CbpifW8ucCGg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#wOakfTLGSnUC6RTB918ZLhiSNaPXS1up { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem; }
#PgnSwcEvcfLBTn9MhMDJySyFNuBUEfhW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ColWIoKNLZ1gL0M2fSxBik7UTSTcG7A4 { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15028;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:5.25rem;left:21.875rem;display:block; }
#dF7pg4vfRquVdrPCpZgKOiuGK4hEItBE { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15029;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:5.25rem;left:40.5625rem;display:block; }
#yG4b6dVKATyu32fRTcXFIkg8lsJFMiA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0575625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:9.25rem;left:25.5rem;height:2.3988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu { position:relative;display:block; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu { background-color: transparent; background-image: none; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row .container > .video-iframe-container { display: none; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row > .video-iframe-container { display: none; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .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); }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu { border-width: 0; border-radius: 0; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wnVFmGWaXCXfEJrc7spiBxLqUFIcu9gy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.97) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:14.74779rem;height:2.1150775rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:31.935764312744rem;left:30.090526580811rem;display:block; }
#TUoL42OBHTvz2H20VFwLDAKtMv55ow65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duAS3lsGXGe84TOD6G61uuiK2wbgeFWH { position:absolute;display:block;z-index:15032;height:34.5625rem;width:74.9375rem;top:0rem;left:0.062004089355469rem;display:none; }
#SZluTw1rAf8hGyTpFHwrle71eTD5C3sW { position:absolute;display:block;z-index:15033;height:26.875rem;width:50rem;top:1.25rem;left:12.496030807495rem;display:block; }
#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { position:relative;display:block; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { background-color: transparent; background-image: none; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container > .video-iframe-container { display: none; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row > .video-iframe-container { display: none; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .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); }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { border-width: 0; border-radius: 0; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hxR2PyrqOZ0wq7DoF1SyuSqwb1mNxStO { position:absolute;display:block;z-index:15010;height:33.0625rem;width:74.9375rem;top:10.123977661132rem;left:0rem;display:none; }
#rXhg96EOCsTbal94yVSmI09ylgcviinf { color:rgba(var(--color-primary-2),1);display:block;width:12.87325rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:.8;letter-spacing:0;top:3.4995040893555rem;left:30.369548797608rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g6OwbcOyNHkoCZx4kwV1H37sFyieHOgD { color:rgba(var(--color-tertiary-4),1);display:block;width:38.05925rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15024;line-height:.9;letter-spacing:0;top:4.4990081787109rem;left:17.780261993408rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btyzQT12QZl60q9cBqH6PxTreRufJBks { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0575625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:11.9375rem;left:25.5rem;height:2.3988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dyxGu9TyVsz0fwIaK2ficXpHJ69U3mtp { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#gJWZ28InsoirqXWltVRLPyP4LKp93On9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GBaWhcWP3xoqwVDH7AphNaGEE6KVvAMg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WR4uPNuJAdvwNk19Xl2iNPOsBhe32Exn { position:absolute;display:block;z-index:15011;height:33.059875rem;width:50rem;top:11.936408996582rem;left:11.800598144531rem;display:block; }
#dO2pnz8svVpi7L9TRb8P40h2vJmS9qGy { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15025;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:10rem;left:21.4375rem;display:block; }
#OAhyoao33VIQfzq9TqwdMbi0Twmv1oCQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:7.875rem;left:35.25rem; }
#Kua8pBhQW8Nh607VXm7JCNBigELlKUFv { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15026;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:10rem;left:40.125rem;display:block; }
#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafaf8;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; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { background-color: transparent; background-image: none; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container > .video-iframe-container { display: none; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row > .video-iframe-container { display: none; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .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); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { border-width: 0; border-radius: 0; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:75rem;position:relative;display:block; }#RQlUo0TPJPZyIDSsxXSrovaDi4KBF7bb { color:rgba(var(--color-primary-2),1);display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:2.3737640380859rem;left:32.124256134033rem;height:1.6989125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gc73BDDx7aL93xFJpB3xQHcF3Q0bWpe4 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.06175rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;top:6.3117561340331rem;left:19.027782440186rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9x5B0LXTOmIcVhK7q7d1iZhEIM6dR0T { position:absolute;display:block;z-index:15013;height:29.998125rem;width:50rem;top:7.8680562973025rem;left:12.496030807495rem;display:block; }
#SdWkEKrOVfWmvuZ50HK22p1ykKck2UHa { position:absolute;display:block;z-index:15013;height:28.1875rem;width:64.75rem;top:7.6709241867062rem;left:5.0577049255371rem;display:none; }
#loUGw1v1XdxJWLVCGyV3OpovxdS7nbgM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:3.375rem;left:36.5rem; }
#T0SPJSon7Nh2XNwHzndib52wiwEVeTRZ { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15031;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:5.5625rem;left:22.6875rem;display:block; }
#d2VzO931ONUdcFqdAsAAoAIQ0uteM89y { box-sizing:content-box;height:0.124008125rem;width:12.5rem;position:absolute;display:block;z-index:15032;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:5.5625rem;left:41.375rem;display:block; }
#aDc9Fb5m7JBb2G1L7RTOss0HsGT8ZF6E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.0625rem;left:35.6875rem;display:none; }
#fkxGBMiDCrghTJWQV0Cu66IdfECUuf8e { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#KWEechGPvaLUd58F8k7NJBrexUutgamu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { border-top:0.0625rem solid #cecece;border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.625rem solid rgba(0,0,0,0);background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { background-color: transparent; background-image: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container > .video-iframe-container { display: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container { display: none; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .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); }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { border-width: 0; border-radius: 0; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#rpxusns5LCgp4Jshtkg4d15PB6OlB0dJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.37476875rem;width:5.3118rem;top:1.904296875rem;left:4.4294090270996rem;overflow:hidden;display:block; }
#W95euufvTp7Hk0VqF7weWgTAWD7DwX92 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:6.6875rem;top:2.6529941558838rem;left:65.151832580569rem;overflow:hidden;display:block; }
#LLKVyagr9br0i416H4KmLC3KVXbNqgFa { color:rgba(var(--color-secondary-1),1);display:block;width:42.8118125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:3.4912109375rem;left:16.091194152832rem;height:1.199775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 { display:block; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZWy3M0tNH196pqeb9xfJwmHOFR25y4b { width:26.9375rem;height:1.625rem;top:0.9375rem;left:0.31194305419922rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf { display:flex;width:18rem;height:5.0625rem;top:0.5625rem;left:37.875rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #JgHB0tKBlJkisiA1VuAAERQ701xlEt4u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #Vik2AQCgr5W1DehM7f4WKr8AIK8Sb3uw {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #scV1rda5vLmFmk9Dllb9yw5tUVPrNFQt {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #E6E8xTnXZOTrT2unsV3vbeVOf0149Ao3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #HKwZtObuBiBynDnhckfCc14B9PkovhIJ {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #gleycaE59ZZavpnQs2The1pHN5610GCB {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #kWw5VKK1ztIzhfk6BozCTf5ApRkdzxzq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #NHqJ63SsrxPGcJd4av3WH75pEU9ZfQMs {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #FTAWTuRhKK5Fiw8h34R43saWTEKmW869 {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #o9NLNOl5fcAisGIJJWV5cE2RAC8X7elS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #l8udiIiMM7O15tc9MHvruEJbTDbp3VFo {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #gPBMLR6xqhyBwiBwTSKT9ql42UwyF9ok {  }
 }@media only screen and (max-width: 763px) { #RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 { display:block; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8TvdF8GDrBH3E5e1I1eklW5gvXa1woF { width:8.6875rem;height:3.375rem;top:2.0625rem;left:14.562007904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKHQi4gIPcGTcvOMuwus3WnwcLEPUhA9 { display:block; }
 }@media only screen and (max-width: 763px) { #NlXXsaxXQafTgZsTSH0mKLkZNZHFA0Xg { width:8.6875rem;height:3.375rem;top:2.0625rem;left:5.8120079040528rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0wWWVoCwUNR0NnZbaxm595owkAI2qKq { display:block; }
 }@media only screen and (max-width: 763px) { #xRLwCtZugK2FmbxLEe4BAxtL2trzd8Qu { width:8.6875rem;height:3.375rem;top:2.0625rem;left:23.312007904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7LIy4CuBuSPqTrsJWVMonefQatLPLWy { display:block; }
 }@media only screen and (max-width: 763px) { #cD3MyQNxGODFRsKMv1nHJ8QitbGTofuy { width:8.6875rem;height:3.375rem;top:2.0625rem;left:32.062007904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dymBCm7hvzTr7rXyBkHmTBKrqPVgvX { display:block; }
 }@media only screen and (max-width: 763px) { #nSaqtiHCt7NTcaAQzAORZx24wplcnALH { width:8.6875rem;height:3.375rem;top:2.0625rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMpTiowbTkZbFa4tkmOppr9oCI3XVbE4 { display:block; }
 }@media only screen and (max-width: 763px) { #lXreADgJtO9Xvqc15DT4iqGvxlNhz4yP { width:25.3125rem;height:1.5rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwhMyolAJ1aav52eqzhWf6ihVMTvwox { width:25.3125rem;height:5.9375rem;top:8.75rem;left:0rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVbhhRL8VxfKkcNA6zpU9zITTk0rGmMa { width:35.9375rem;height:1.9375rem;top:20.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzPe15sfExiCdW3vNL0H8rToIblr5qXt { width:31.875rem;height:3.9375rem;top:16.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdAwQLhGLoTWTftDR4K9PUAMRNfF4bPb { width:25rem;height:3.25rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD19pZlBAZC8dQZpSN4I90TBJCECCHaz { width:2.4375rem;height:2.4375rem;top:52.3125rem;left:27.124011993408rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1XnmWLvurZ85a1X0Uts8mtLJfBhWwA { width:4rem;height:1.25rem;top:55.625rem;left:26.310520172119rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdVhQfWt3qHdlU8VETl7JcWLhfNuB8Nu { width:5.625rem;height:1.0625rem;top:56.5625rem;left:25.499507904052rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEwcNQ9KGsSlfzI3MuRGXh21L5tDgf6b { width:0.125rem;height:6.1875rem;top:51.5rem;left:34.562007904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkbQmSiSqFHde15QqpBSKQbF5OGNh098 { width:2.4375rem;height:2.4375rem;top:52.3125rem;left:39.874507904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEWTh827NVBa4KBKIvhRfPCtSFOv7UCq { width:4rem;height:0.625rem;top:55.625rem;left:39.061016082764rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pehtr3VKlv83nFwfTM5fLSUNSW4qswUJ { width:6rem;height:1.3125rem;top:56.5625rem;left:37.811016082764rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZMvSTrT74gV9kpJePnrWWIQCWMgQuLB { width:4rem;height:0.625rem;top:55.5625rem;left:43.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAg5asBV5F6MBso8vyPQu5b0ToTqWL1x { width:2.4375rem;height:2.4375rem;top:52.0625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reS4FGfpW8AmbN8QUnJpKyzn6mTHSRFf { width:5.625rem;height:2rem;top:56.5rem;left:42.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGbb0k32fZdlgglzH01O5WMJbfVePLD1 { width:0.125rem;height:6.1875rem;top:51.5rem;left:46.749507904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgP5tNzEwSCDtW3VKGtfAGg2QHin2Bi1 { width:47.75rem;height:50.75rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3krW1NSsPnuwP5zulQIy2UTfQE8IbVL { width:2.4375rem;height:2.4375rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6iRzbblC64V8JJzTIZRUh9SxiJnl9zE { width:4rem;height:1.25rem;top:55.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDOq7z2qP6fTpDre2SBTNa2fgTutn4kZ { width:5.625rem;height:1.0625rem;top:56.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK2TihK0AXJ1bOI48lTfwMnuK8i47X78 { width:0.125rem;height:6.1875rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqgPPi0Xq4f7zhLAn8Vm6TlnhSk0PSh { width:2.3125rem;height:2.3125rem;top:52.5625rem;left:16.373760223389rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnvwQvyXdN1fZWR7sof9HNleWIq8dnl9 { width:4rem;height:0.625rem;top:55.5rem;left:3.3740119934082rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abc1hUEoKABqgMmIrBx5K9yu5APR5bev { width:6rem;height:1.3125rem;top:56.4375rem;left:2.4365119934082rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHvuBbgKMDlHzgzVfEg8FPsTv2TZ3iT { width:0.125rem;height:6.1875rem;top:51.5rem;left:11.061260223389rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2k5sz098xsLlVQIToRwBLxOunbR0od1 { width:2.1875rem;height:2.1875rem;top:52.3125rem;left:4.3115119934082rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEOWnXCTmXNAa791BoUfTOMQWSuAGpI { width:4rem;height:0.625rem;top:55.6875rem;left:15.499507904052rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPA0qzVyBE6D9wRdLK1Th98HxhXe26vA { width:5.625rem;height:0.625rem;top:56.625rem;left:14.686016082764rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi4pLEfLLwDH3t8AxS5biPPDDfXrnpco { width:6.3125rem;height:2.846771368548rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKCkIuC8Z63xnsgmlXmO5TiGkTLxNtvN { width:0.125rem;height:6.1875rem;top:51.5rem;left:22.374507904052rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUgA93hNIoSZ1IwsicV3EslbmT2D2GJX { width:24.5rem;height:21.875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-text {padding-top: 0; padding-bottom: 0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-select {padding-top: 0; padding-bottom: 0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M  { width:17.5rem;height:auto;top:31.5625rem;left:0rem; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M {display:block;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M { width:17.5rem;height:auto;top:31.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #XfzQI06aqrMG5Eu2tmLgfdCz9SJM3ZI2 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #gwhQPr1fiAI9KTD0ITtNG65b4JZV7l6e {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #KTh5qUZqm3pTTtctLc4BPezVrxJXT8Ed {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #sOlZkwRKiTybRA0H99akK7ab1q0SIhT3 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #Xvty5SINRpem4Wy8qNOIXx0tu5VMBtk6 { display:none; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #a12ycH0XZkW1cUy26U0wXBJqs1WraHav {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #uiWeUCChHJphFl1FoUUBmU6VavTkDmI0 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #I7fKSZE62hhBAzKqlDrBH0CDFSq8wGe8 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #nlKVGyrGc2l115nfnOrr9JXTs4FCfsPF {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #JuWsvzlpIK0e3qO1Srqlusqly4DTd9xn {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #ilrWBPMTKoroATE5Zn77oEh7fbEvkqMD {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #w6y1rKgy3yVULC3KyR4u42JRvrRetaoz {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #Fp5vU5EArQVyAMBvfXJBOwEQe2ClVmev {  }
 }@media only screen and (max-width: 763px) { #tdXCp4IW4dZUNhw75gosfqKgMJCwWJzO { width:22.25rem;height:0.9375rem;top:31.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHK27vInBGgBU2IBt0PUHgSUGwhBG6pp { width:22.25rem;height:1rem;top:30rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCwFTHf42eFuheGzQNP3Zp5m9mRMWfEV { width:22.25rem;height:0.8125rem;top:48.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dx1TUqn2nXC94XTQ2wHA4EK3VhS9KI { width:1.25rem;height:1.25rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBFlb4QW6N7K0LA18hxnMXRCiqbAV98 { width:1.25rem;height:1.25rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4pGHOuD4pSJGX1nstTrUeNwORDnmB29 { width:1.25rem;height:1.25rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNstSvp1gwMWIwply6s7t030TeP2f3WF { width:1.25rem;height:1.25rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv30aUVn0TiTIk2W6JgwmZ57GCuXaquT { width:8.6875rem;height:3.375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBiCDncfrthAcRqyLPyzsRLg1SpbPki0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nzw7I92PkBJqu97sPs0TIcEygNDQF35n { width:5.75rem;height:2.7198113359714rem;top:2.4375rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz8RsuFHNzWTFtePQ8pAA1ZqCbIgzORO { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAhRRopH5IKndbXfeHfBmL6T4BTtxcL1 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg7AwdAMdq1Mu8qhBO3K11Wxb06Uzkns { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQug1JJL2pqLSaJgVabtGwrPD8GUv11F { width:25.875rem;height:5.5625rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WziVDc6ecJtCPQcifS9PhDfrsRCNUcA8 { width:28.125rem;height:1.6875rem;top:3.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGCZDEpsn9TMuM4No0Ua2aTcAwQGZLzq { width:18.8125rem;height:5.9375rem;top:11.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvAegTLxPJDJ4ch6GilhUTsEBfyFaG2e { width:0.125rem;height:7.125rem;top:4.25rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqCWVkhTTFe9m7ZypW6fys2ICO0FPIy8 { width:0.125rem;height:7.125rem;top:4.25rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUmwHAxr1zCzbwXyUXdQTXQgHAmPXiG { width:10.5rem;height:2.0625rem;top:9.125rem;left:17.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxNgBGdblxBRztBD7TScURlrBB9x2AB { width:3.375rem;height:3.375rem;top:4.25rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbz4iVAgDcpS86W3ocw0EfUpqC5BrUph { width:10.8125rem;height:2.0625rem;top:9.125rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQPzHqSrRaGoUGT9Alq3oglJ0daz7Xf { width:3.0625rem;height:3.0625rem;top:4.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brD5BwBiJAalzovzPXBAy3fHQUP0Vg4v { width:10.5rem;height:2.0625rem;top:9.125rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHdTJi2ungvSQ6SbkZ6fSmw3SOhyrHVc { width:3.0625rem;height:3.0625rem;top:13.625rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIb24vLZTJCBcGQuxxDDuHRTWpDmXQp9 { width:0.125rem;height:7.125rem;top:13.5rem;left:43.999795913696rem;display:block; }
 }@media only screen and (max-width: 763px) { #JosTbhFFlGzmAd0obD0RW8lEio5gcWJE { width:3.0625rem;height:3.0625rem;top:13.75rem;left:34.936792373657rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwvarZpUIrGRsxWt81zr37UkaFMeRXyT { width:11.3125rem;height:2.0625rem;top:18.3125rem;left:30.999254226684rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlfyqTGfbLUfQIy3ZDl3Eyg2kqcLIREH { width:11.0625rem;height:2.0625rem;top:18.375rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9bGDKI7eZI9xdmLIyvZKH66qnUhFDOI { width:0.125rem;height:7.125rem;top:13.5rem;left:29.812158584595rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhplC6fX59uQCqR9TKeT0ngtgldygEA5 { width:10.125rem;height:2.0625rem;top:18.375rem;left:17.686719894409rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ5HM8PQ4pcIe0pJ3AligMMgTDaMouew { width:3.4375rem;height:3.4375rem;top:13.5rem;left:21.249696731568rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw3NlnEyyFUE12BokKqoG8lSFSlw01ud { width:47.75rem;height:18.138536379019rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWuzFdMNuIG4x86VDRJBut0W6vPl9H3F { width:15rem;height:2.375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybMew6C7TrlGHMVh90zQ93hbWZPLdcT6 { display:block; }
 }@media only screen and (max-width: 763px) { #KeybLFtLqb5BpfuxPp7xRUZunRpwksTu { width:47.75rem;height:17.716289782245rem;top:28.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z86RCP2G6lQpxRLgbJwqhZRA67ZGN7q6 { width:2.875rem;height:2.2022252840788rem;top:5rem;left:21.497768402099rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3h8RJIgW87n5eONz5zdquZaIxwLDTUz { width:2.75rem;height:2.75rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL7lfTRTxbVt41Veds5AtFv0FS6ZOTGc { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VienTC3RSErZ3Xnzv2DkTSIaV0kp67cc { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpxdSD3lkXZNL3DTuBGZnu804lLfHxL9 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWmL2EgdwdsAba6IIvkdNOWXElz4m07W { display:block; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGozaTWtEvVvNuDhtEHEBHiAaFp4VbTn { width:23.6875rem;height:9.75rem;top:12.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUZubG1R9GluJ6DPp7RBFn3fABtyIAx { width:28.0625rem;height:1.6875rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqtUP8H95yA8g8FJCg4vSVRxbeTUs9o { width:28.375rem;height:5.625rem;top:2.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz47EIDCXd2kXVodlJ0K3Cucs4vCPf3S { width:24.0625rem;height:2.375rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CytfLeFSyJPFDMmLoryfmt7GtgiXDt5a { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbyfe1XDvfLP98oIGUGffy1bv80LD0QD { width:14.9375rem;height:2.375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkHOBziOrT6ThidDnmWl5yIrg4ATOyAV { display:block; }
 }@media only screen and (max-width: 763px) { #HSIngKeiZgR2VgOwtQDkAC0raLTUcFRR { width:2.75rem;height:2.75rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnEfT8IueUHot10EfuiTteamVDRHofr { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lN1d2n7FHVVC5oZV0D5mPunHF1Q6mmR3 { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsHurTAcGgOsLeycTQEBAQXoh68B3FqC { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 { display:block; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saIwcoR2wiuLNmVfRGHRzCbE850QzPqx { width:37rem;height:2.5rem;top:10.0625rem;left:10.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWQtZiQk93bKd2xwA8qbnpA4UbgRD03 { width:28.0625rem;height:1.6875rem;top:9.3125rem;left:19.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VueXDXoO2gXWIwh6yzn0zrufOomBkEdt { width:18.75rem;height:33.3100625rem;top:33.4375rem;left:5.2500019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQJqXb4zoSoXftkoT4F3rA6GK4IisDe { width:18.75rem;height:33.309125rem;top:33.375rem;left:23.998445510864rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMFr0n8pDkdvTAp3W1t6V34gNJ3lZHEO { width:18.75rem;height:33.3100625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3kVKCQJVKozLTtGeogLcN0neCSrZmVG { width:47.75rem;height:27.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ltMP5VtSHkhe4X55PhN9DNNbS74bEP { width:18.75rem;height:33.30825rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvfUN57mfHOebgHo58IrC3NlR2QzUWfn { width:18.75rem;height:33.309125rem;top:33.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTarr0yD36bk1hbidGTWcgmQTOcUkRp9 { width:18.75rem;height:33.30825rem;top:66.625rem;left:5.2475986480713rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzt5GxmJ7iZeWO1G34wM6Dl5mKnRwcqU { width:18.75rem;height:33.3121875rem;top:66.625rem;left:23.998445510864rem;display:block; }
 }@media only screen and (max-width: 763px) { #P38WKXQTxxJuV3451uPFAHN1sTGKhTMU { width:18.75rem;height:33.3121875rem;top:66.625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuT2mVA6HTVAzVNvUhmeemprscUSAP0F { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwuX6h4vSek4w6wadDKqsiumvg0J2MhF { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqsGSQxmp1a3hTzqJg8Tak53Sszoi5d4 { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUacZXNdBR4DWTsA08oBUkxAwffzSfiG { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #osPTesl6CIKfUsa65v23yUinycM3d9nN { display:block; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WplHQHm1LQ853fzMfgzFQvnvJKloXpuS { width:23.25rem;height:8.4375rem;top:5.0625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFl4hcqdPGu97f8bIvA3ihVmcGq1PTf3 { width:28.0625rem;height:1.6875rem;top:3.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #shA5dW5DUVxo2PSZDsVnuHuOil6ab0bl { width:5.875rem;height:5.875rem;top:7.75rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzGNMtO35atfEnOo6PkpeeKWNcuNGRJX { width:3.0625rem;height:3.0625rem;top:9.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5bx46Ree21ZBbKs8lZClaxI9aULN9cQ { width:5.875rem;height:5.875rem;top:7.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFqrTH4CshEGJUDT81JbD4l0eMJGf1R7 { width:3.0625rem;height:3.0625rem;top:9.125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNsA9EL2B3XWcu2qBZO2GBrTCa3EALK { width:5.875rem;height:5.875rem;top:7.75rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFkGVfBSUHJueOUpddcr51yKcKbiGiX { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXKtemAlOp5NouJwdlZ81nuWuDOOHG8 { width:5.875rem;height:5.875rem;top:7.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzliNgE4Bkrd1IO8FSb1ivfCzsukyHDZ { width:10.125rem;height:2.0625rem;top:14.5625rem;left:14.937128067017rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi1q1Gl1AgTA1QDtV23sPNEAcTIJFSBt { width:10.125rem;height:2.0625rem;top:17.3125rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpQlDTJTxNSetvPh7GVENSstKpfTFxiD { width:10.125rem;height:2.0625rem;top:17.25rem;left:25.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWQItM5hoD7RCZn1Mo3Q8fNSRhJqyeIv { width:9.375rem;height:2.0625rem;top:14.5rem;left:25.874628067017rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE8rc7n9prIAXJmk08vyRzOI6FipyofM { width:10.125rem;height:2.0625rem;top:17.1875rem;left:35.937028884888rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUOkqDb95A7ExpzXBs2vLU59InZtVCp { width:8.0625rem;height:2.0625rem;top:14.5rem;left:36.874696731567rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRXNIcOQ0DJbqa3OeZn02obqNmwGkxcW { width:10.125rem;height:2.0625rem;top:14.5rem;left:37.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meZMUCeiaUEFUq0yK9TG1QPrbDi4w9sn { width:10.125rem;height:3.125rem;top:17.1875rem;left:37.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUdVTzd62VEtwPnQqZa5TQ22vpD8n4fJ { width:14.9375rem;height:2.125rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q33Nsk1u49Ox3So2qitaXnoRbX4JNwKe { display:block; }
 }@media only screen and (max-width: 763px) { #go7tlmimOvl2Z5fhy3cLy1Ac27H8t8bK { width:24rem;height:4.75rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuP9LU3N4fMkz6OzRFs2RlqNFXgl8xCn { width:2.875rem;height:2.0794258363023rem;top:9.625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF7MRTT90qTNEsx05UM2bUJRUHkTbISs { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8tJRQ7eXquXrQsMdfW6zKOmDTqFbS3X { width:2.75rem;height:2.75rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTZROuKVMgiQzSXuiMKamztcoBAx5bt { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeP6II2rrOorAVuHTLMdCSN63sXGrQTk { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6xLerE4XfeVgK1XWwg5w1eJiX9qlKKG { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP { display:block; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4PNKsABNAoTLD7A2BWEB7ugyIU4009c { width:47.75rem;height:36.875rem;top:10.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmXCJdUJg7yRI9IM3uhSqKAPpoABsaoI { width:28.0625rem;height:1.6875rem;top:2.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRbidGEpnrTbynTDsSLnev2GTCgAzg3 { width:23.1875rem;height:5.625rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGZ5Cyhb0SuXXPyJSX0g1kAZB0tetbB5 { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJEyA9xp5B1chllyBn9pg2B2BL88DxQn { width:15rem;height:2.25rem;top:4.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSpfOcpNeDn5EDtp9eiBLrpF2lTfCiu3 { display:block; }
 }@media only screen and (max-width: 763px) { #f1186dSBtUffXrn9Ar2WDvmdUZ05Vh1o { width:47.75rem;height:1.3125rem;top:44.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #flZv9R1Z4eeUaucy4rdT7SluM5NaBOq1 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbp8V7XcKVOLZfvWkAtzQHFfsHGUwNl7 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3HB8KZRTEqIuaeVL3Ebq9BwZ7e63DB8 { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 { display:block; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exvzgs6MDRGkwx35sHoh5Jxc2Eawb7XU { width:47.75rem;height:37.8125rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUrQ4OmLq6Oz9i2DIlkfbGKmPTqzUJNs { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMTTDbtpsKh8kMhLPP22uPKqeoNxcic0 { width:28.0625rem;height:1.6875rem;top:1.25rem;left:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyFcUNmooosrAZ0cM0gIyyDVc4f0MfLV { width:38rem;height:2.8125rem;top:5.25rem;left:5.9657783508301rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFeJbJySfHtzTqL7Q686TsDgfq6KoJeQ { width:3.125rem;height:3.125rem;top:2.125rem;left:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3swBloRPZ6gT8gT0kVDXCAEHS9mXLCU { width:12.5rem;height:0.0625rem;top:4.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J98SOFqPxtJzGmxvS7BTVWbZOStaxNVp { width:12.5rem;height:0.0625rem;top:4.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGmNvlwcs3H58iBUI1xIelycJC6mmvOT { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9TfTdBBtXLFfii0Ss4pLBptyCDEPXFb { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhNbqMoQbxih9h9TSLW1CoNOErLg36nt { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvOTUuPwyHPsgtfyR40MpXzDOUXZivdH { width:14.8125rem;height:2.0625rem;top:51.25rem;left:16.404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1UF42xiGbpqc2mTM3JJ1NdnKZVFN8Ja { display:block; }
 }@media only screen and (max-width: 763px) { #z69pTnOiTcUGZlWT3di0Nh72Iidb465e { display:block; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doIWuSh9B81Muq4u0sTX0ghh2NdJfL6F { width:27.0625rem;height:5.5625rem;top:4.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUB7pxIwQSquFxTSx2pEIEaaH2HtNbmd { width:28.0625rem;height:1.6875rem;top:3.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFX9b8S9VPAmdHd9bGiZDlDDfQMfhJMP { width:24rem;height:2.375rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pd5xxRe2KgkrAcBmO1UNpT3IfLBxCF { width:21.625rem;height:3.25rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqwGiwMCmG7hZGfutInJOXruidXZyNcR { width:18.375rem;height:0.9375rem;top:18rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMV5stvJsVmcTU5CVl3ZhuTukT2qyyh0 { width:24rem;height:6.25rem;top:36.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-regular-label { width:28.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-textarea { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-button { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-checkbox-label { width:27.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M  { width:28.625rem;height:32.25rem;top:7.6875rem;left:16.5625rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .radio-container { width:28.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M {display:block;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M { width:28.625rem;height:32.25rem;top:7.6875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #oWul4mREp8zC0vElcciMqrubroCDIW5T {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #TbiNKeyB7cyZbladtcdN6Dvg02RAagR7 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ASdTvmV3yLZPJT3ENrH7KL3smL2WqENe {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WM8tV9p6IMMX4GaTS5tlRQQ5d1FCeo9k {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #BQeNOQmPpMunV9i7m5ffvNiKgpUpDpwe { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #amMTBfGpubZpRftRP0tgZd27fJQJ8zZI {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ptR0MnbQ0TampiX3dh7bGDTGPt2AP58w {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IyoFpPzaWiRZNo8dwltPIREHFzraiVZy {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #u5D4G4XgCsPgtxUEesC3mPxlTrhL29OO {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WOWnwfUwicx1BHGyl6XQuXLOZHzAvBq4 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ecGKIdWXTyMGzt25hqsx9pT5EibCptw1 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #y8thfusaAyTGzBT7e3ugTwIbbw0bdxMZ {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #SbeQSsesDoClJbQ7nVpPIuMAcsOSZA8n {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #rIChVTIXn2RGsT5A9AbSb8iiToNwW4yC { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #T0IwtFqsrKU2fHUyV0So4mMxtX22ElC4 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #pU9oU6TH6kdK1h9W8MsckgduALeKKC27 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #cbuTG7F4PKnFHsDeJuaHpWp62spisdSx { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bpTRO9ZRetOUf3yiemMvFcX4R7BL0C3w {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #m9J8REI3ULgKpt9vmVy0ThudGs4eVzbZ {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #qqBqu86WnssTRb5norEyi5dNaPFcggDE {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #neyTuat28pSUuzNWFP92o6z7JTTwr4Re {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #TDqqUEUQFiUe2AgfLfVLRRWQRPTLLWMs {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #DCDlVxkkEkSuo4eIbnoAupbggtriqMXw {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #DJI0tENp9myBEAufyOR5113hDqdauhgM {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IUs4pLLraxuJFtDUtrRHi8zDiZCqbhRw {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #Q88CoGBzkK45XHNHKZk6TyoOAT0sXV88 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bFEbAtNuWArie5PERPux5p8JgRJgu8g0 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IunENGir5eN9yh6qtw58fdPi6J4CfuyZ {  }
 }@media only screen and (max-width: 763px) { #iWq8W8itAyErQzymLIcrJTDHKbBiBcvW { width:21.625rem;height:3.25rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAK8ISFgIDg1pXxK0T62i7rtwtBtUXNh { width:18.375rem;height:0.9375rem;top:22.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0knNqBJoiaGy1GBdX9PgCOu1cqXuGg5 { width:25.0625rem;height:1.1875rem;top:7.125rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZswFJ1STmOLMrt7c6QmUPbw06cquthNr { width:22.875rem;height:3.1875rem;top:3.375rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-regular-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-button { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e  { width:25.5625rem;height:32.25rem;top:6.625rem;left:19.6875rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e {display:block;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e { width:25.5625rem;height:32.25rem;top:6.625rem;left:19.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #OVxBHkTqDTo5SLCsB3F6uBcux0WhK4k1 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bbtSXp59uuRk5TBdm1oLSqzVM2EUidAO {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #ZTXSoM1xdZUbTzG22PSCgusAFWRbKgvQ {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #wbgFJh2bbgfFsm2OD6HkUkXtGzHsSpNh {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #JFrNEdcRRM9QqWflNFsQSvRkQI2JhIU2 { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #eneKpKv62QU1wWBXNQRuH8IyhNDtkN4w {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bwgmXLDbtx0syAhThkO78KbffzUTmG0m {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #hQvN9P05ziZylNkTM3MSbX95g4L0fyrw {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #QEghWvogxomqxmN0oCrrPhnZTk4cNoIP {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #Dbxan5gWJAkwDoQtSJ1aFy4Ubmgb6x08 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #F3sMiWSSPJ57Eao3hT7lutcJ3Elu8bcA {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #kLRZB4nD3CV0QxkM7h9O6gTcOltTfq6w {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #IZZbtoO0RTJ3phzq8hhlER9GDvQ5EEZ5 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #aOHV59s9H6SMURVQBVe0aOERkNK4oBPN { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #AD8hyrFS6QfyaPR2mwl57slyWcHaR2as {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #cOmqePcKngecCobwzLhWQJ1CvtqwmBKk {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #KaBnlR85d8SEJOqEIVCJQC1OyRcM2MGq { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #pD24gbzd3r5H5tTs5ktwKJ1fBERkI7TS {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #kKR1TKT4vCh2tprFHwIwy0xfcSEGfrqv {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #l2WgAITTDet4ROQ6ifHOw9xLRlrNGTLk {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #iVGWPh25pfxP4GQNTWKPXxVuGqKC8NaI {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #tZ3TbkCrx6v2iaz7Th1nTBEUHUPr62yc {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bl8BiB3tA1ZaPObzGRzrUdAmuD5XRnhf {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #BTK8ULkTMS6GLB0og7tPJUnNcE3oChqd {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #T23yytw5llXCMPTC30D6kdwl3u5CADpX {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #rRxUngXwciB8IwNhm2fJ08bBqeilfkhk {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #rAvlwHEToMik0ahbkIJ3GLAB9LFTeJtn {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #S8L8Ie9Utoh5XEuToArqnpaq9GzqkIk5 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bnx4yZATTli6TXC8eEC7cNAMVuBhuUWl {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bquaq8CHAKFH9OH0smGTBylIUiSAHcih {  }
 }@media only screen and (max-width: 763px) { #l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g { display:block; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoNlFbgnfVHDQQEaucEeV24JHfLWkJzi { width:35.875rem;height:2.8125rem;top:6.4375rem;left:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFwpBsFoBQJZPEIwsTvdrRwkhvrKAPUZ { width:13.75rem;height:1.6875rem;top:2.5rem;left:16.716022491455rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6JoFFgzaim6B0rJ7LTEz9PfcVtyL7vh { width:37.125rem;height:3.625rem;top:10rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEkizo76wtTay1FEaZlzA8mWnNzpT7Te { width:12.5rem;height:0.0625rem;top:5.5625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TusdnSlMG0Ti9trhkdmGS6LJ9o3MgFUL { width:3.125rem;height:3.125rem;top:3.375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba7RoVLrb8nA89TRXAoVPVRE28oa2ZPD { width:12.5rem;height:0.0625rem;top:5.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMUXu4HPGvh3W8T8WKTCSparUb7ky9ME { width:47.75rem;height:23rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDlqbt7GkuKS0wL8tTsTl7MzhoUin4m6 { width:47.75rem;height:23.0625rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESGfBnlHVJbP7UW19702ZokrCpaRRKXo { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1c4XyX4kcBqVo71LdIw4edLZ0a8fTqA { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5sqIQaN7OGePvdzR9Hl4Txx05ve5AD9 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXdWT2ADN6ySVV7beuaietXopABsk8xC { display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3esQE6mQKxelhJcXfsZZpG7Lkqsem0G { width:10.625rem;height:1.6875rem;top:1.5625rem;left:18.527782440186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4tgK0LrT8FZJx27SMGlc9paTERDuLes { width:33.5rem;height:2.8125rem;top:5.875rem;left:7.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzclFc6iL7BPxnAf8hO5CbpifW8ucCGg { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOakfTLGSnUC6RTB918ZLhiSNaPXS1up { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgnSwcEvcfLBTn9MhMDJySyFNuBUEfhW { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ColWIoKNLZ1gL0M2fSxBik7UTSTcG7A4 { width:12.5rem;height:0.0625rem;top:5.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF7pg4vfRquVdrPCpZgKOiuGK4hEItBE { width:12.5rem;height:0.0625rem;top:5.25rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG4b6dVKATyu32fRTcXFIkg8lsJFMiA4 { width:24rem;height:2.375rem;top:9.25rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu { display:block; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnVFmGWaXCXfEJrc7spiBxLqUFIcu9gy { width:14.6875rem;height:2.0625rem;top:31.875rem;left:16.465526580811rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoL42OBHTvz2H20VFwLDAKtMv55ow65 { display:block; }
 }@media only screen and (max-width: 763px) { #duAS3lsGXGe84TOD6G61uuiK2wbgeFWH { width:47.75rem;height:34.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZluTw1rAf8hGyTpFHwrle71eTD5C3sW { width:47.75rem;height:26.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { display:block; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxR2PyrqOZ0wq7DoF1SyuSqwb1mNxStO { width:47.75rem;height:33.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhg96EOCsTbal94yVSmI09ylgcviinf { width:12.8125rem;height:1.6875rem;top:3.4375rem;left:16.744548797608rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OwbcOyNHkoCZx4kwV1H37sFyieHOgD { width:38rem;height:2.8125rem;top:4.4375rem;left:4.1552619934082rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyzQT12QZl60q9cBqH6PxTreRufJBks { width:24rem;height:2.375rem;top:11.9375rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyxGu9TyVsz0fwIaK2ficXpHJ69U3mtp { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJWZ28InsoirqXWltVRLPyP4LKp93On9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBaWhcWP3xoqwVDH7AphNaGEE6KVvAMg { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WR4uPNuJAdvwNk19Xl2iNPOsBhe32Exn { width:47.75rem;height:33rem;top:11.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO2pnz8svVpi7L9TRb8P40h2vJmS9qGy { width:12.5rem;height:0.0625rem;top:10rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAhyoao33VIQfzq9TqwdMbi0Twmv1oCQ { width:3.125rem;height:3.125rem;top:7.875rem;left:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kua8pBhQW8Nh607VXm7JCNBigELlKUFv { width:12.5rem;height:0.0625rem;top:10rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9wCXxqZiW6crONtip6HI9KaeX7JKKSG { display:block; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQlUo0TPJPZyIDSsxXSrovaDi4KBF7bb { width:12.6875rem;height:1.6875rem;top:2.3125rem;left:18.499256134033rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc73BDDx7aL93xFJpB3xQHcF3Q0bWpe4 { width:38rem;height:2.8125rem;top:6.25rem;left:5.4027824401856rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9x5B0LXTOmIcVhK7q7d1iZhEIM6dR0T { width:47.75rem;height:29.9375rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdWkEKrOVfWmvuZ50HK22p1ykKck2UHa { width:47.75rem;height:28.1875rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #loUGw1v1XdxJWLVCGyV3OpovxdS7nbgM { width:3.125rem;height:3.125rem;top:3.375rem;left:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0SPJSon7Nh2XNwHzndib52wiwEVeTRZ { width:12.5rem;height:0.0625rem;top:5.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VzO931ONUdcFqdAsAAoAIQ0uteM89y { width:12.5rem;height:0.0625rem;top:5.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDc9Fb5m7JBb2G1L7RTOss0HsGT8ZF6E { width:3.125rem;height:3.125rem;top:3.0625rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkxGBMiDCrghTJWQV0Cu66IdfECUuf8e { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWEechGPvaLUd58F8k7NJBrexUutgamu { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpxusns5LCgp4Jshtkg4d15PB6OlB0dJ { width:5.25rem;height:4.3238706158929rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95euufvTp7Hk0VqF7weWgTAWD7DwX92 { width:6.6875rem;height:2.875rem;top:2.625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKVyagr9br0i416H4KmLC3KVXbNqgFa { width:42.75rem;height:1.1875rem;top:3.4375rem;left:2.466194152832rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 { display:block; }#MR5d2vs8D46NeiuV94TJk6ErvMxKa3g3 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZWy3M0tNH196pqeb9xfJwmHOFR25y4b { width:10.8744375rem;height:2.27430625rem;top:0.62624007463456rem;left:4.5614255666733rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-text.counter-number { padding-top:0.231875rem;padding-right:0.209375rem;padding-bottom:0.231875rem;padding-left:0.209375rem;width:1.255rem;min-width:1.255rem;height:1.24625rem;font-size:0.9275rem;line-height:19.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.145rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.674375rem;height:0.491875rem;font-size:0.348125rem;line-height:7.87px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gDITgHey2vzMheyJ09rfQg34REI84aIf { display:flex;width:10.6873125rem;height:2.3465375rem;top:2.8989956378937rem;left:4.5377606153488rem;padding-top:0.113125rem;padding-right:0.1175rem;padding-bottom:0.113125rem;padding-left:0.1175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #JgHB0tKBlJkisiA1VuAAERQ701xlEt4u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #Vik2AQCgr5W1DehM7f4WKr8AIK8Sb3uw {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #scV1rda5vLmFmk9Dllb9yw5tUVPrNFQt {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #E6E8xTnXZOTrT2unsV3vbeVOf0149Ao3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #HKwZtObuBiBynDnhckfCc14B9PkovhIJ {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #gleycaE59ZZavpnQs2The1pHN5610GCB {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #kWw5VKK1ztIzhfk6BozCTf5ApRkdzxzq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #NHqJ63SsrxPGcJd4av3WH75pEU9ZfQMs {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #FTAWTuRhKK5Fiw8h34R43saWTEKmW869 {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #o9NLNOl5fcAisGIJJWV5cE2RAC8X7elS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #l8udiIiMM7O15tc9MHvruEJbTDbp3VFo {  }
 }@media only screen and (max-width: 763px) { #gDITgHey2vzMheyJ09rfQg34REI84aIf #gPBMLR6xqhyBwiBwTSKT9ql42UwyF9ok {  }
 }@media only screen and (max-width: 763px) { #RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 { background-color:#f3efec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { background-color: transparent; background-image: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container > .video-iframe-container { display: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row > .video-iframe-container { display: none; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .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); }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { border-width: 0; border-radius: 0; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhFV1gwuNBlLZlxTFHTK248OCrlQmTh2 > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8TvdF8GDrBH3E5e1I1eklW5gvXa1woF { width:8.75rem;height:3.375rem;top:8.13492248497rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKHQi4gIPcGTcvOMuwus3WnwcLEPUhA9 { display:block; }
 }@media only screen and (max-width: 763px) { #NlXXsaxXQafTgZsTSH0mKLkZNZHFA0Xg { width:8.75rem;height:3.375rem;top:12.75992248497rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0wWWVoCwUNR0NnZbaxm595owkAI2qKq { display:block; }
 }@media only screen and (max-width: 763px) { #xRLwCtZugK2FmbxLEe4BAxtL2trzd8Qu { width:8.75rem;height:3.375rem;top:17.38492248497rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7LIy4CuBuSPqTrsJWVMonefQatLPLWy { display:block; }
 }@media only screen and (max-width: 763px) { #cD3MyQNxGODFRsKMv1nHJ8QitbGTofuy { width:8.75rem;height:3.375rem;top:22.00992248497rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4dymBCm7hvzTr7rXyBkHmTBKrqPVgvX { display:block; }
 }@media only screen and (max-width: 763px) { #nSaqtiHCt7NTcaAQzAORZx24wplcnALH { width:8.75rem;height:3.375rem;top:26.63492248497rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMpTiowbTkZbFa4tkmOppr9oCI3XVbE4 { display:block; }
 }@media only screen and (max-width: 763px) { #lXreADgJtO9Xvqc15DT4iqGvxlNhz4yP { width:15.62375rem;height:0.82465rem;top:1.7968335151673rem;left:2.1837798953056rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTwhMyolAJ1aav52eqzhWf6ihVMTvwox { width:19.99925rem;height:2.21238125rem;top:2.5625rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVbhhRL8VxfKkcNA6zpU9zITTk0rGmMa { width:19.9990625rem;height:1.5rem;top:21.184897720814rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzPe15sfExiCdW3vNL0H8rToIblr5qXt { width:19.9990625rem;height:3rem;top:18.186385452748rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fdAwQLhGLoTWTftDR4K9PUAMRNfF4bPb { width:15.686375rem;height:4.396825rem;top:23.935082733631rem;left:2.5613840818405rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uD19pZlBAZC8dQZpSN4I90TBJCECCHaz { display:flex;width:2.4375rem;height:2.4375rem;top:58rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #te1XnmWLvurZ85a1X0Uts8mtLJfBhWwA { width:3.99925625rem;height:1.2996rem;top:62.4375rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdVhQfWt3qHdlU8VETl7JcWLhfNuB8Nu { width:5.6245375rem;height:1.09920625rem;top:63.8125rem;left:1.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEwcNQ9KGsSlfzI3MuRGXh21L5tDgf6b { width:0.125rem;height:4.375rem;top:57.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkbQmSiSqFHde15QqpBSKQbF5OGNh098 { display:flex;width:2.4375rem;height:2.4375rem;top:57.875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #DEWTh827NVBa4KBKIvhRfPCtSFOv7UCq { width:3.99925625rem;height:0.64988125rem;top:62.4375rem;left:8.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pehtr3VKlv83nFwfTM5fLSUNSW4qswUJ { width:5.99888125rem;height:1.375rem;top:63.6875rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZMvSTrT74gV9kpJePnrWWIQCWMgQuLB { width:3.99925625rem;height:0.64988125rem;top:62.4375rem;left:14.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAg5asBV5F6MBso8vyPQu5b0ToTqWL1x { display:flex;width:2.4375rem;height:2.4375rem;top:58rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #reS4FGfpW8AmbN8QUnJpKyzn6mTHSRFf { width:5.62406875rem;height:2.0625rem;top:63.625rem;left:13.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGbb0k32fZdlgglzH01O5WMJbfVePLD1 { width:0.125rem;height:4.375rem;top:56.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgP5tNzEwSCDtW3VKGtfAGg2QHin2Bi1 { width:18.25rem;height:11.4375rem;top:4.9699125289917rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3krW1NSsPnuwP5zulQIy2UTfQE8IbVL { display:flex;width:2.4375rem;height:2.4375rem;top:67.6875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #Q6iRzbblC64V8JJzTIZRUh9SxiJnl9zE { width:4.49900625rem;height:1.136905rem;top:70.8125rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:.7;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; }
 }@media only screen and (max-width: 763px) { #tDOq7z2qP6fTpDre2SBTNa2fgTutn4kZ { width:5.62251875rem;height:1.09920625rem;top:71.875rem;left:1rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mK2TihK0AXJ1bOI48lTfwMnuK8i47X78 { width:0.124628125rem;height:4.375rem;top:66.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqgPPi0Xq4f7zhLAn8Vm6TlnhSk0PSh { display:flex;width:2.43675625rem;height:2.43675625rem;top:67.6875rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #SnvwQvyXdN1fZWR7sof9HNleWIq8dnl9 { width:3.99925625rem;height:0.64988125rem;top:70.8125rem;left:7.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abc1hUEoKABqgMmIrBx5K9yu5APR5bev { width:5.9982625rem;height:1.375rem;top:71.75rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugHvuBbgKMDlHzgzVfEg8FPsTv2TZ3iT { width:0.124628125rem;height:4.375rem;top:66.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2k5sz098xsLlVQIToRwBLxOunbR0od1 { display:flex;width:2.43675625rem;height:2.43675625rem;top:67.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ScEOWnXCTmXNAa791BoUfTOMQWSuAGpI { width:3.99925625rem;height:0.64988125rem;top:70.75rem;left:14.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPA0qzVyBE6D9wRdLK1Th98HxhXe26vA { width:5.62251875rem;height:0.6875rem;top:71.875rem;left:13.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yi4pLEfLLwDH3t8AxS5biPPDDfXrnpco { width:6.6859375rem;height:2.748325rem;top:75.771949768069rem;left:2.1809895634651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pKCkIuC8Z63xnsgmlXmO5TiGkTLxNtvN { width:0.125rem;height:6.1875rem;top:82.943645219419rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUgA93hNIoSZ1IwsicV3EslbmT2D2GJX { width:18.875rem;height:21.875rem;top:29.249206542969rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-regular-label { display:block;width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-text {padding-top: 0; padding-bottom: 0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-select {padding-top: 0; padding-bottom: 0;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-input-button { width:12.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M  { width:16.25rem;height:auto;top:32.124267578125rem;left:1.1875rem; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M {display:block;}#PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M { width:16.25rem;height:auto;top:32.124267578125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #XfzQI06aqrMG5Eu2tmLgfdCz9SJM3ZI2 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #gwhQPr1fiAI9KTD0ITtNG65b4JZV7l6e { display:block; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #KTh5qUZqm3pTTtctLc4BPezVrxJXT8Ed {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #sOlZkwRKiTybRA0H99akK7ab1q0SIhT3 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #Xvty5SINRpem4Wy8qNOIXx0tu5VMBtk6 { display:none; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #a12ycH0XZkW1cUy26U0wXBJqs1WraHav {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #uiWeUCChHJphFl1FoUUBmU6VavTkDmI0 {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #I7fKSZE62hhBAzKqlDrBH0CDFSq8wGe8 { display:block; }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #nlKVGyrGc2l115nfnOrr9JXTs4FCfsPF {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #JuWsvzlpIK0e3qO1Srqlusqly4DTd9xn {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #ilrWBPMTKoroATE5Zn77oEh7fbEvkqMD {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #w6y1rKgy3yVULC3KyR4u42JRvrRetaoz {  }
 }@media only screen and (max-width: 763px) { #PPGLa1ei5lTs2dXwyK81cVNUtsSbw39M #Fp5vU5EArQVyAMBvfXJBOwEQe2ClVmev {  }
 }@media only screen and (max-width: 763px) { #tdXCp4IW4dZUNhw75gosfqKgMJCwWJzO { width:20rem;height:0.9626125rem;top:31.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHK27vInBGgBU2IBt0PUHgSUGwhBG6pp { width:20rem;height:1.03075625rem;top:30.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCwFTHf42eFuheGzQNP3Zp5m9mRMWfEV { width:18.25rem;height:0.82465rem;top:48.937253952026rem;left:1.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1dx1TUqn2nXC94XTQ2wHA4EK3VhS9KI { display:flex;width:1.25rem;height:1.25rem;top:34.874755859375rem;left:0.93725198507306rem; }
 }@media only screen and (max-width: 763px) { #NWBFlb4QW6N7K0LA18hxnMXRCiqbAV98 { display:flex;width:1.25rem;height:1.25rem;top:37.811279296875rem;left:0.93725198507306rem; }
 }@media only screen and (max-width: 763px) { #b4pGHOuD4pSJGX1nstTrUeNwORDnmB29 { display:flex;width:1.25rem;height:1.25rem;top:41.499267578125rem;left:0.93725198507306rem; }
 }@media only screen and (max-width: 763px) { #dNstSvp1gwMWIwply6s7t030TeP2f3WF { display:flex;width:1.2487625rem;height:1.2487625rem;top:48.692214012146rem;left:3.5146331191063rem; }
 }@media only screen and (max-width: 763px) { #gv30aUVn0TiTIk2W6JgwmZ57GCuXaquT { width:8.6875rem;height:3.375rem;top:2.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBiCDncfrthAcRqyLPyzsRLg1SpbPki0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nzw7I92PkBJqu97sPs0TIcEygNDQF35n { width:6.4371875rem;height:2.9355rem;top:75.300453186038rem;left:11.067057430744rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz8RsuFHNzWTFtePQ8pAA1ZqCbIgzORO { display:flex;width:2.498375rem;height:2.498375rem;top:52.5625rem;left:8.6875rem;font-size:1.75rem;z-index:15056; }
 }@media only screen and (max-width: 763px) { #RAhRRopH5IKndbXfeHfBmL6T4BTtxcL1 { top:54.5625rem;left:11.75rem;width:6.25rem;height:0.123233125rem;z-index:15051;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bg7AwdAMdq1Mu8qhBO3K11Wxb06Uzkns { top:54.625rem;left:1.9375rem;width:6.25rem;height:0.123233125rem;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#f3efec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37.785717010498rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQug1JJL2pqLSaJgVabtGwrPD8GUv11F { width:19.99975rem;height:3.375rem;top:4.9451904296875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WziVDc6ecJtCPQcifS9PhDfrsRCNUcA8 { width:19.99975rem;height:1.1984125rem;top:1.5605163574219rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGCZDEpsn9TMuM4No0Ua2aTcAwQGZLzq { width:17.936625rem;height:4.1984125rem;top:8.8529663085938rem;left:1.0292659401894rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pvAegTLxPJDJ4ch6GilhUTsEBfyFaG2e { width:0.125rem;height:7.125rem;top:25.80956875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqCWVkhTTFe9m7ZypW6fys2ICO0FPIy8 { width:0.125rem;height:7.125rem;top:42.834125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEUmwHAxr1zCzbwXyUXdQTXQgHAmPXiG { width:7.4990625rem;height:2.69940625rem;top:18.12255859375rem;left:1.4980158209801rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nBxNgBGdblxBRztBD7TScURlrBB9x2AB { display:flex;width:2.624625rem;height:2.624625rem;top:14.7470703125rem;left:12.998512685299rem; }
 }@media only screen and (max-width: 763px) { #tbz4iVAgDcpS86W3ocw0EfUpqC5BrUph { width:8.99925rem;height:1.80059375rem;top:18.12255859375rem;left:9.8102678656575rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BqQPzHqSrRaGoUGT9Alq3oglJ0daz7Xf { display:flex;width:2.5623125rem;height:2.5623125rem;top:21.310791015625rem;left:3.9980158209801rem; }
 }@media only screen and (max-width: 763px) { #brD5BwBiJAalzovzPXBAy3fHQUP0Vg4v { width:7.9994375rem;height:1.80059375rem;top:24.4990234375rem;left:1.3727678656578rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RHdTJi2ungvSQ6SbkZ6fSmw3SOhyrHVc { display:flex;width:2.37413125rem;height:2.37413125rem;top:27.028778076172rem;left:13.560267865658rem; }
 }@media only screen and (max-width: 763px) { #dIb24vLZTJCBcGQuxxDDuHRTWpDmXQp9 { width:0.125rem;height:7.125rem;top:88.8307375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JosTbhFFlGzmAd0obD0RW8lEio5gcWJE { display:flex;width:2.1875rem;height:2.1875rem;top:27.06103515625rem;left:4.1852678656578rem; }
 }@media only screen and (max-width: 763px) { #ZwvarZpUIrGRsxWt81zr37UkaFMeRXyT { width:8.5615rem;height:1.80059375rem;top:30.059539794922rem;left:0.96478182077406rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BlfyqTGfbLUfQIy3ZDl3Eyg2kqcLIREH { width:8.1873125rem;height:1.80059375rem;top:30.060791015625rem;left:10.623760640621rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d9bGDKI7eZI9xdmLIyvZKH66qnUhFDOI { width:0.125rem;height:7.125rem;top:71.80618125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhplC6fX59uQCqR9TKeT0ngtgldygEA5 { width:10.1865rem;height:1.80059375rem;top:24.4990234375rem;left:9.6242565512656rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XZ5HM8PQ4pcIe0pJ3AligMMgTDaMouew { display:flex;width:2.81156875rem;height:2.81156875rem;top:21.185546875rem;left:13.311012685299rem; }
 }@media only screen and (max-width: 763px) { #iw3NlnEyyFUE12BokKqoG8lSFSlw01ud { width:20rem;height:7.0625rem;top:37.341704368591rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWuzFdMNuIG4x86VDRJBut0W6vPl9H3F { width:11.329795rem;height:1.76692625rem;top:33.897583007812rem;left:4.278273999691rem;font-size:0.9375rem;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;color:rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybMew6C7TrlGHMVh90zQ93hbWZPLdcT6 { display:block; }
 }@media only screen and (max-width: 763px) { #KeybLFtLqb5BpfuxPp7xRUZunRpwksTu { width:11.9375rem;height:4.4375rem;top:10.00279045105rem;left:2.2498141527176rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z86RCP2G6lQpxRLgbJwqhZRA67ZGN7q6 { width:2.875rem;height:2.2022252840788rem;top:14.956604003906rem;left:3.9980158209801rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #z3h8RJIgW87n5eONz5zdquZaIxwLDTUz { display:flex;width:2.75rem;height:2.75rem;top:35.035980224609rem;left:8.6210321784019rem; }
 }@media only screen and (max-width: 763px) { #kL7lfTRTxbVt41Veds5AtFv0FS6ZOTGc { display:flex;width:2.4987625rem;height:2.4987625rem;top:2.3125rem;left:8.6875rem;font-size:1.75rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #VienTC3RSErZ3Xnzv2DkTSIaV0kp67cc { top:4.3125rem;left:11.75rem;width:6.25rem;height:0.124008125rem;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SpxdSD3lkXZNL3DTuBGZnu804lLfHxL9 { top:4.375rem;left:1.9375rem;width:6.25rem;height:0.124008125rem;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tWmL2EgdwdsAba6IIvkdNOWXElz4m07W { background-color:#f3efec;background-image:none;display:block; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container { background-color: transparent; background-image: none; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container > .video-iframe-container { display: none; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row > .video-iframe-container { display: none; }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .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); }#tWmL2EgdwdsAba6IIvkdNOWXElz4m07W > .row .container { width:20rem;height:27.645835876465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGozaTWtEvVvNuDhtEHEBHiAaFp4VbTn { width:14.2496875rem;height:6.2986rem;top:14.118316650391rem;left:2.872023999691rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EPUZubG1R9GluJ6DPp7RBFn3fABtyIAx { width:19.999375rem;height:1.1984125rem;top:1.5766363143921rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSqtUP8H95yA8g8FJCg4vSVRxbeTUs9o { width:19.999375rem;height:3.375rem;top:5.3720397949219rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz47EIDCXd2kXVodlJ0K3Cucs4vCPf3S { width:17.4971875rem;height:3.1488125rem;top:9.7891845703125rem;left:1.2475199103356rem;font-size:0.875rem;text-align:justify;text-align-last:initial;text-shadow:0.125rem 0.0625rem 0.625rem #fffadf;display:block; }
 }@media only screen and (max-width: 763px) { #CytfLeFSyJPFDMmLoryfmt7GtgiXDt5a { top:12.127214063233rem;left:3.9439077978796rem;width:15.9375rem;height:10.5625rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vbyfe1XDvfLP98oIGUGffy1bv80LD0QD { width:11.25rem;height:1.875rem;top:23.586059570312rem;left:4.3712801337242rem;font-size:0.9375rem;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;color:rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkHOBziOrT6ThidDnmWl5yIrg4ATOyAV { display:block; }
 }@media only screen and (max-width: 763px) { #HSIngKeiZgR2VgOwtQDkAC0raLTUcFRR { display:flex;width:2.75rem;height:2.75rem;top:24.896820068359rem;left:8.6210321784019rem; }
 }@media only screen and (max-width: 763px) { #eTnEfT8IueUHot10EfuiTteamVDRHofr { top:4.125rem;left:11.75rem;width:6.25rem;height:0.124008125rem;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lN1d2n7FHVVC5oZV0D5mPunHF1Q6mmR3 { display:flex;width:2.4987625rem;height:2.4987625rem;top:2.125rem;left:8.6875rem;font-size:1.75rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #HsHurTAcGgOsLeycTQEBAQXoh68B3FqC { top:4.1875rem;left:1.9375rem;width:6.25rem;height:0.124008125rem;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container { background-color: transparent; background-image: none; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container > .video-iframe-container { display: none; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row > .video-iframe-container { display: none; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .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); }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container { border-width: 0; border-radius: 0; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpqtXVxlZ3vB90Ldv6CRvVvMeLzeUc16 > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saIwcoR2wiuLNmVfRGHRzCbE850QzPqx { width:19.998625rem;height:3rem;top:4.6230163574219rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TMWQtZiQk93bKd2xwA8qbnpA4UbgRD03 { width:19.99975rem;height:1.1984125rem;top:1.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VueXDXoO2gXWIwh6yzn0zrufOomBkEdt { width:10rem;height:18.3119375rem;top:43.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQJqXb4zoSoXftkoT4F3rA6GK4IisDe { width:10rem;height:18.3116875rem;top:25.561767578125rem;left:9.9987606406212rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMFr0n8pDkdvTAp3W1t6V34gNJ3lZHEO { width:10rem;height:18.3105625rem;top:25.561767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3kVKCQJVKozLTtGeogLcN0neCSrZmVG { width:20rem;height:28.125rem;top:162.4537517395rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9ltMP5VtSHkhe4X55PhN9DNNbS74bEP { width:10.0625rem;height:18.3125rem;top:62.124267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvfUN57mfHOebgHo58IrC3NlR2QzUWfn { width:10rem;height:18.3125rem;top:43.81201171875rem;left:9.9987606406212rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTarr0yD36bk1hbidGTWcgmQTOcUkRp9 { width:10rem;height:18.3125rem;top:62.124267578125rem;left:10.062004506588rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fzt5GxmJ7iZeWO1G34wM6Dl5mKnRwcqU { width:10rem;height:18.3125rem;top:80.4365234375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #P38WKXQTxxJuV3451uPFAHN1sTGKhTMU { width:10rem;height:18.3119375rem;top:80.4365234375rem;left:9.9987606406212rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LuT2mVA6HTVAzVNvUhmeemprscUSAP0F { top:6.9927978515625rem;left:0rem;width:20rem;height:14.8735rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WwuX6h4vSek4w6wadDKqsiumvg0J2MhF { top:4rem;left:11.75rem;width:6.25rem;height:0.124008125rem;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DqsGSQxmp1a3hTzqJg8Tak53Sszoi5d4 { display:flex;width:2.4987625rem;height:2.4987625rem;top:2rem;left:8.6875rem;font-size:1.75rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #eUacZXNdBR4DWTsA08oBUkxAwffzSfiG { top:4.0625rem;left:1.9375rem;width:6.25rem;height:0.124008125rem;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #osPTesl6CIKfUsa65v23yUinycM3d9nN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { background-color: transparent; background-image: none; }#osPTesl6CIKfUsa65v23yUinycM3d9nN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container > .video-iframe-container { display: none; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row > .video-iframe-container { display: none; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .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); }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { border-width: 0; border-radius: 0; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osPTesl6CIKfUsa65v23yUinycM3d9nN > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WplHQHm1LQ853fzMfgzFQvnvJKloXpuS { width:19.9990625rem;height:3.375rem;top:16.186737060547rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #rFl4hcqdPGu97f8bIvA3ihVmcGq1PTf3 { width:19.99875rem;height:1.1984125rem;top:13.002232551575rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #shA5dW5DUVxo2PSZDsVnuHuOil6ab0bl { width:4.6875rem;height:4.6875rem;top:36.624725341797rem;left:2.8122673630714rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nzGNMtO35atfEnOo6PkpeeKWNcuNGRJX { display:flex;width:2.18733125rem;height:2.18733125rem;top:37.874492645264rem;left:4.0620349049568rem; }
 }@media only screen and (max-width: 763px) { #X5bx46Ree21ZBbKs8lZClaxI9aULN9cQ { width:4.6875rem;height:4.6875rem;top:26.499267578125rem;left:12.498760640621rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WFqrTH4CshEGJUDT81JbD4l0eMJGf1R7 { display:flex;width:2.5rem;height:2.5rem;top:27.560760498047rem;left:3.9360122084617rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hTNsA9EL2B3XWcu2qBZO2GBrTCa3EALK { width:4.6875rem;height:4.6875rem;top:26.499267578125rem;left:2.8112599253654rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yzFkGVfBSUHJueOUpddcr51yKcKbiGiX { display:flex;width:2.4375rem;height:2.4375rem;top:27.623992919922rem;left:13.623512685299rem; }
 }@media only screen and (max-width: 763px) { #PDXKtemAlOp5NouJwdlZ81nuWuDOOHG8 { width:4.6875rem;height:4.6875rem;top:36.874675750733rem;left:12.311662495136rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MzliNgE4Bkrd1IO8FSb1ivfCzsukyHDZ { width:8.1245rem;height:1.80059375rem;top:42.312038421631rem;left:1.1242094635964rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wi1q1Gl1AgTA1QDtV23sPNEAcTIJFSBt { width:8.4373125rem;height:2.69940625rem;top:44.061710357666rem;left:0.93703490495681rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EpQlDTJTxNSetvPh7GVENSstKpfTFxiD { width:8.4373125rem;height:1.80059375rem;top:33.624118804932rem;left:10.624767124653rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MWQItM5hoD7RCZn1Mo3Q8fNSRhJqyeIv { width:8.0619375rem;height:1.80059375rem;top:31.874443054199rem;left:10.811941921711rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yE8rc7n9prIAXJmk08vyRzOI6FipyofM { width:7.9368125rem;height:1.80059375rem;top:33.624118804932rem;left:1.1869884133339rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TTUOkqDb95A7ExpzXBs2vLU59InZtVCp { width:8.6241875rem;height:1.80059375rem;top:31.874443054199rem;left:0.87425595521925rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sRXNIcOQ0DJbqa3OeZn02obqNmwGkxcW { width:8.499875rem;height:1.80059375rem;top:42.249259948731rem;left:10.624767124653rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #meZMUCeiaUEFUq0yK9TG1QPrbDi4w9sn { width:8.249625rem;height:2.69940625rem;top:43.998931884766rem;left:10.561988651753rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sUdVTzd62VEtwPnQqZa5TQ22vpD8n4fJ { width:11.422075rem;height:1.8600375rem;top:48.560476303101rem;left:4.2793072462082rem;font-size:0.9375rem;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;color:rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q33Nsk1u49Ox3So2qitaXnoRbX4JNwKe { display:block; }
 }@media only screen and (max-width: 763px) { #go7tlmimOvl2Z5fhy3cLy1Ac27H8t8bK { width:17.24925rem;height:5.24801875rem;top:20.436492919922rem;left:1.3740078806877rem;font-size:0.875rem;text-align:justify;text-align-last:initial;text-shadow:0.125rem 0.0625rem 0.625rem #fffadf;display:block; }
 }@media only screen and (max-width: 763px) { #wuP9LU3N4fMkz6OzRFs2RlqNFXgl8xCn { width:2.875rem;height:2.0794258363023rem;top:38.187225341797rem;left:13.124302685261rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #uF7MRTT90qTNEsx05UM2bUJRUHkTbISs { top:0.93136596679688rem;left:0rem;width:20rem;height:11.1875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #r8tJRQ7eXquXrQsMdfW6zKOmDTqFbS3X { display:flex;width:2.749875rem;height:2.749875rem;top:49.684814453125rem;left:8.6216515302656rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBTZROuKVMgiQzSXuiMKamztcoBAx5bt { display:flex;width:2.4987625rem;height:2.4987625rem;top:13.8125rem;left:8.6875rem;font-size:1.75rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #DeP6II2rrOorAVuHTLMdCSN63sXGrQTk { top:15.875rem;left:1.9375rem;width:6.25rem;height:0.124008125rem;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n6xLerE4XfeVgK1XWwg5w1eJiX9qlKKG { top:15.8125rem;left:11.75rem;width:6.25rem;height:0.124008125rem;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP { background-color:#fafaf8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { background-color: transparent; background-image: none; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container > .video-iframe-container { display: none; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row > .video-iframe-container { display: none; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .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); }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { border-width: 0; border-radius: 0; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IxV8KQIN4UIUwGk9dMX52qIHttXa8XgP > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4PNKsABNAoTLD7A2BWEB7ugyIU4009c { width:20rem;height:36.875rem;top:8.32124375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmXCJdUJg7yRI9IM3uhSqKAPpoABsaoI { width:20rem;height:1.1984125rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeRbidGEpnrTbynTDsSLnev2GTCgAzg3 { width:17.8745rem;height:3.375rem;top:4.9915676116943rem;left:1.0590278506279rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGZ5Cyhb0SuXXPyJSX0g1kAZB0tetbB5 { top:8.8665676116944rem;left:0rem;width:20rem;height:38.2468125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mJEyA9xp5B1chllyBn9pg2B2BL88DxQn { width:11.034045rem;height:1.65903875rem;top:68.745040893556rem;left:4.4357642531395rem;font-size:0.9375rem;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;color:rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSpfOcpNeDn5EDtp9eiBLrpF2lTfCiu3 { display:block; }
 }@media only screen and (max-width: 763px) { #f1186dSBtUffXrn9Ar2WDvmdUZ05Vh1o { width:20rem;height:1.6488125rem;top:66.309524536131rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #flZv9R1Z4eeUaucy4rdT7SluM5NaBOq1 { top:4.3125rem;left:11.75rem;width:6.25rem;height:0.124008125rem;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vbp8V7XcKVOLZfvWkAtzQHFfsHGUwNl7 { top:4.375rem;left:1.9375rem;width:6.25rem;height:0.124008125rem;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s3HB8KZRTEqIuaeVL3Ebq9BwZ7e63DB8 { display:flex;width:2.4987625rem;height:2.4987625rem;top:2.3125rem;left:8.6875rem;font-size:1.75rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 { background-color:#fafaf8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { background-color: transparent; background-image: none; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container > .video-iframe-container { display: none; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row > .video-iframe-container { display: none; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .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); }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { border-width: 0; border-radius: 0; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMPWAV5oHJSWq2QXIKtfhKguLzIw4rq7 > .row .container { width:20rem;height:113.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exvzgs6MDRGkwx35sHoh5Jxc2Eawb7XU { width:20rem;height:43.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUrQ4OmLq6Oz9i2DIlkfbGKmPTqzUJNs { top:7.3722839355469rem;left:0rem;width:20rem;height:97.311875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iMTTDbtpsKh8kMhLPP22uPKqeoNxcic0 { width:20rem;height:1.1984125rem;top:1.1867980957031rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyFcUNmooosrAZ0cM0gIyyDVc4f0MfLV { width:19.99875rem;height:3.375rem;top:4.8705444335938rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFeJbJySfHtzTqL7Q686TsDgfq6KoJeQ { display:flex;width:3.125rem;height:3.125rem;top:103.68399169922rem;left:8.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3swBloRPZ6gT8gT0kVDXCAEHS9mXLCU { width:12.5rem;height:0.0625rem;top:4.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J98SOFqPxtJzGmxvS7BTVWbZOStaxNVp { width:12.5rem;height:0.0625rem;top:4.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGmNvlwcs3H58iBUI1xIelycJC6mmvOT { top:4.0617599487305rem;left:11.74975246191rem;width:6.25rem;height:0.124008125rem;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N9TfTdBBtXLFfii0Ss4pLBptyCDEPXFb { top:4.1237640380859rem;left:1.9370040297508rem;width:6.25rem;height:0.124008125rem;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xhNbqMoQbxih9h9TSLW1CoNOErLg36nt { display:flex;width:2.4987625rem;height:2.4987625rem;top:2.0615081787109rem;left:8.6867565512656rem;font-size:1.75rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #UvOTUuPwyHPsgtfyR40MpXzDOUXZivdH { width:14.875rem;height:2.1875rem;top:109.43204689026rem;left:2.5582837462425rem;font-size:0.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1UF42xiGbpqc2mTM3JJ1NdnKZVFN8Ja { display:block; }
 }@media only screen and (max-width: 763px) { #z69pTnOiTcUGZlWT3di0Nh72Iidb465e { display:block; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e { background-color: transparent; background-image: none; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container > .video-iframe-container { display: none; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row > .video-iframe-container { display: none; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .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); }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e { border-width: 0; border-radius: 0; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#z69pTnOiTcUGZlWT3di0Nh72Iidb465e > .row .container { width:20rem;height:73.625rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doIWuSh9B81Muq4u0sTX0ghh2NdJfL6F { width:19.99975rem;height:3.375rem;top:2.7895755767823rem;left:0.024972110986709rem;font-size:1.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #sUB7pxIwQSquFxTSx2pEIEaaH2HtNbmd { width:19.99975rem;height:1.1984125rem;top:1.5456199645996rem;left:0.024972110986709rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FFX9b8S9VPAmdHd9bGiZDlDDfQMfhJMP { width:16.936375rem;height:2.4484125rem;top:7.6962423324588rem;left:1.5299478173256rem;font-size:0.875rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-tertiary-0),1);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w3pd5xxRe2KgkrAcBmO1UNpT3IfLBxCF { width:15.625rem;height:3.125rem;top:11.6875rem;left:2.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yqwGiwMCmG7hZGfutInJOXruidXZyNcR { width:18.3745rem;height:0.75rem;top:13rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #kMV5stvJsVmcTU5CVl3ZhuTukT2qyyh0 { width:16.374875rem;height:0;top:62.998138427738rem;left:2.2106119692326rem;font-size:0.875rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-secondary-0),1);line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;text-align:center;text-align-last:center;font-size:0.8125rem;overflow:hidden;height:auto;font-weight:400;font-style:normal; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-text {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem;font-size:0.875rem;overflow:hidden; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-select {padding-top: 0; padding-bottom: 0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:3.25rem;line-height:1;overflow:hidden;font-size:1.125rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:first-of-type{padding-top:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-container:last-of-type{padding-bottom:0;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M  { width:16.25rem;height:auto;top:23.186388073731rem;left:0.68708166317938rem;z-index:14991; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M .widget-info-text { text-align:left;text-align-last:left;font-size:0.8125rem;overflow:hidden;height:auto;line-height:1; }
#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M {display:block;}#e3MZescU73Fuf4WrmcI5C94rsGqBVz6M { width:16.25rem;height:auto;top:23.186388073731rem;left:0.68708166317938rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #oWul4mREp8zC0vElcciMqrubroCDIW5T {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #TbiNKeyB7cyZbladtcdN6Dvg02RAagR7 { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ASdTvmV3yLZPJT3ENrH7KL3smL2WqENe {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WM8tV9p6IMMX4GaTS5tlRQQ5d1FCeo9k {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #BQeNOQmPpMunV9i7m5ffvNiKgpUpDpwe { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #amMTBfGpubZpRftRP0tgZd27fJQJ8zZI {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ptR0MnbQ0TampiX3dh7bGDTGPt2AP58w {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IyoFpPzaWiRZNo8dwltPIREHFzraiVZy { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #u5D4G4XgCsPgtxUEesC3mPxlTrhL29OO {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #WOWnwfUwicx1BHGyl6XQuXLOZHzAvBq4 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #ecGKIdWXTyMGzt25hqsx9pT5EibCptw1 { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #y8thfusaAyTGzBT7e3ugTwIbbw0bdxMZ {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #SbeQSsesDoClJbQ7nVpPIuMAcsOSZA8n {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #rIChVTIXn2RGsT5A9AbSb8iiToNwW4yC { display:block; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #T0IwtFqsrKU2fHUyV0So4mMxtX22ElC4 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #pU9oU6TH6kdK1h9W8MsckgduALeKKC27 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #cbuTG7F4PKnFHsDeJuaHpWp62spisdSx { display:none; }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bpTRO9ZRetOUf3yiemMvFcX4R7BL0C3w {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #m9J8REI3ULgKpt9vmVy0ThudGs4eVzbZ {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #qqBqu86WnssTRb5norEyi5dNaPFcggDE {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #neyTuat28pSUuzNWFP92o6z7JTTwr4Re {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #TDqqUEUQFiUe2AgfLfVLRRWQRPTLLWMs {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #DCDlVxkkEkSuo4eIbnoAupbggtriqMXw {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #DJI0tENp9myBEAufyOR5113hDqdauhgM {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IUs4pLLraxuJFtDUtrRHi8zDiZCqbhRw {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #Q88CoGBzkK45XHNHKZk6TyoOAT0sXV88 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #bFEbAtNuWArie5PERPux5p8JgRJgu8g0 {  }
 }@media only screen and (max-width: 763px) { #e3MZescU73Fuf4WrmcI5C94rsGqBVz6M #IunENGir5eN9yh6qtw58fdPi6J4CfuyZ {  }
 }@media only screen and (max-width: 763px) { #iWq8W8itAyErQzymLIcrJTDHKbBiBcvW { width:15.625rem;height:3.125rem;top:15.875rem;left:2.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bAK8ISFgIDg1pXxK0T62i7rtwtBtUXNh { width:18.3745rem;height:0.75rem;top:17.125rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #x0knNqBJoiaGy1GBdX9PgCOu1cqXuGg5 { width:19.998625rem;height:1.22420625rem;top:24.047245979309rem;left:0.024972110986709rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZswFJ1STmOLMrt7c6QmUPbw06cquthNr { width:16.9375rem;height:2.43650625rem;top:20.5rem;left:1.4375rem;font-size:0.9375rem;z-index:14999;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;text-align:center;text-align-last:center;font-size:0.8125rem;overflow:hidden;height:auto;font-weight:400;font-style:normal; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-text {padding-top: 0; padding-bottom: 0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.8125rem;font-size:0.875rem;overflow:hidden; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-select {padding-top: 0; padding-bottom: 0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:3.25rem;line-height:1;overflow:hidden;font-size:1.125rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-container:first-of-type{padding-top:0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-container:last-of-type{padding-bottom:0;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e  { width:16.25rem;height:auto;top:25.319102287292rem;left:0.67136350274087rem;z-index:14992; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e .widget-info-text { text-align:left;text-align-last:left;font-size:0.8125rem;overflow:hidden;height:auto;line-height:1; }
#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e {display:block;}#bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e { width:16.25rem;height:auto;top:25.319102287292rem;left:0.67136350274087rem;z-index:14992; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #OVxBHkTqDTo5SLCsB3F6uBcux0WhK4k1 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bbtSXp59uuRk5TBdm1oLSqzVM2EUidAO { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #ZTXSoM1xdZUbTzG22PSCgusAFWRbKgvQ {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #wbgFJh2bbgfFsm2OD6HkUkXtGzHsSpNh {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #JFrNEdcRRM9QqWflNFsQSvRkQI2JhIU2 { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #eneKpKv62QU1wWBXNQRuH8IyhNDtkN4w {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bwgmXLDbtx0syAhThkO78KbffzUTmG0m {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #hQvN9P05ziZylNkTM3MSbX95g4L0fyrw { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #QEghWvogxomqxmN0oCrrPhnZTk4cNoIP {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #Dbxan5gWJAkwDoQtSJ1aFy4Ubmgb6x08 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #F3sMiWSSPJ57Eao3hT7lutcJ3Elu8bcA { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #kLRZB4nD3CV0QxkM7h9O6gTcOltTfq6w {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #IZZbtoO0RTJ3phzq8hhlER9GDvQ5EEZ5 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #aOHV59s9H6SMURVQBVe0aOERkNK4oBPN { display:block; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #AD8hyrFS6QfyaPR2mwl57slyWcHaR2as {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #cOmqePcKngecCobwzLhWQJ1CvtqwmBKk {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #KaBnlR85d8SEJOqEIVCJQC1OyRcM2MGq { display:none; }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #pD24gbzd3r5H5tTs5ktwKJ1fBERkI7TS {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #kKR1TKT4vCh2tprFHwIwy0xfcSEGfrqv {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #l2WgAITTDet4ROQ6ifHOw9xLRlrNGTLk {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #iVGWPh25pfxP4GQNTWKPXxVuGqKC8NaI {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #tZ3TbkCrx6v2iaz7Th1nTBEUHUPr62yc {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bl8BiB3tA1ZaPObzGRzrUdAmuD5XRnhf {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #BTK8ULkTMS6GLB0og7tPJUnNcE3oChqd {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #T23yytw5llXCMPTC30D6kdwl3u5CADpX {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #rRxUngXwciB8IwNhm2fJ08bBqeilfkhk {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #rAvlwHEToMik0ahbkIJ3GLAB9LFTeJtn {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #S8L8Ie9Utoh5XEuToArqnpaq9GzqkIk5 {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bnx4yZATTli6TXC8eEC7cNAMVuBhuUWl {  }
 }@media only screen and (max-width: 763px) { #bpStSmZGbaIa8kkwUV3pZHrLULb7zh4e #bquaq8CHAKFH9OH0smGTBylIUiSAHcih {  }
 }@media only screen and (max-width: 763px) { #l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g { display:block; }#l59hLWxVXWPOJwXmoxbmKMzf1PVhNS8g > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoNlFbgnfVHDQQEaucEeV24JHfLWkJzi { width:17.49875rem;height:3.375rem;top:5.1216583251953rem;left:1.2462798655033rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFwpBsFoBQJZPEIwsTvdrRwkhvrKAPUZ { width:19.99875rem;height:1.1984125rem;top:1.4973907470703rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N6JoFFgzaim6B0rJ7LTEz9PfcVtyL7vh { width:18.125rem;height:6.12103125rem;top:9.1145839691163rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JEkizo76wtTay1FEaZlzA8mWnNzpT7Te { width:12.5rem;height:0.0625rem;top:5.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TusdnSlMG0Ti9trhkdmGS6LJ9o3MgFUL { display:flex;width:2.5rem;height:2.5rem;top:1.8675594329834rem;left:8.4356401264669rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba7RoVLrb8nA89TRXAoVPVRE28oa2ZPD { width:12.5rem;height:0.0625rem;top:5.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMUXu4HPGvh3W8T8WKTCSparUb7ky9ME { width:20rem;height:23.0625rem;top:20.021081176758rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDlqbt7GkuKS0wL8tTsTl7MzhoUin4m6 { width:20rem;height:23.06175rem;top:17.330728530884rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ESGfBnlHVJbP7UW19702ZokrCpaRRKXo { display:flex;width:2.4981375rem;height:2.4981375rem;top:2.5rem;left:8.75rem;font-size:1.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #W1c4XyX4kcBqVo71LdIw4edLZ0a8fTqA { top:4.5rem;left:11.8125rem;width:6.2481375rem;height:0.122768125rem;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u5sqIQaN7OGePvdzR9Hl4Txx05ve5AD9 { top:4.5625rem;left:2rem;width:6.2481375rem;height:0.122768125rem;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zXdWT2ADN6ySVV7beuaietXopABsk8xC { display:block; }#zXdWT2ADN6ySVV7beuaietXopABsk8xC > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3esQE6mQKxelhJcXfsZZpG7Lkqsem0G { width:10.62475rem;height:1.1984125rem;top:1.561767578125rem;left:4.686260163784rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4tgK0LrT8FZJx27SMGlc9paTERDuLes { width:19.99875rem;height:1.6875rem;top:5.3110046386719rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzclFc6iL7BPxnAf8hO5CbpifW8ucCGg { top:4.5615234375rem;left:1.9370040297508rem;width:6.25rem;height:0.125rem;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wOakfTLGSnUC6RTB918ZLhiSNaPXS1up { display:flex;width:2.5rem;height:2.5rem;top:2.499267578125rem;left:8.6867565512656rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #PgnSwcEvcfLBTn9MhMDJySyFNuBUEfhW { top:4.49951171875rem;left:11.74975246191rem;width:6.25rem;height:0.124008125rem;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ColWIoKNLZ1gL0M2fSxBik7UTSTcG7A4 { width:12.5rem;height:0.0625rem;top:65.311258178713rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dF7pg4vfRquVdrPCpZgKOiuGK4hEItBE { width:12.5rem;height:0.0625rem;top:70.324158178712rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG4b6dVKATyu32fRTcXFIkg8lsJFMiA4 { width:18.249rem;height:2.4484125rem;top:7.5599975585938rem;left:0.87177580595019rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu { display:block; }#bWnBWDCSUcqkTXdHwCQmwbHksf5W59Uu > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnVFmGWaXCXfEJrc7spiBxLqUFIcu9gy { width:14.8011025rem;height:2.17584625rem;top:26.453373908997rem;left:2.5979663729667rem;font-size:0.9375rem;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;color:rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoL42OBHTvz2H20VFwLDAKtMv55ow65 { display:block; }
 }@media only screen and (max-width: 763px) { #duAS3lsGXGe84TOD6G61uuiK2wbgeFWH { width:19.99875rem;height:25rem;top:0.18504142761231rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #SZluTw1rAf8hGyTpFHwrle71eTD5C3sW { width:20rem;height:26.875rem;top:29.877240039062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C { display:block; }#NsFh1SOqqXRev4iN1EV1eg7HJ09nDA7C > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxR2PyrqOZ0wq7DoF1SyuSqwb1mNxStO { width:19.99875rem;height:33.0605rem;top:8.3727455139163rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rXhg96EOCsTbal94yVSmI09ylgcviinf { width:12.81125rem;height:1.1984125rem;top:2.0015258789062rem;left:3.5912699103356rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g6OwbcOyNHkoCZx4kwV1H37sFyieHOgD { width:19.99875rem;height:1.6875rem;top:4.747802734375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btyzQT12QZl60q9cBqH6PxTreRufJBks { width:16.811375rem;height:2.4484125rem;top:6.935302734375rem;left:1.5910219550133rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dyxGu9TyVsz0fwIaK2ficXpHJ69U3mtp { top:4.06201171875rem;left:2.4367560744286rem;width:5.625rem;height:0.125rem;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gJWZ28InsoirqXWltVRLPyP4LKp93On9 { display:flex;top:2.748779296875rem;left:9.0612606406212rem;width:1.875rem;height:1.875rem;z-index:15033;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GBaWhcWP3xoqwVDH7AphNaGEE6KVvAMg { top:4.06201171875rem;left:11.937004506588rem;width:5.625rem;height:0.125rem;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WR4uPNuJAdvwNk19Xl2iNPOsBhe32Exn { width:20rem;height:33rem;top:46.685247924804rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #dO2pnz8svVpi7L9TRb8P40h2vJmS9qGy { width:12.5rem;height:0.125rem;top:44.80903515625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAhyoao33VIQfzq9TqwdMbi0Twmv1oCQ { display:flex;width:3.125rem;height:3.125rem;top:46.18403515625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kua8pBhQW8Nh607VXm7JCNBigELlKUFv { width:12.5rem;height:0.0625rem;top:50.55903515625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9wCXxqZiW6crONtip6HI9KaeX7JKKSG { background-color:#fafaf8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { background-color: transparent; background-image: none; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container > .video-iframe-container { display: none; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row > .video-iframe-container { display: none; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .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); }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { border-width: 0; border-radius: 0; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9wCXxqZiW6crONtip6HI9KaeX7JKKSG > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQlUo0TPJPZyIDSsxXSrovaDi4KBF7bb { width:19.99875rem;height:1.1984125rem;top:1.4352679252624rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gc73BDDx7aL93xFJpB3xQHcF3Q0bWpe4 { width:19.99875rem;height:1.6875rem;top:4.8226690292358rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9x5B0LXTOmIcVhK7q7d1iZhEIM6dR0T { width:20rem;height:28.1875rem;top:4.8100477539063rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #SdWkEKrOVfWmvuZ50HK22p1ykKck2UHa { width:19.99875rem;height:29.99875rem;top:6.9957847595212rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #loUGw1v1XdxJWLVCGyV3OpovxdS7nbgM { display:flex;width:3.125rem;height:3.125rem;top:36.432282714844rem;left:8.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0SPJSon7Nh2XNwHzndib52wiwEVeTRZ { width:12.5rem;height:0.0625rem;top:5.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2VzO931ONUdcFqdAsAAoAIQ0uteM89y { width:12.5rem;height:0.0625rem;top:5.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDc9Fb5m7JBb2G1L7RTOss0HsGT8ZF6E { display:flex;width:2.4987625rem;height:2.4987625rem;top:2.25rem;left:8.6875rem;font-size:1.75rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #fkxGBMiDCrghTJWQV0Cu66IdfECUuf8e { top:4.25rem;left:11.75rem;width:6.25rem;height:0.124008125rem;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KWEechGPvaLUd58F8k7NJBrexUutgamu { top:4.3125rem;left:1.9375rem;width:6.25rem;height:0.124008125rem;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FigVDCvZM6sAcTELqVy0DLidGyUAEBJT { display:block; }#FigVDCvZM6sAcTELqVy0DLidGyUAEBJT > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpxusns5LCgp4Jshtkg4d15PB6OlB0dJ { width:5.25rem;height:4.3238706158929rem;top:0.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95euufvTp7Hk0VqF7weWgTAWD7DwX92 { width:6.6875rem;height:2.875rem;top:1.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLKVyagr9br0i416H4KmLC3KVXbNqgFa { width:15.24925rem;height:2.4484125rem;top:4.6865386962891rem;left:2.3735121488571rem;font-size:0.875rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-tertiary-0),1);line-height:1.4;display:block; }
 }