.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:247,247,225;--color-primary-1:228,229,154;--color-primary-2:200,203,52;--color-primary-3:100,102,26;--color-primary-4:30,30,8;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--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;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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#n04sTb4KTu1xTd71u6ZL5pqOTqmTxp2d { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.6875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#aXbJgLgioaUhwtvA8ZwlQlM3STELRBxs { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2rem;left:62.738282203675rem;display:block; }
#ksDmE39Q74Mb4NL4gSc2UsUAJ04sULnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.1625001430511rem;left:64.250000953675rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/26f30cab-6fc1-4603-ac5a-46b2d9cd5c40/DJI_0852.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;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:43.375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:rgba(var(--color-primary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:8.4328155517575rem;left:3.51953125rem;height:10.3125rem;font-style:normal;display:block; }
#In4DZ0BCF2Kwr3HGfalIPvr1lCdEUTUR { box-sizing:content-box;height:2.6875rem;width:18.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.723438262939rem;left:3.51953125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#UXRrn3IElqfH62N88xzAv3XzRTrr9EKt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.29531288147rem;left:4.73828125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:25.1875rem;width:35.625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.7492187499884rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:17.625rem;left:17.8125rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:17.625rem;left:40.875rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#FiIr3Anap4gKNiEG4gGuMs3JaVtEWB28 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:none; }
#BhqrnVTBgbG8H4bd86LdEuH6aTsvgV1Q { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:12.5rem;display:block; }
#xDUKfVr1nWcS4tnMpoJNxqhmm5lfGApZ { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:23.9375rem;display:block; }
#GHTs76rH6fv1pzixhZFvacTUf5WMPJ0q { box-sizing:content-box;height:2.9375rem;width:2.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:47.5625rem;display:block; }
#lufRqAsdDCUWop5nJtztJBUuFaC3JkZo { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8125rem;left:24.0625rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#HUuqUzQ48ExeppKBBz7b5UTeaI1COqlO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.75rem;left:47.75rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#BIgwa7xV1QZsiScR7A4a4LWo3yhCFTh6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.5rem;width:52.5625rem;top:4.9375002384186rem;left:11.217968940735rem;display:block; }
#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:rgba(var(--color-primary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.9375rem;left:44.4375rem;height:1.5625rem;font-style:normal;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:10.25rem;left:44.4375rem;height:5.4rem;display:block; }
#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:34.25rem;left:4.1875rem;height:4.05rem;display:block; }
#eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { color:rgba(var(--color-primary-3),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:31.1875rem;left:4.1875rem;height:1.5625rem;font-style:normal;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:22.5625rem;width:37.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#XnkHTZ0r0s9d0ONUmXgdfCZJnRy75LoQ { box-sizing:content-box;height:24.25rem;width:43.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.625000774861rem;left:31.437500953674rem;display:block; }
#lJ7nDhp7fzsJ2vNFgUwE8ZTrLtxfprxh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:34.6875rem;top:2.5000001192093rem;left:4.1749992370606rem;overflow:hidden;display:block; }
#QTfwHryKIsE16B7A1ty1c2hFLXm0dqUK { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:32.0625rem;top:19.967969894409rem;left:35.987500190735rem;overflow:hidden;display:block; }
#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container { background-color: transparent; background-image: none; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container > .video-iframe-container { display: none; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row > .video-iframe-container { display: none; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .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); }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container { border-width: 0; border-radius: 0; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#H8Gw1rMlEM1iAg3aPrdFHnChQ3ZrKPN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:23.875rem;left:0rem;height:3rem;display:block; }
#PQtg2oVE88ggRuCbEJW0Ae0Hi6fzZH0O { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.3125rem;left:0rem;display:block; }
#yI4fHAu01nyb6lVyRbtWuQSkbouyWsiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2EdSVAdZohBQZLMTTLNhQT5tIZakOvq { color:rgba(var(--color-primary-3),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:11rem;left:0rem;height:9.5rem;font-style:normal;display:block; }
#BW46KMhXio8RNKExkIKx4ziBEAswV4S7 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.8125rem;width:43.625rem;top:0rem;left:31.375000953674rem;overflow:hidden;display:block; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-form-header {  }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { 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-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;line-height:1.1; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { 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-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;line-height:1.1; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d;font-family:montserrat;font-size:0.8125rem;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d;font-family:montserrat;font-size:0.8125rem;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d;font-family:montserrat;font-size:0.8125rem;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d;font-family:montserrat;font-size:0.8125rem;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:first-of-type{padding-top:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:last-of-type{padding-bottom:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:8.75rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4375rem;left:8.75rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA { position:relative; }
#zfkdyudrbiDIamwcNzsD9T6PKvnq8LAk { position:relative;display:block; }
#wMZPxI3TyCkZ4kTRudUNk5PcvhWGdOSI { position:relative;display:block; }
#CSZDugomUntTT2CdSKFSVhFEvouBEeMI { position:relative;display:block; }
#s6GBWGTO8V5RUHo66kl4Fz9gvyzq1vil { position:relative;display:block; }
#X4xCg1D5ce5Ict8bNzhBVeE5ndgyzNEW { position:relative;display:block; }
#toQtbBbX94KPiPdJ93tTFSwKsoARPTz3 { position:relative;display:block; }
#lKDE3OLfp4kMNKN1Wzi1ngXueetcw5J8 { position:relative;display:block;z-index:100000;display:block; }
#Uvc2mDDNEwsic9gMSQJ4SszciXteOyQf { position:relative;display:block;z-index:100000;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN { position:relative; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:0.625rem;display:none; }
#S8qVUJvbbqO5CWoXxsppkbkSZXdZczWJ { color:rgba(var(--color-primary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:7.0625rem;left:11.4375rem;height:2.0125rem;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;font-style:normal;display:block; }
#HzATOFN3QJaqeM1GTzhItQX0OTGIsbTq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:15.375rem;left:42.8125rem;height:1.5rem;display:block; }
#JMMlikVgs73WDfD9s7TvkWfup8FFgaaE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:45.1875rem;height:7.15rem;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; }
#ypzmohrgne7avocsu1RSZtzzwy6tZwcV { box-sizing:content-box;height:29.375rem;width:26rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:5.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VvTkTlA8x2fB35P9eWoI5ilWuyXKVp1a { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.625rem;left:42.8125rem;height:2.0625rem;font-style:normal;display:block; }
#Q7K8fUAdebtH0oQMtloMdtoH7NH2lhyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.375rem;left:42.8125rem; }
#vwVHDgy1389D8nqtoT1Gf0cCC5ZMugeg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22.9375rem;left:42.8125rem; }
#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { background-color: transparent; background-image: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container > .video-iframe-container { display: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container { display: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .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); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { border-width: 0; border-radius: 0; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#kwl5ZeTKnvekOnfx9neXzP6hnaC3tLLl { color:#0f0f0f;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.9375rem;left:60rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kXS0xbG0dp2kq65Rp9JbXbLTgRnKTvti { position:absolute;display:block;z-index:15016;background-color:#000000;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.0625rem;width:63.75rem;top:11.6875rem;left:5.5625rem;display:block; }
#G2UEevyVw37G8l8WeCTVIsQOU1U9oAAP { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:7.625rem;top:2.9375rem;left:5.5625rem;overflow:hidden;display:block; }
#WONRbtxg35QwOu4KcLymb4Tunzkz52QL { color:#0f0f0f;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.6875rem;left:5.5625rem;height:1.225rem;font-style:normal;display:block; }
#Wu2bwbTdD1hqSheCg3TCSxRIeHzPIU84 { color:#0f0f0f;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.6875rem;left:59.625rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lLQgEDTqf8b2WhXRxIk9w1hRnbqf4MG4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.9375rem;left:67.75rem; }
#lLQgEDTqf8b2WhXRxIk9w1hRnbqf4MG4 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#TeT9AQFRF9IrEeqtWmMlTGkWmcc3DK2e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.9375rem;left:65.75rem; }
#TeT9AQFRF9IrEeqtWmMlTGkWmcc3DK2e > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#SDkxNWqFA3C1nPuXTPmhbasERxc7d99q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.9375rem;left:63.75rem; }
#SDkxNWqFA3C1nPuXTPmhbasERxc7d99q > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#Za2EKPiPFBuz0q0eK628xerLn5MQsPXQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.9375rem;left:61.5625rem; }
#Za2EKPiPFBuz0q0eK628xerLn5MQsPXQ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { background-color:#6a6f83;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n04sTb4KTu1xTd71u6ZL5pqOTqmTxp2d { width:6.6875rem;height:2.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXbJgLgioaUhwtvA8ZwlQlM3STELRBxs { width:1.9375rem;height:1.9375rem;top:2rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksDmE39Q74Mb4NL4gSc2UsUAJ04sULnQ { width:10.75rem;height:1.25rem;top:2.125rem;left:37rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:8.375rem;left:0rem;width:26.9375rem;height:10.3125rem;font-size:3.125rem;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #In4DZ0BCF2Kwr3HGfalIPvr1lCdEUTUR { width:18.0625rem;height:2.6875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRrn3IElqfH62N88xzAv3XzRTrr9EKt { width:15.625rem;height:1.5rem;top:22.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:3.6875rem;left:0rem;width:35.625rem;height:25.1875rem;background-color:#6a6f83;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:17.625rem;left:4.1875rem;width:15.25rem;height:2.6875rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:17.625rem;left:27.25rem;width:16.3125rem;height:1.3125rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FiIr3Anap4gKNiEG4gGuMs3JaVtEWB28 { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;background-color:#6a6f83;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;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BhqrnVTBgbG8H4bd86LdEuH6aTsvgV1Q { width:47.75rem;height:0.125rem;top:13.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDUKfVr1nWcS4tnMpoJNxqhmm5lfGApZ { width:2.9375rem;height:2.9375rem;top:12.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHTs76rH6fv1pzixhZFvacTUf5WMPJ0q { width:2.9375rem;height:2.9375rem;top:12.5rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lufRqAsdDCUWop5nJtztJBUuFaC3JkZo { width:2.625rem;height:2.3125rem;top:12.8125rem;left:10.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUuqUzQ48ExeppKBBz7b5UTeaI1COqlO { width:2.625rem;height:2.3125rem;top:12.75rem;left:34.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIgwa7xV1QZsiScR7A4a4LWo3yhCFTh6 { width:47.75rem;height:26.799048751486rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:6.9375rem;left:26.625rem;width:21.125rem;height:1.5625rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:10.25rem;left:24.1875rem;width:23.5625rem;height:5.375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { top:34.25rem;left:0rem;width:23.25rem;height:4rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { top:31.1875rem;left:0rem;width:20.25rem;height:1.5625rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:0rem;left:0rem;width:37.375rem;height:22.5625rem;background-color:#6a6f83;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XnkHTZ0r0s9d0ONUmXgdfCZJnRy75LoQ { top:22.625rem;left:4.1875rem;width:43.5625rem;height:24.25rem;background-color:#6a6f83;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lJ7nDhp7fzsJ2vNFgUwE8ZTrLtxfprxh { width:34.6875rem;height:23.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfwHryKIsE16B7A1ty1c2hFLXm0dqUK { width:32.0625rem;height:24rem;top:19.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 { display:block; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8Gw1rMlEM1iAg3aPrdFHnChQ3ZrKPN9 { width:25.125rem;height:3rem;top:23.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQtg2oVE88ggRuCbEJW0Ae0Hi6fzZH0O { width:17.5rem;height:3.4375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI4fHAu01nyb6lVyRbtWuQSkbouyWsiZ { display:block; }
 }@media only screen and (max-width: 763px) { #o2EdSVAdZohBQZLMTTLNhQT5tIZakOvq { width:24.6875rem;height:9.5rem;top:11rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW46KMhXio8RNKExkIKx4ziBEAswV4S7 { width:43.625rem;height:43.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ea6111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:17.5rem;height:0;top:8.4375rem;left:1.9375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:17.5rem;height:0;top:8.4375rem;left:1.9375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #zfkdyudrbiDIamwcNzsD9T6PKvnq8LAk { display:block; }
 }@media only screen and (max-width: 763px) { #wMZPxI3TyCkZ4kTRudUNk5PcvhWGdOSI { display:block; }
 }@media only screen and (max-width: 763px) { #CSZDugomUntTT2CdSKFSVhFEvouBEeMI { display:block; }
 }@media only screen and (max-width: 763px) { #s6GBWGTO8V5RUHo66kl4Fz9gvyzq1vil { display:block; }
 }@media only screen and (max-width: 763px) { #X4xCg1D5ce5Ict8bNzhBVeE5ndgyzNEW { display:block; }
 }@media only screen and (max-width: 763px) { #toQtbBbX94KPiPdJ93tTFSwKsoARPTz3 { display:block; }
 }@media only screen and (max-width: 763px) { #lKDE3OLfp4kMNKN1Wzi1ngXueetcw5J8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uvc2mDDNEwsic9gMSQJ4SszciXteOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { top:31.25rem;left:0rem;width:1.5625rem;height:1.5625rem;color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #S8qVUJvbbqO5CWoXxsppkbkSZXdZczWJ { top:7.0625rem;left:4.625rem;width:14.5625rem;height:2rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HzATOFN3QJaqeM1GTzhItQX0OTGIsbTq { width:24.625rem;height:1.5rem;top:15.375rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMMlikVgs73WDfD9s7TvkWfup8FFgaaE { width:19.6875rem;height:7.125rem;top:19.1875rem;left:24.750000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzmohrgne7avocsu1RSZtzzwy6tZwcV { width:26rem;height:29.375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTkTlA8x2fB35P9eWoI5ilWuyXKVp1a { width:26.875rem;height:2.0625rem;top:11.625rem;left:20.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7K8fUAdebtH0oQMtloMdtoH7NH2lhyI { width:1.5rem;height:1.5rem;top:19.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVHDgy1389D8nqtoT1Gf0cCC5ZMugeg { width:1.5rem;height:1.5rem;top:22.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKfybxFnUBiBJWHJTbMftEKEOBNeiILd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { background-color: transparent; background-image: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container > .video-iframe-container { display: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container { display: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .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); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { border-width: 0; border-radius: 0; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwl5ZeTKnvekOnfx9neXzP6hnaC3tLLl { top:2.9375rem;left:38.5rem;width:9.25rem;height:1.375rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #kXS0xbG0dp2kq65Rp9JbXbLTgRnKTvti { top:11.6875rem;left:0rem;width:47.75rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G2UEevyVw37G8l8WeCTVIsQOU1U9oAAP { width:7.625rem;height:2.9375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WONRbtxg35QwOu4KcLymb4Tunzkz52QL { top:12.6875rem;left:0rem;width:37.4375rem;height:1.1875rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Wu2bwbTdD1hqSheCg3TCSxRIeHzPIU84 { top:4.6875rem;left:38.1875rem;width:9.5625rem;height:1.3125rem;font-size:0.8125rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #lLQgEDTqf8b2WhXRxIk9w1hRnbqf4MG4 { width:1.625rem;height:1.625rem;top:7.9375rem;left:46.125rem;display:block; }
#lLQgEDTqf8b2WhXRxIk9w1hRnbqf4MG4 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #TeT9AQFRF9IrEeqtWmMlTGkWmcc3DK2e { width:1.625rem;height:1.625rem;top:7.9375rem;left:46.125rem;display:block; }
#TeT9AQFRF9IrEeqtWmMlTGkWmcc3DK2e > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #SDkxNWqFA3C1nPuXTPmhbasERxc7d99q { width:1.625rem;height:1.625rem;top:7.9375rem;left:46.125rem;display:block; }
#SDkxNWqFA3C1nPuXTPmhbasERxc7d99q > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Za2EKPiPFBuz0q0eK628xerLn5MQsPXQ { width:1.625rem;height:1.625rem;top:7.9375rem;left:46.125rem;display:block; }
#Za2EKPiPFBuz0q0eK628xerLn5MQsPXQ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n04sTb4KTu1xTd71u6ZL5pqOTqmTxp2d { width:4.5rem;height:1.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXbJgLgioaUhwtvA8ZwlQlM3STELRBxs { width:1.93671875rem;height:1.93671875rem;top:1.5rem;left:8rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksDmE39Q74Mb4NL4gSc2UsUAJ04sULnQ { width:10.375rem;height:1.3rem;top:1.6625000238419rem;left:9.6250005364419rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/26f30cab-6fc1-4603-ac5a-46b2d9cd5c40/DJI_0852.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;box-shadow: none;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:17.6875rem;height:6rem;top:7.09375rem;left:1.1554687619209rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #In4DZ0BCF2Kwr3HGfalIPvr1lCdEUTUR { width:14.6875rem;height:2rem;top:14.659376144409rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRrn3IElqfH62N88xzAv3XzRTrr9EKt { width:14.25rem;height:1.21875rem;top:15.050001144409rem;left:2.8750000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:20rem;height:14.625rem;top:4.5rem;left:0rem;background-color:#ffffff;background-image:none;z-index:15003;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:22.9375rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:14.99925rem;height:2.1rem;top:8.125rem;left:2.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:14.99925rem;height:1.05rem;top:17.625rem;left:2.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FiIr3Anap4gKNiEG4gGuMs3JaVtEWB28 { width:0.125rem;height:16.875rem;top:1.1257918783569rem;left:2.0480834552192rem;background-color:#6a6f83;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;box-shadow: none;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #BhqrnVTBgbG8H4bd86LdEuH6aTsvgV1Q { width:20rem;height:0.125rem;top:2.3718748092651rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDUKfVr1nWcS4tnMpoJNxqhmm5lfGApZ { width:2.9375rem;height:2.9375rem;top:4.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHTs76rH6fv1pzixhZFvacTUf5WMPJ0q { width:2.9375rem;height:2.9375rem;top:13.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lufRqAsdDCUWop5nJtztJBUuFaC3JkZo { width:2.625rem;height:2.35625rem;top:4.6875rem;left:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUuqUzQ48ExeppKBBz7b5UTeaI1COqlO { width:2.625rem;height:2.35625rem;top:14rem;left:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIgwa7xV1QZsiScR7A4a4LWo3yhCFTh6 { height:11.25rem;width:20rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:14.1875rem;height:1rem;top:14.0625rem;left:2.5625rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:14.75rem;height:5.25rem;top:16.125rem;left:2.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { width:14.9375rem;height:4.2rem;top:42.375rem;left:2.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { width:12.5rem;height:1rem;top:40.5rem;left:2.5625rem;font-size:1rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:11.4375rem;height:6.75rem;top:0rem;left:8.5625005364419rem;background-color:#c8cb34;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XnkHTZ0r0s9d0ONUmXgdfCZJnRy75LoQ { width:10.375rem;height:6.5625rem;top:24.18593788147rem;left:0rem;background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lJ7nDhp7fzsJ2vNFgUwE8ZTrLtxfprxh { width:14.875rem;height:9.8125rem;top:1.6749992370606rem;left:2.5990513035229rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTfwHryKIsE16B7A1ty1c2hFLXm0dqUK { width:16.4375rem;height:12.25rem;top:25.782812595367rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 { display:block; }#Gryw84bQb4t4M3ZsAEvviNNgWnXftpl4 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8Gw1rMlEM1iAg3aPrdFHnChQ3ZrKPN9 { width:19.6875rem;height:4.05rem;top:7.6875rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQtg2oVE88ggRuCbEJW0Ae0Hi6fzZH0O { width:12.125rem;height:2.4375rem;top:13.5rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI4fHAu01nyb6lVyRbtWuQSkbouyWsiZ { display:block; }
 }@media only screen and (max-width: 763px) { #o2EdSVAdZohBQZLMTTLNhQT5tIZakOvq { width:20rem;height:2rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW46KMhXio8RNKExkIKx4ziBEAswV4S7 { width:20rem;height:20.0859375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;background-color:transparent;background-image:none;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #727272;border-left:0.0625rem solid #727272;border-right:0.0625rem solid #727272;border-bottom:0.0625rem solid #727272;color:#161616; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { color:#ffffff; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:16.75rem;height:auto;top:8.25rem;left:0.37421876192093rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { color:#000000; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:16.75rem;height:auto;top:8.25rem;left:0.37421876192093rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #zfkdyudrbiDIamwcNzsD9T6PKvnq8LAk { display:block; }
 }@media only screen and (max-width: 763px) { #wMZPxI3TyCkZ4kTRudUNk5PcvhWGdOSI { display:block; }
 }@media only screen and (max-width: 763px) { #CSZDugomUntTT2CdSKFSVhFEvouBEeMI { display:block; }
 }@media only screen and (max-width: 763px) { #s6GBWGTO8V5RUHo66kl4Fz9gvyzq1vil { display:block; }
 }@media only screen and (max-width: 763px) { #X4xCg1D5ce5Ict8bNzhBVeE5ndgyzNEW { display:block; }
 }@media only screen and (max-width: 763px) { #toQtbBbX94KPiPdJ93tTFSwKsoARPTz3 { display:block; }
 }@media only screen and (max-width: 763px) { #lKDE3OLfp4kMNKN1Wzi1ngXueetcw5J8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uvc2mDDNEwsic9gMSQJ4SszciXteOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { display:flex;width:1.5625rem;height:1.5625rem;top:45.671875rem;left:10.217968523503rem;color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #S8qVUJvbbqO5CWoXxsppkbkSZXdZczWJ { width:19.0625rem;height:2.275rem;top:6.0250000953674rem;left:0.46796876192093rem;font-size:1.625rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #HzATOFN3QJaqeM1GTzhItQX0OTGIsbTq { width:14.9375rem;height:2.7rem;top:41.875rem;left:2.5312500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMMlikVgs73WDfD9s7TvkWfup8FFgaaE { width:15.0625rem;height:5.525rem;top:46.4375rem;left:3.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ypzmohrgne7avocsu1RSZtzzwy6tZwcV { width:20rem;height:29.375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTkTlA8x2fB35P9eWoI5ilWuyXKVp1a { width:20rem;height:4.125rem;top:36.074999809265rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7K8fUAdebtH0oQMtloMdtoH7NH2lhyI { display:flex;width:1.5rem;height:1.5rem;top:46.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vwVHDgy1389D8nqtoT1Gf0cCC5ZMugeg { display:flex;width:1.5rem;height:1.5rem;top:49.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #oKfybxFnUBiBJWHJTbMftEKEOBNeiILd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { background-color: transparent; background-image: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container > .video-iframe-container { display: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row > .video-iframe-container { display: none; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .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); }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { border-width: 0; border-radius: 0; }#oKfybxFnUBiBJWHJTbMftEKEOBNeiILd > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwl5ZeTKnvekOnfx9neXzP6hnaC3tLLl { width:7.5625rem;height:1.05rem;top:5.75rem;left:1.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #kXS0xbG0dp2kq65Rp9JbXbLTgRnKTvti { width:18.75rem;height:0.0625rem;top:12.25rem;left:0.625rem;background-color:#c8cb34;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G2UEevyVw37G8l8WeCTVIsQOU1U9oAAP { width:6.4375rem;height:2.4375rem;top:2rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WONRbtxg35QwOu4KcLymb4Tunzkz52QL { width:16.875rem;height:2.1rem;top:13.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Wu2bwbTdD1hqSheCg3TCSxRIeHzPIU84 { width:7.25rem;height:1.1375rem;top:6.75rem;left:1.6875rem;font-size:0.8125rem;color:#0f0f0f;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lLQgEDTqf8b2WhXRxIk9w1hRnbqf4MG4 { display:flex;width:1.625rem;height:1.625rem;top:8.9375rem;left:9.3750005364419rem; }
#lLQgEDTqf8b2WhXRxIk9w1hRnbqf4MG4 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #TeT9AQFRF9IrEeqtWmMlTGkWmcc3DK2e { display:flex;width:1.625rem;height:1.625rem;top:8.9375rem;left:7.125rem; }
#TeT9AQFRF9IrEeqtWmMlTGkWmcc3DK2e > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #SDkxNWqFA3C1nPuXTPmhbasERxc7d99q { display:flex;width:1.625rem;height:1.625rem;top:8.9375rem;left:4.5625rem; }
#SDkxNWqFA3C1nPuXTPmhbasERxc7d99q > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Za2EKPiPFBuz0q0eK628xerLn5MQsPXQ { display:flex;width:1.625rem;height:1.625rem;top:8.9375rem;left:1.6875rem; }
#Za2EKPiPFBuz0q0eK628xerLn5MQsPXQ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }