.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,228;--color-primary-1:254,236,166;--color-primary-2:252,216,77;--color-primary-3:126,108,39;--color-primary-4:38,32,12;--color-secondary-0:222,223,223;--color-secondary-1:144,147,148;--color-secondary-2:33,39,40;--color-secondary-3:17,20,20;--color-secondary-4:5,6,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { 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;position:relative;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); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65cf6fdc-d40e-4d62-8e45-d55f3436efe7/SKYRES3BRBG.jpg");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; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA.adaptive-delivery-prevent-bg, #uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA.lazyload, #uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA.lazyloading { background-image: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { background-color: transparent; background-image: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.41); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container > .video-iframe-container { display: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.41); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row > .video-iframe-container { display: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .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); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { border-width: 0; border-radius: 0; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA::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; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#IB8mtkgydGSMWZf9HyhVxmFvXmNRTQ9S { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:7.6236875rem;width:17.6236875rem;top:9.625rem;left:49.437503814698rem;overflow:hidden;display:block; }
#oQoMRlFt7CesqZXT5938uBkw8B2A9wgt { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.833333969116rem;left:49.437503814698rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmcfW1TxZBD9VLbmu71iydJAWpDwCaxH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.41);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:29.9375rem;width:30.9375rem;top:22.125rem;left:43.5625rem;display:block; }
#uoVKdOGbx2DlmopI6A973Tk8It7p6DPx { color:rgba(var(--color-primary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.3125rem;font-weight:700;z-index:14998;line-height:.5;letter-spacing:0;top:28.046875rem;left:2.71875rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwfT3za4HBxPxPhMzzWDF04mLEW0Kkdf { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.427734375rem;left:11.4375rem;height:2.1937125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TaNFrw9ZJ7FKF7b3vuET0DaSVrB1IbKO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:16.087890625rem;left:4.625rem;height:2.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NmiZWz5e9ibTNiLaPkVvxyJKroSRaqNe { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:20.1875rem;left:2.625rem;height:5.550425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbVyMGMtWKqJq1r3UCbGzef7F3ofGVFh { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.625rem;width:22.375rem;top:49.349609375rem;left:2.71875rem;display:block; }
#eBP71XExKT74eTIxmKLC2zdoBLWaUIuk { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.625rem;width:22.3125rem;top:15.625rem;left:2.75rem;display:block; }
#iNAPnKI89fJMmVwWzN231LTNTc4OQ3SA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:29.97216796875rem;left:2.71875rem;height:4.7109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tnzidmqe0TXRTIhTwtxsg4WTqE9woBmg { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:35.8076171875rem;left:2.625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AV6gZIuSiAovWxnTyaV3knKcUGc9Lvy2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:42.05810546875rem;left:2.625rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CprVmqJlbpsnGBpupiOpSE6JoSAkR9cA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:46.05126953125rem;left:2.71875rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VH9b4XUKMJlqdzUZEo403kD2d93qAzBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.17578125rem;left:3.71875rem;height:1.9504625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:24rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:24rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:24rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1.3125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;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:24rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:24rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.8125rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.997398376465rem;top:29.1953125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { 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:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.997398376465rem;top:29.1953125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#OlDgyridz1cQCFHgpozkTrTp6eqVtP9m { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:38.5068359375rem;left:2.71875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuaEXeBKMIaS53Kuw7aGtJpN8ycVhxfV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:38.5068359375rem;left:7.99853515625rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Omxdh5bdrSWBXIZPIKVJZBb63TTE4r0g { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:44.86376953125rem;left:2.71875rem;height:1.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container { background-color: transparent; background-image: none; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container > .video-iframe-container { display: none; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row > .video-iframe-container { display: none; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .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); }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container { border-width: 0; border-radius: 0; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#zlzpeSqfDJp6tOM6uODMVxIrC8AJkQ9S { color:rgba(var(--color-secondary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.875rem;left:38.5rem;height:20.20961875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycW4N8NW1ZVDv7f9uupyisfEe3I231Sx { color:rgba(var(--color-secondary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:38.5rem;height:5.0364625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KD2Ido33qu9iNKnG27q3UTmGJn2GwvO7 { z-index:15003;top:29.437149047851rem;left:38.498756408691rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8744375rem;height:3.5617875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ACsiybp5wN4MP2SwpkwqmUKG9uCURztG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etT9ZvgOm1zhPmgxDwT98gxUzKmFAxBr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:34rem;top:6.6875rem;left:38.5rem;display:block; }
#BhdxTTWQHJvfCBUn7MUUrHGGs1OWz9D8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9368125rem;width:32.9368125rem;top:0.55752849578857rem;left:4.2462711334229rem;overflow:hidden;display:block; }
#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container { background-color: transparent; background-image: none; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container > .video-iframe-container { display: none; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row > .video-iframe-container { display: none; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .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); }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container { border-width: 0; border-radius: 0; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#QChS6IFrSb74OT73U61xAvzS1l1xeA7L { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4369735717774rem;left:54.311790466309rem;height:4.3854125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BciMAs4UfL97MBSOKJDIifDyFNERlETI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.81197357177737rem;left:48.999290466309rem; }
#bhXIMDCPuwFLUbqufdGy8gg4U4CkNwbH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1867904663088rem;left:50.4375rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N4WtHNnFwg85uXUC4D83zxkuEvBnDVPU { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.686790466309rem;left:49.749465942382rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iBUqU2RsAz4XwkJKifKRe7fvdyvv5WXi { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.186790466309rem;left:49.749465942382rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#poiRyCaXcgx1HNhy3GCy85oi9GZ72a4u { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.686790466309rem;left:49.8125rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TxWdXtP5p3ie28q3qv717rucmICnD3Iw { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.186790466309rem;left:49.8125rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FgkTz9beiQTu89L7AZ5EKB8fgcIfC36L { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.811973571778rem;left:49.8125rem;height:1.54385625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HWK3KIrDPupuKWfHXJfigPqtFMGfQ1vf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3119735717775rem;left:56.874816894531rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNpDf8HJS3WUggPT7I9azpfPyJc0oBW6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.811973571778rem;left:56.874816894531rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sSJtSnvapCfg0yHpHxXzioSMg81qBngc { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.311973571778rem;left:56.874816894531rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aRxCHXO31qIyBP7330THya6H8XvM1x68 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.811973571778rem;left:56.874816894531rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#obSWwst6SiwmHfdUSBOGrLhR7FOn6g9U { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.311973571778rem;left:56.936965942382rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbF8Nr7AOQJfDvSBkCoT5HgvJudCTQIk { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.749824523926rem;left:56.874816894531rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rOPUi4wneuXDOh1scNsrrtDK36yJqFiy { position:absolute;display:block;z-index:15010;height:23.3123125rem;width:41.9993125rem;top:0.36257171630859rem;left:4.6235790252686rem;display:block; }
#trw7g00O8yqce6JiBwyT1S2972FNs6kU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container { background-color: transparent; background-image: none; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container > .video-iframe-container { display: none; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row > .video-iframe-container { display: none; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .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); }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container { border-width: 0; border-radius: 0; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#VeOmQvJ4VqK1PFF9ErrREox1CimTQJcC { color:rgba(var(--color-secondary-2),1);display:block;width:46.5580625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.5625rem;left:13.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGOF5UkmMwKxXp84DG9rbPzECCJGqcMT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;top:3.5rem;left:0.375rem;overflow:hidden;display:block; }
#eXnomqf0wqneCSF3KHZAttiIselQQ70e { 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:24.5rem;width:24.5rem;top:3.5rem;left:25.4375rem;overflow:hidden;display:block; }
#LcUpQdWczbFDObO0sahMgtPZWMaqDVAh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:24.5rem;top:3.5rem;left:50.4375rem;overflow:hidden;display:block; }
#aIRT23hfvZyTAvobyL96Cpw2c7Oilpgr { z-index:15004;top:28.498757362366rem;left:27.03125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.37446875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CeHdiFHOBxlvtqadDXxxUwO2UQD0TkkS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container { background-color: transparent; background-image: none; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container > .video-iframe-container { display: none; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row > .video-iframe-container { display: none; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .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); }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container { border-width: 0; border-radius: 0; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#eQ48dvNlo7yM6HwpVFlX7mw90o80pUvc { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.75rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.1875rem;left:7.0625rem; }
#p3sDGGHN9bkDb03BQyiVOyhlMhcghzTl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8881392478944rem;left:3.9364337921142rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMg5K3G1MkGdxNh2BEAEfe7PAO2Ztr9x { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.537818908691rem;left:3.3726902008057rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IFQZHQNPl0Wp0hIPqnSwhWB3rMcs29o8 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.9302201271057rem;left:25.592151641846rem; }
#vq9ANhQCGSSVgz6a3vERTV1Nv30pxR3o { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8881392478944rem;left:21.280181884766rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRxcdu1TDrqhQbGuXT4c7XW7VeWVXB6D { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.536930084229rem;left:22.96875rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9FVOzwHxBofXO9SvhBisdAqfgtdZ5Wn { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.62446875rem;width:4.62446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.2480463981628rem;left:44.562320709229rem; }
#akUVxELMuNFHD4FEH6fuo0FJLJhicrxL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8881392478944rem;left:40.21928024292rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVGyIJe9U4xwizd37AxUgEKx2uVAMKu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.536930561066rem;left:39.873931884766rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZZ6nWd2WDB32TL4uH8tSxwT33wWOuoI { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.3110795021057rem;left:63.061073303225rem; }
#QbhgpTTBS7eNEQaNr5JLioNUUftfwANF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.3998579978944rem;left:58.561790466309rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKXtoUpqhklBlugLyyLEM3KKAsvWTtuz { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.68625259399412rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RT5aVrPyc2DQSow8SgQ6rQ5sRc7e7nTb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:14.10422539711rem;left:59.343040466309rem;height:6.8203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK { position:relative;display:block; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK { background-color: transparent; background-image: none; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container > .video-iframe-container { display: none; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row > .video-iframe-container { display: none; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .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); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK { border-width: 0; border-radius: 0; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .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; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;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; }#q33S7EPd1X6zIVmV0pT4KGghFtu5kxw3 { display:block;width:63.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.25000262260437rem;left:5.9676837921142rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#mA7T1U7A6u7EOQH4fst2V1bHHP3x5SHL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23.9375rem;width:23.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.6875rem;left:25.5625rem;overflow:hidden;display:block; }
#l33GiTAder1Z3GbfykAzIQ6QQil3U6u1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24rem;width:24rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.6875rem;left:49.9375rem;overflow:hidden;display:block; }
#a5OL0I3G4dodriXsqsfRcqabpIZkbFpw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24rem;width:24rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#TKhiMXtfduHEkx0GhO4PeSl5LOZMoQAy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24rem;width:24rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.875rem;left:0.9375rem;overflow:hidden;display:block; }
#mcMTWhEnoi2OwPcyU7OXdkFCzcZDIMAk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24rem;width:24rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.9375rem;left:25.4375rem;overflow:hidden;display:block; }
#G6vM5psJnAGzpPvelbdrtCGdofF8te1h { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.125rem;width:24.125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:26.875rem;left:49.9375rem;overflow:hidden;display:block; }
#R5mtzubNDG6Nlivly4RTu4i704pUqafE { display:block;width:63.06125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:51.514556884766rem;left:11.055397033691rem;height:1.4622375rem;text-align:right;text-align-last:right;font-style:normal;color:rgba(var(--color-secondary-2),1);display:block; }
#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container { background-color: transparent; background-image: none; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container > .video-iframe-container { display: none; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row > .video-iframe-container { display: none; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .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); }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container { border-width: 0; border-radius: 0; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#ElD8aMWIy0febtQPATme3LxWc24nGarW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:51.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UtiugDS3rc5w3ulzxCs48GwqPcmTIwV3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.4998125rem;width:46.312125rem;top:0.625rem;left:4.3125rem;display:block; }
#RRF5C5C70ACGKDQnpgsKfKiuwHoTRrZs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:51.625rem;height:5.52083125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O { position:relative;display:block; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O { background-color: transparent; background-image: none; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row .container > .video-iframe-container { display: none; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row > .video-iframe-container { display: none; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .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); }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O { border-width: 0; border-radius: 0; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .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; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;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; }#xvNqmQqVx4f7yXT9o32pLnqg5i8Ir2Cy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.44904136657715rem;left:27.718391418457rem;height:2.2747375rem;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; }
#fHh2dsgio7ZnXlBb9eMEbPTP8DdGC61z { position:absolute;display:block;z-index:15001;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:18.4375rem;width:18.4375rem;top:4.6875rem;left:0.25rem;overflow:hidden;display:block; }
#PGRw1OwNPegbOTksNgeNhHztvFTmHCFb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:4.6875rem;left:19rem;overflow:hidden;display:block; }
#n5aNUfa9tq6EDFbiocbTJzAvQcN5Z9mf { position:absolute;display:block;z-index:15003;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:18.4375rem;width:18.4375rem;top:4.6875rem;left:37.6875rem;overflow:hidden;display:block; }
#kDTZoqpOwEiEBaD7A9VW3DCBFMRbcTKT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:4.6875rem;left:56.3125rem;overflow:hidden;display:block; }
#U0C3JisGJtBiGRqzlTp9d0hE9VhPReSE { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8533382415771rem;left:18.06107711792rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;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; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container { background-color: transparent; background-image: none; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container > .video-iframe-container { display: none; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row > .video-iframe-container { display: none; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .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); }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container { border-width: 0; border-radius: 0; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#HXnT5EeuC0Ht00vWxgkg7qbT0sotNRba { color:rgba(var(--color-secondary-2),1);display:block;width:27.1244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0.4375rem;left:23.9375rem;height:4.049475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT8tp7avMnMXcKaw1WkSPrisCqq8U0L5 { z-index:15002;top:4.5490055084229rem;left:29.280006408691rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4373125rem;height:3.49964375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jq36pa3WePqlDyWR1SS8lyPzm9pJhtCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWC12TbL2SWpUf6yf3k5FToTerabODyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container { background-color: transparent; background-image: none; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container > .video-iframe-container { display: none; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row > .video-iframe-container { display: none; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .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); }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container { border-width: 0; border-radius: 0; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#voPTM8H7WZqueZ1TWqZIurd70xnzDWI0 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.8735771179199rem;left:21.312145233154rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzxgPQhB909J2ShRTSTT1MJ8nqBXrBOH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.9375rem;left:24.25rem;height:2.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqqitSIrMi8Xh56XuxAfM664f9v6CIto { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:1.1875rem;left:20.6875rem;height:2.09895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container { background-color: transparent; background-image: none; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container > .video-iframe-container { display: none; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row > .video-iframe-container { display: none; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .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); }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container { border-width: 0; border-radius: 0; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#QMCcTb4DWXq8RvTMRBQ9vU8QGdknTowT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8369140625rem;left:22.375rem;height:1.13725rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA { display:block; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB8mtkgydGSMWZf9HyhVxmFvXmNRTQ9S { top:9.625rem;left:30.1875rem;width:17.5625rem;height:7.5972188975062rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQoMRlFt7CesqZXT5938uBkw8B2A9wgt { top:24.8125rem;left:27.75rem;width:20rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcfW1TxZBD9VLbmu71iydJAWpDwCaxH { top:22.125rem;left:16.8125rem;width:30.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoVKdOGbx2DlmopI6A973Tk8It7p6DPx { top:28rem;left:0rem;width:27.8125rem;height:5.1875rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfT3za4HBxPxPhMzzWDF04mLEW0Kkdf { top:32.375rem;left:0rem;width:17.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNFrw9ZJ7FKF7b3vuET0DaSVrB1IbKO { top:16.0625rem;left:0rem;width:18.5625rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmiZWz5e9ibTNiLaPkVvxyJKroSRaqNe { top:20.125rem;left:0rem;width:27.1875rem;height:5.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbVyMGMtWKqJq1r3UCbGzef7F3ofGVFh { top:49.3125rem;left:0rem;width:22.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBP71XExKT74eTIxmKLC2zdoBLWaUIuk { top:15.625rem;left:0rem;width:22.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAPnKI89fJMmVwWzN231LTNTc4OQ3SA { top:29.9375rem;left:0rem;width:12.4375rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnzidmqe0TXRTIhTwtxsg4WTqE9woBmg { top:35.75rem;left:0rem;width:26.5625rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6gZIuSiAovWxnTyaV3knKcUGc9Lvy2 { top:42rem;left:0rem;width:30.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CprVmqJlbpsnGBpupiOpSE6JoSAkR9cA { top:46rem;left:0rem;width:26.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH9b4XUKMJlqdzUZEo403kD2d93qAzBJ { top:50.125rem;left:0rem;width:25.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:24rem;height:auto;top:29.1875rem;left:21.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:24rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:24rem;height:auto;top:29.1875rem;left:21.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #OlDgyridz1cQCFHgpozkTrTp6eqVtP9m { top:38.5rem;left:0rem;width:6.625rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuaEXeBKMIaS53Kuw7aGtJpN8ycVhxfV { top:38.5rem;left:0rem;width:26.5625rem;height:2.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omxdh5bdrSWBXIZPIKVJZBb63TTE4r0g { top:44.8125rem;left:0rem;width:19.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB { display:block; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlzpeSqfDJp6tOM6uODMVxIrC8AJkQ9S { top:7.8125rem;left:13.0625rem;width:34.6875rem;height:20.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycW4N8NW1ZVDv7f9uupyisfEe3I231Sx { top:0.5rem;left:16.6875rem;width:31.0625rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2Ido33qu9iNKnG27q3UTmGJn2GwvO7 { top:29.375rem;left:24.873756408691rem;width:20.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACsiybp5wN4MP2SwpkwqmUKG9uCURztG { display:block; }
 }@media only screen and (max-width: 763px) { #etT9ZvgOm1zhPmgxDwT98gxUzKmFAxBr { top:6.6875rem;left:13.8125rem;width:33.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhdxTTWQHJvfCBUn7MUUrHGGs1OWz9D8 { top:0.5rem;left:0rem;width:32.875rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM { display:block; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QChS6IFrSb74OT73U61xAvzS1l1xeA7L { width:17.4375rem;height:4.375rem;top:1.375rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BciMAs4UfL97MBSOKJDIifDyFNERlETI { top:0.75rem;left:30.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhXIMDCPuwFLUbqufdGy8gg4U4CkNwbH { width:4.9375rem;height:1.5rem;top:8.125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4WtHNnFwg85uXUC4D83zxkuEvBnDVPU { width:5.625rem;height:1.5rem;top:10.625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBUqU2RsAz4XwkJKifKRe7fvdyvv5WXi { width:5.625rem;height:1.5rem;top:13.125rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poiRyCaXcgx1HNhy3GCy85oi9GZ72a4u { width:5.625rem;height:1.5rem;top:15.625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWdXtP5p3ie28q3qv717rucmICnD3Iw { width:5.625rem;height:1.5rem;top:18.125rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgkTz9beiQTu89L7AZ5EKB8fgcIfC36L { width:5.625rem;height:1.5rem;top:20.75rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWK3KIrDPupuKWfHXJfigPqtFMGfQ1vf { width:12.9375rem;height:1.25rem;top:8.25rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpDf8HJS3WUggPT7I9azpfPyJc0oBW6 { width:12.4375rem;height:1.25rem;top:10.75rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJtSnvapCfg0yHpHxXzioSMg81qBngc { width:13rem;height:1.25rem;top:13.25rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRxCHXO31qIyBP7330THya6H8XvM1x68 { width:13.6875rem;height:1.25rem;top:15.75rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obSWwst6SiwmHfdUSBOGrLhR7FOn6g9U { width:13.125rem;height:1.25rem;top:18.25rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbF8Nr7AOQJfDvSBkCoT5HgvJudCTQIk { width:13rem;height:1.25rem;top:20.6875rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOPUi4wneuXDOh1scNsrrtDK36yJqFiy { top:0.3125rem;left:0rem;width:41.9375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trw7g00O8yqce6JiBwyT1S2972FNs6kU { display:block; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeOmQvJ4VqK1PFF9ErrREox1CimTQJcC { top:0.5rem;left:0rem;width:46.5rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGOF5UkmMwKxXp84DG9rbPzECCJGqcMT { top:3.5rem;left:0rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnomqf0wqneCSF3KHZAttiIselQQ70e { top:3.5rem;left:11.8125rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcUpQdWczbFDObO0sahMgtPZWMaqDVAh { top:3.5rem;left:23.3125rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIRT23hfvZyTAvobyL96Cpw2c7Oilpgr { top:28.4375rem;left:13.40625rem;width:20.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHdiFHOBxlvtqadDXxxUwO2UQD0TkkS { display:block; }
 }@media only screen and (max-width: 763px) { #gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB { display:block; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ48dvNlo7yM6HwpVFlX7mw90o80pUvc { top:4.1875rem;left:3.65625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3sDGGHN9bkDb03BQyiVOyhlMhcghzTl { top:9.875rem;left:0.529296875rem;width:10.8125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMg5K3G1MkGdxNh2BEAEfe7PAO2Ztr9x { top:13.5rem;left:0rem;width:12.0625rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFQZHQNPl0Wp0hIPqnSwhWB3rMcs29o8 { top:3.875rem;left:15.373401641846rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq9ANhQCGSSVgz6a3vERTV1Nv30pxR3o { top:9.875rem;left:10.25rem;width:13.625rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxcdu1TDrqhQbGuXT4c7XW7VeWVXB6D { top:13.5rem;left:12.75rem;width:12.4375rem;height:5.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9FVOzwHxBofXO9SvhBisdAqfgtdZ5Wn { top:4.1875rem;left:27.531070709229rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUVxELMuNFHD4FEH6fuo0FJLJhicrxL { top:9.875rem;left:22.5625rem;width:13.25rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGyIJe9U4xwizd37AxUgEKx2uVAMKu2 { top:13.5rem;left:21.875rem;width:13.9375rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZZ6nWd2WDB32TL4uH8tSxwT33wWOuoI { top:4.25rem;left:39.217323303222rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbhgpTTBS7eNEQaNr5JLioNUUftfwANF { top:9.375rem;left:33.625rem;width:14.0625rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXtoUpqhklBlugLyyLEM3KKAsvWTtuz { width:47.75rem;height:2.375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5aVrPyc2DQSow8SgQ6rQ5sRc7e7nTb { top:14.0625rem;left:35.1875rem;width:12.5rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCNifiryJiTSO13s08zwEJJ8OoQl7ywK { display:block; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q33S7EPd1X6zIVmV0pT4KGghFtu5kxw3 { width:47.75rem;height:2.25rem;top:0.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA7T1U7A6u7EOQH4fst2V1bHHP3x5SHL { width:23.875rem;height:23.875rem;top:2.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l33GiTAder1Z3GbfykAzIQ6QQil3U6u1 { width:23.9375rem;height:23.9375rem;top:2.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5OL0I3G4dodriXsqsfRcqabpIZkbFpw { width:23.9375rem;height:23.9375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKhiMXtfduHEkx0GhO4PeSl5LOZMoQAy { width:23.9375rem;height:23.9375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcMTWhEnoi2OwPcyU7OXdkFCzcZDIMAk { width:23.9375rem;height:23.9375rem;top:26.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6vM5psJnAGzpPvelbdrtCGdofF8te1h { width:24.0625rem;height:24.0625rem;top:26.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5mtzubNDG6Nlivly4RTu4i704pUqafE { width:47.75rem;height:1.4375rem;top:51.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 { display:block; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElD8aMWIy0febtQPATme3LxWc24nGarW { top:2.1875rem;left:30.25rem;width:17.5rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtiugDS3rc5w3ulzxCs48GwqPcmTIwV3 { top:0.625rem;left:0rem;width:46.25rem;height:25.46560599681rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRF5C5C70ACGKDQnpgsKfKiuwHoTRrZs { width:17.1875rem;height:5.5rem;top:8.9375rem;left:30.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O { display:block; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvNqmQqVx4f7yXT9o32pLnqg5i8Ir2Cy { top:0.4375rem;left:14.093391418457rem;width:19.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHh2dsgio7ZnXlBb9eMEbPTP8DdGC61z { top:4.6875rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGRw1OwNPegbOTksNgeNhHztvFTmHCFb { top:4.6875rem;left:5.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5aNUfa9tq6EDFbiocbTJzAvQcN5Z9mf { top:4.6875rem;left:24.0625rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTZoqpOwEiEBaD7A9VW3DCBFMRbcTKT { top:4.6875rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0C3JisGJtBiGRqzlTp9d0hE9VhPReSE { top:2.8125rem;left:4.1875rem;width:43.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 { display:block; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXnT5EeuC0Ht00vWxgkg7qbT0sotNRba { top:0.4375rem;left:10.3125rem;width:27.0625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8tp7avMnMXcKaw1WkSPrisCqq8U0L5 { top:4.5rem;left:15.655006408691rem;width:16.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq36pa3WePqlDyWR1SS8lyPzm9pJhtCq { display:block; }
 }@media only screen and (max-width: 763px) { #aWC12TbL2SWpUf6yf3k5FToTerabODyC { display:block; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voPTM8H7WZqueZ1TWqZIurd70xnzDWI0 { top:5.8125rem;left:7.6871452331544rem;width:32.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzxgPQhB909J2ShRTSTT1MJ8nqBXrBOH { top:2.9375rem;left:10.625rem;width:26.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqqitSIrMi8Xh56XuxAfM664f9v6CIto { top:1.1875rem;left:7.0625rem;width:33.5625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc { display:block; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMCcTb4DWXq8RvTMRBQ9vU8QGdknTowT { top:0.8125rem;left:8.7500038146975rem;width:31.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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) { #uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/248dd519-5815-4d66-9dcf-c113802fb83b/DJI_0951gradient.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;position:relative;z-index:auto;display:block; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA.adaptive-delivery-prevent-bg, #uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA.lazyload, #uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA.lazyloading { background-image: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { background-color: transparent; background-image: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.41); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container > .video-iframe-container { display: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,15,0.41); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row > .video-iframe-container { display: none; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .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); }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { border-width: 0; border-radius: 0; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA::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; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEbaKq1ZFX6RNoJ767ZB1JM8wTxUuFoA > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB8mtkgydGSMWZf9HyhVxmFvXmNRTQ9S { width:9rem;height:3.5625rem;top:1.7427201271057rem;left:5.4989343285561rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oQoMRlFt7CesqZXT5938uBkw8B2A9wgt { width:14.68575rem;height:3.41175625rem;top:29.625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qmcfW1TxZBD9VLbmu71iydJAWpDwCaxH { width:18.6875rem;height:21.8125rem;top:29.4375rem;left:0.6875rem;background-color:rgba(0,0,0,0.47);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uoVKdOGbx2DlmopI6A973Tk8It7p6DPx { width:6.5625rem;height:5.3125rem;top:12.1875rem;left:6.25rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfT3za4HBxPxPhMzzWDF04mLEW0Kkdf { width:6.7489375rem;height:2.9243625rem;top:15.875rem;left:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNFrw9ZJ7FKF7b3vuET0DaSVrB1IbKO { width:13.5rem;height:1.800425rem;top:6.0625rem;left:1.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NmiZWz5e9ibTNiLaPkVvxyJKroSRaqNe { width:16rem;height:2.8853rem;top:7.9375rem;left:0.9375rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dbVyMGMtWKqJq1r3UCbGzef7F3ofGVFh { width:17.375rem;height:1.75rem;top:27.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBP71XExKT74eTIxmKLC2zdoBLWaUIuk { width:14.25rem;height:1.9375rem;top:5.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAPnKI89fJMmVwWzN231LTNTc4OQ3SA { width:7rem;height:4.38654375rem;top:11.5rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnzidmqe0TXRTIhTwtxsg4WTqE9woBmg { width:16.75rem;height:1.44265rem;top:18.625rem;left:1.25rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AV6gZIuSiAovWxnTyaV3knKcUGc9Lvy2 { width:16.875rem;height:1.46218125rem;top:22.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CprVmqJlbpsnGBpupiOpSE6JoSAkR9cA { width:15.9375rem;height:1.46218125rem;top:25.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH9b4XUKMJlqdzUZEo403kD2d93qAzBJ { width:18.875rem;height:1.62464375rem;top:27.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;line-height:.9; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:32.125rem;left:1.3125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:32.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #OlDgyridz1cQCFHgpozkTrTp6eqVtP9m { width:6.62375rem;height:1.92471875rem;top:20.375rem;left:1.375rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XuaEXeBKMIaS53Kuw7aGtJpN8ycVhxfV { width:12.25rem;height:2.2682875rem;top:20.0625rem;left:6.4375rem;font-size:2.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Omxdh5bdrSWBXIZPIKVJZBb63TTE4r0g { width:15rem;height:1.124825rem;top:24.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB { display:block; }#CGfvUrZe2fCiD6ROCTtDr9hCnW3DrXmB > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlzpeSqfDJp6tOM6uODMVxIrC8AJkQ9S { width:18.5625rem;height:15.92150625rem;top:23.374643325806rem;left:0.74928969144819rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ycW4N8NW1ZVDv7f9uupyisfEe3I231Sx { width:15.374625rem;height:2.9243625rem;top:20.0625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD2Ido33qu9iNKnG27q3UTmGJn2GwvO7 { top:39.562498092651rem;left:2.4999998211861rem;width:14.7486875rem;height:2.3737rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACsiybp5wN4MP2SwpkwqmUKG9uCURztG { display:block; }
 }@media only screen and (max-width: 763px) { #etT9ZvgOm1zhPmgxDwT98gxUzKmFAxBr { width:17.8125rem;height:0.1875rem;top:22.874820709229rem;left:0.87446731328963rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhdxTTWQHJvfCBUn7MUUrHGGs1OWz9D8 { width:20rem;height:20rem;top:0.062324523925781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM { display:block; }#i9AnV8QMDgpX5T4q7hVcJkwN3WcZyURM > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QChS6IFrSb74OT73U61xAvzS1l1xeA7L { width:16.93725rem;height:3.2492875rem;top:0.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BciMAs4UfL97MBSOKJDIifDyFNERlETI { display:flex;width:4.125rem;height:4.125rem;top:0.3125rem;left:1.8125rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #bhXIMDCPuwFLUbqufdGy8gg4U4CkNwbH { width:4.936525rem;height:1.298825rem;top:22.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4WtHNnFwg85uXUC4D83zxkuEvBnDVPU { width:5.625rem;height:1.298825rem;top:24.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBUqU2RsAz4XwkJKifKRe7fvdyvv5WXi { width:5.625rem;height:1.298825rem;top:27.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poiRyCaXcgx1HNhy3GCy85oi9GZ72a4u { width:5.625rem;height:1.298825rem;top:30.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWdXtP5p3ie28q3qv717rucmICnD3Iw { width:5.625rem;height:1.298825rem;top:33.375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgkTz9beiQTu89L7AZ5EKB8fgcIfC36L { width:5.625rem;height:1.298825rem;top:36.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWK3KIrDPupuKWfHXJfigPqtFMGfQ1vf { width:11.3125rem;height:1.298825rem;top:22.5625rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpDf8HJS3WUggPT7I9azpfPyJc0oBW6 { width:11.5rem;height:1.298825rem;top:25.125rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJtSnvapCfg0yHpHxXzioSMg81qBngc { width:10.0625rem;height:1.298825rem;top:28.0625rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRxCHXO31qIyBP7330THya6H8XvM1x68 { width:13.0625rem;height:1.298825rem;top:30.75rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obSWwst6SiwmHfdUSBOGrLhR7FOn6g9U { width:11.875rem;height:1.298825rem;top:33.375rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbF8Nr7AOQJfDvSBkCoT5HgvJudCTQIk { width:11.375rem;height:1.298825rem;top:36.25rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOPUi4wneuXDOh1scNsrrtDK36yJqFiy { width:19.1868125rem;height:17.562125rem;top:4.4353694915771rem;left:0.40571731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #trw7g00O8yqce6JiBwyT1S2972FNs6kU { display:block; }#trw7g00O8yqce6JiBwyT1S2972FNs6kU > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeOmQvJ4VqK1PFF9ErrREox1CimTQJcC { width:19.6875rem;height:1.42489375rem;top:0.37446784973144rem;left:0.18678969144821rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NGOF5UkmMwKxXp84DG9rbPzECCJGqcMT { width:19.375rem;height:19.375rem;top:1.7977628707886rem;left:0.31161218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXnomqf0wqneCSF3KHZAttiIselQQ70e { width:19.375rem;height:19.375rem;top:21.311788797379rem;left:0.31072443723679rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcUpQdWczbFDObO0sahMgtPZWMaqDVAh { width:19.375rem;height:19.375rem;top:40.872867584229rem;left:0.31072443723679rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIRT23hfvZyTAvobyL96Cpw2c7Oilpgr { top:60.372871398926rem;left:2.9057171940804rem;width:14.1868125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHdiFHOBxlvtqadDXxxUwO2UQD0TkkS { display:block; }
 }@media only screen and (max-width: 763px) { #gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB { display:block; }#gfdU99BuDVDpLq1JxUyiASG4T2MnW4xB > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQ48dvNlo7yM6HwpVFlX7mw90o80pUvc { display:flex;width:4.25rem;height:4.25rem;top:3.5608963966369rem;left:7.8124995827675rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #p3sDGGHN9bkDb03BQyiVOyhlMhcghzTl { width:11.6868125rem;height:2.11115rem;top:7.8089485168456rem;left:3.8982596993446rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMg5K3G1MkGdxNh2BEAEfe7PAO2Ztr9x { width:11.0618125rem;height:6.3334375rem;top:9.9183235168456rem;left:4.4673295617104rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFQZHQNPl0Wp0hIPqnSwhWB3rMcs29o8 { display:flex;width:4.25rem;height:4.25rem;top:17.125rem;left:7.8125rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #vq9ANhQCGSSVgz6a3vERTV1Nv30pxR3o { width:13.5618125rem;height:1.055575rem;top:21.374290466309rem;left:3.2182171940804rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxcdu1TDrqhQbGuXT4c7XW7VeWVXB6D { width:12.1875rem;height:4.2223rem;top:22.428977966309rem;left:3.9062500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9FVOzwHxBofXO9SvhBisdAqfgtdZ5Wn { display:flex;width:4.25rem;height:4.25rem;top:27.375rem;left:7.875rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #akUVxELMuNFHD4FEH6fuo0FJLJhicrxL { width:11.5625rem;height:2.11115rem;top:31.75rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGyIJe9U4xwizd37AxUgEKx2uVAMKu2 { width:12.9368125rem;height:6.3334375rem;top:33.875rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZZ6nWd2WDB32TL4uH8tSxwT33wWOuoI { display:flex;width:4.25rem;height:4.25rem;top:40.9375rem;left:7.8125rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #QbhgpTTBS7eNEQaNr5JLioNUUftfwANF { width:13.1875rem;height:3.166725rem;top:44.875rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXtoUpqhklBlugLyyLEM3KKAsvWTtuz { width:18.499625rem;height:2.59765625rem;top:0.62056159973144rem;left:0.74928969144819rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5aVrPyc2DQSow8SgQ6rQ5sRc7e7nTb { width:13.8125rem;height:5.277875rem;top:48.1875rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCNifiryJiTSO13s08zwEJJ8OoQl7ywK { display:block; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK { background-color: transparent; background-image: none; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container > .video-iframe-container { display: none; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row > .video-iframe-container { display: none; }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .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); }#fCNifiryJiTSO13s08zwEJJ8OoQl7ywK > .row .container { width:20rem;height:117.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q33S7EPd1X6zIVmV0pT4KGghFtu5kxw3 { width:18.625rem;height:1.30593125rem;top:0.24911117553711rem;left:0.68696731328963rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mA7T1U7A6u7EOQH4fst2V1bHHP3x5SHL { width:18.75rem;height:18.75rem;top:20.617363452911rem;left:0.68661218881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #l33GiTAder1Z3GbfykAzIQ6QQil3U6u1 { width:18.75rem;height:18.75rem;top:39.499290943146rem;left:0.68661218881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5OL0I3G4dodriXsqsfRcqabpIZkbFpw { width:18.75rem;height:18.75rem;top:1.6830611228943rem;left:0.68661218881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKhiMXtfduHEkx0GhO4PeSl5LOZMoQAy { width:18.75rem;height:18.75rem;top:58.311252593994rem;left:0.68661218881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcMTWhEnoi2OwPcyU7OXdkFCzcZDIMAk { width:18.75rem;height:18.75rem;top:77.185911178588rem;left:0.68661218881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6vM5psJnAGzpPvelbdrtCGdofF8te1h { width:18.75rem;height:18.75rem;top:96.0598526001rem;left:0.68661218881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5mtzubNDG6Nlivly4RTu4i704pUqafE { width:18.9373125rem;height:1.949575rem;top:114.93396186829rem;left:0.5925070643425rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 { display:block; }#S8KXTh8tDeID0LEqiBvZ6EVbWl6BXyF4 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElD8aMWIy0febtQPATme3LxWc24nGarW { width:20rem;height:3.0237875rem;top:0.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UtiugDS3rc5w3ulzxCs48GwqPcmTIwV3 { height:10.875rem;width:20rem;top:7.83203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRF5C5C70ACGKDQnpgsKfKiuwHoTRrZs { width:14.0625rem;height:4.2223rem;top:3.534610748291rem;left:2.9678621888161rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O { display:block; }#l8DqXO5n2TuiLRUGOlroatW4hTKIIp6O > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvNqmQqVx4f7yXT9o32pLnqg5i8Ir2Cy { width:16.6868125rem;height:2.2745rem;top:0.12286758422851rem;left:1.6548295617104rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHh2dsgio7ZnXlBb9eMEbPTP8DdGC61z { width:18.75rem;height:18.75rem;top:4.3069953918457rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGRw1OwNPegbOTksNgeNhHztvFTmHCFb { width:18.75rem;height:18.75rem;top:23.182373046875rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5aNUfa9tq6EDFbiocbTJzAvQcN5Z9mf { width:18.75rem;height:18.75rem;top:42.057335585356rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTZoqpOwEiEBaD7A9VW3DCBFMRbcTKT { width:18.75rem;height:18.75rem;top:60.931985855103rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0C3JisGJtBiGRqzlTp9d0hE9VhPReSE { width:15.999625rem;height:1.949575rem;top:2.1029815673828rem;left:1.9992895722389rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 { display:block; }#XvpsFAt351rvLPGv1tfoV3oAT0V3SOt3 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXnT5EeuC0Ht00vWxgkg7qbT0sotNRba { width:16.7489375rem;height:2.6988625rem;top:0.21148109436035rem;left:1.4364345669746rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT8tp7avMnMXcKaw1WkSPrisCqq8U0L5 { top:2.9074916839599rem;left:3.1241121888161rem;width:13.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq36pa3WePqlDyWR1SS8lyPzm9pJhtCq { display:block; }
 }@media only screen and (max-width: 763px) { #aWC12TbL2SWpUf6yf3k5FToTerabODyC { display:block; }#aWC12TbL2SWpUf6yf3k5FToTerabODyC > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voPTM8H7WZqueZ1TWqZIurd70xnzDWI0 { width:15.25rem;height:2.1005rem;top:3.3117980957031rem;left:2.4373224377632rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzxgPQhB909J2ShRTSTT1MJ8nqBXrBOH { width:14.75rem;height:1.13725rem;top:2.1246337890625rem;left:3.3744674324989rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqqitSIrMi8Xh56XuxAfM664f9v6CIto { width:16.937125rem;height:1.31214375rem;top:0.74840164184569rem;left:1.9362569451332rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc { display:block; }#ZpPeZT5Ld3q9JoPtUbRRAd4dLKlR0FWc > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMCcTb4DWXq8RvTMRBQ9vU8QGdknTowT { width:17.5rem;height:1.78621875rem;top:0.17950439453125rem;left:1.2500000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }