.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:217,225,245;--color-primary-1:128,155,223;--color-primary-2:0,55,191;--color-primary-3:0,28,96;--color-primary-4:0,8,29;--color-secondary-0:217,234,255;--color-secondary-1:129,186,254;--color-secondary-2:3,116,253;--color-secondary-3:2,58,127;--color-secondary-4:0,17,38;--color-tertiary-0:255,255,255;--color-tertiary-1:205,205,204;--color-tertiary-2:87,87,86;--color-tertiary-3:44,44,43;--color-tertiary-4:9,9,9;--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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 { 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; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container { background-color: transparent; background-image: none; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container > .video-iframe-container { display: none; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row > .video-iframe-container { display: none; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .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); }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container { border-width: 0; border-radius: 0; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.375rem;width:75rem;position:relative;display:block; }#hniQBSICymheWz6TNJk1FgtTToxL2Npa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.90625rem;left:34.149998664856rem;display:block; }
#sMtQmNCyi496VKmsmM4UV94DMdQuSn5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzRfP9fO3tSDSivJiC3voC5ZRHJnRofH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.90625rem;left:63.062500953675rem;display:block; }
#pRPsFxhrzJdZr6BWIoMQTSL4rMramtnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMTi2nGcQAvzwJcHHHIRfBlyKEws0EnT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:12.5rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#Jrc17hg5o5QTVO1MiLrSPQ33w0LtIzb2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.90625rem;left:44.349999427796rem;display:block; }
#fJQhTJ3a9t8cAUp0BVyrcd1urzLuSKWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GV3ZmSIbAp7Lc6b2AGxTMV79Da901Rlm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.90625rem;left:51.237500190735rem;display:block; }
#H0I2k4nI6R3UJsOEGd2VI0DeLf7kKMAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c99f992-a65c-4139-bb3a-6f9f08ea0858/DJI_0852.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.25rem;width:75rem;overflow:visible;position:relative;display:block; }#WUx2SzSzeRrmGf5D2FdzsaCfxqv5mRF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.375rem;left:24.224999427796rem;height:0;display:block; }
#oblBTp2qDqNrhkG42QlDppR28EtR2uAV { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.375rem;left:13.030468940735rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#crqsLXZsn7ycxukVLZq7Ak33U58blKG1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-secondary-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.125rem;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:15002;text-align:center;text-align-last:center;top:29.28750038147rem;left:28.750000953674rem;display:block; }
#CDkTnTzBDaXaEDxhCyHT4axefw7z5bxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yREcHxhRknsDXI8FmnMNeSW5qTwMF4Oa { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:21.53125rem;left:18.280468940735rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsQSmADmHI5SQXAw8FiHVLCI0VGC26oJ { box-sizing:content-box;height:4.9375rem;width:40.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.59);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:17.186718940735rem;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; }
#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 { 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; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container { background-color: transparent; background-image: none; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container > .video-iframe-container { display: none; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row > .video-iframe-container { display: none; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .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); }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container { border-width: 0; border-radius: 0; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44rem;width:75rem;position:relative;display:block; }#bIV9o3TbdLWKrz5iqx3TBndK6xN1otoI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.617968559265rem;left:14.280468940735rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fGAPTVR50vB31uI2LUwiRb79PohgaFSV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:30.68359375rem;left:32.562500953674rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FxLA6cSXxW5TTiHsAV4kkn4iJFNLtUvF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:30.846093177796rem;left:49.343750953674rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B6WtDOOdOIEivs7tM7fHn7a8S7NvlvwI { color:rgba(var(--color-primary-2),1);display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.78515625rem;left:16.936718940735rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDhlh2IEz8olw0e05NueeKvvEDERPNX5 { box-sizing:content-box;height:5.25rem;width:5.25rem;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-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:16.780468940735rem;display:block; }
#Ui1brx9X4vNzEwB4TW2Rzy94TJBqbdx8 { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:34.875000953674rem;display:block; }
#d9cK8RIMfqoopOF9pVfQMC0cOnpmb7eV { box-sizing:content-box;height:5.25rem;width:5.25rem;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:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:53.000000953674rem;display:block; }
#uqPPrzaAwA6o6BQoqTsbiFNEzo2065yn { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:11.674999237061rem;left:14.717968940735rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#sdq02EfAzyJm0JPRzoWwFNho1tyPh8bH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.9375rem;left:12.717968940735rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#JIvQlrp03hdvx4Uz7TWSmRQLlcWnO6Ll { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:32.9375rem;left:30.812500953674rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#PQT0SQIIdR0f3v6wWvmnlW88xTy4O881 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.9375rem;left:48.937500953674rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#md1LGd2mRBNw2bVGW5R18m8AwIkcfHeD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:9rem;left:29.0625rem;display:block; }
#C5nFt9MWtIZTmFbuzOINF6y9Ka7xIQBa { position:absolute;display:block;z-index:15008;background-color:#3c3e3f;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:25rem;top:9.0625rem;left:25rem;display:block; }
#DVpL3qFk1rCSQd9LHmvVrxtPXDhBUzIR { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.0625rem;left:17.467968940735rem;overflow:hidden;display:block; }
#OgNWumPkM5MmmAKiZWapGT54qANz11vw { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.125rem;left:35.500000953674rem;overflow:hidden;display:block; }
#wyrhA3KtnkoB0g0KbKNmVzRAxwvcS7Lm { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:25.0625rem;left:53.625000953674rem;overflow:hidden;display:block; }
#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container { background-color: transparent; background-image: none; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container > .video-iframe-container { display: none; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row > .video-iframe-container { display: none; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .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); }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container { border-width: 0; border-radius: 0; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#xoUcZKsZptBzFO30dq9b2QvAtflGCK5l { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:22.6875rem;left:6.5625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4ZovxLL63ZyRAOw0T0AgEa8FyO0Od62 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:11.375rem;left:0rem;display:block; }
#MxlX5BUXQJ8slv4qASJZzlfsIiOR6N3b { color:rgba(var(--color-primary-2),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#seHgLO9v7xLay9i2sr79D5D4BxGdBcAr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:11.3125rem;left:4.0625rem;display:block; }
#z9gsHi1mSLeFD5ETBKihZwnbtAKZ87Qw { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.6875rem;left:31.625rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMaFCMO7AomLXZIhSmO1PgeGy0QrTyXE { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.6875rem;left:56.625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MLWTfZuZUZgvpvlGshrTOGIv5UPJOatM { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:35.1875rem;left:6.5625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcg9XvxqUwoX5afBrghObaZJTTttWxBa { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:35.1875rem;left:31.625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRsd0BRAzHMVii7wbPK6ieP3adhgcK1Z { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:35.1875rem;left:56.625rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg2AIo0J0AF9wyceH08BNZDTJ0f8DEqv { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:16.9375rem;left:34.875rem;overflow:hidden;display:block; }
#TL4xtBNCkSoNPtcgEcWAkgVWUTpsDl5I { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:17.4375rem;left:10.3125rem;overflow:hidden;display:block; }
#psBO0Xw26imDx9i7nrNkkquKGGIpG5ET { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:16.9375rem;left:59.875rem;overflow:hidden;display:block; }
#uChxdzbzkGvJXLXereGOlLzi1JZfxbJX { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:29.5rem;left:10.3125rem;overflow:hidden;display:block; }
#lsMn7IRZsugXqDqixzTWggGb80TiQ5V7 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:29.53125rem;left:35.343750953674rem;overflow:hidden;display:block; }
#ndlNGDEm9NzFIWTCO2Ix3JfnGkkqRx6H { 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:5.25rem;width:5.25rem;top:29.03125rem;left:59.875000953674rem;overflow:hidden;display:block; }
#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe { 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; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container { background-color: transparent; background-image: none; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container > .video-iframe-container { display: none; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row > .video-iframe-container { display: none; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .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); }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container { border-width: 0; border-radius: 0; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container { font-size:0.875rem;font-family:arial;height:110.75rem;width:75rem;position:relative;display:block; }#ixMxpZJQwwzupz9HPItbONgsb7eTq6K3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0000004768372rem;left:18.530468940735rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTezWSI8fHz2aVvlGcU1pO9U9VTseT4n { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.462499856949rem;left:18.811718940735rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#EZgAfGbHIq5SxVPHX8Rhw6oOOXdNMGIl { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.4375rem;left:8.8125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XpzCwbcLhwEFHcfI7QvE7RM85iorMbhO { color:rgba(var(--color-secondary-1),1);display:block;width:2.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:8.625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#QJrWpR9tETc6NFF2Cu9h5Exx4cs7yCko { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.625rem;left:8.8125rem;height:11.7rem;display:block; }
#ucvrtpJUm1H7ChHTBSlApHAx9gfZpGq9 { color:rgba(var(--color-secondary-1),1);display:block;width:2.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:47.25rem;left:63.875rem;height:3.4125rem;text-align:right;text-align-last:right;display:block; }
#bi5NP97Fih829OsvVdX9yvxOSJqXgT4k { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:51rem;left:43.875rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JpaeOCJDVsSc8NIMOQ8M32U3GygTQeqe { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:56.9375rem;left:43.8125rem;height:10.4rem;text-align:right;text-align-last:right;display:block; }
#VFVfG6rl4Hmb617pxXiT70bCp9ZiE7Nq { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:76.9375rem;left:8.75rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOGnZUlgZxbt4Gomc1aPFGldccJ6TzQr { color:rgba(var(--color-secondary-1),1);display:block;width:2.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:73.0625rem;left:8.5625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#OgQXIEKasS8u2BoOhMrzU4dduRRbaT1c { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:83.0625rem;left:8.75rem;height:10.4rem;display:block; }
#r3X7Pio5mmKOR2Lom6qBvJTw0XlGezOB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:25.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:100.3125rem;left:24.875000953674rem;display:block; }
#xU73lqhFWem99qxod511UohEt3229mBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyABNzTeLCPaPmWpdhoN92XQQF5bObBZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.375rem;width:25.875rem;top:74.125rem;left:40.5625rem;overflow:hidden;display:block; }
#IbQAxAtuIaiV20TaEtCSKDiKnf3zJSZP { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.375rem;width:25.875rem;top:48.012500762939rem;left:8.811718940735rem;overflow:hidden;display:block; }
#BZoHseoa0zGlqyhp4v8J8rOtbXRmqTHV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.375rem;width:25.875rem;top:23.000000476837rem;left:40.675000190735rem;overflow:hidden;display:block; }
#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP { position:relative;display:block; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP { background-color: transparent; background-image: none; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row .container > .video-iframe-container { display: none; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row > .video-iframe-container { display: none; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .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); }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP { border-width: 0; border-radius: 0; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TQUCITWAFAyO9J4cA7QoUaZbeN2wi7J0 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.5rem;left:4.125rem;height:5.5rem;display:block; }
#Cm8uq796hOhlqvBehQsXtsqSTr5xV5DH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.4375rem;height:11.7rem;display:block; }
#p3m3bdXSghbiyggE8IgM0QEo5u3X9TTp { position:absolute;display:block;z-index:15002;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:19.875rem;width:35.5rem;top:7.5rem;left:38.500000953674rem;display:block; }
#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 { 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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container { background-color: transparent; background-image: none; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container > .video-iframe-container { display: none; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row > .video-iframe-container { display: none; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .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); }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container { border-width: 0; border-radius: 0; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#JAUXaKFeK4dGqQG07AoWE8hGTyvrrnIB { color:rgba(var(--color-primary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5rem;left:20.5625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#WfBKOmob7spvJU2I9QlbAVhHqxW0sDla { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:9.3125rem;left:29.0625rem;display:block; }
#TwC4Pz9Jiweb8FH1TdzQGHTDtdKiKyOP { position:absolute;display:block;z-index:15010;background-color:#3c3e3f;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:25rem;top:9.375rem;left:25rem;display:block; }
#KsM1COuONqo5BkdlaDvLzcB47sq6TLy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:11.875rem;left:15.1875rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#lgbradzIslk0wNDAxlSGJEpoFZrea0to { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:12.375rem;top:24.125rem;left:31.25rem;overflow:hidden;display:block; }
#LkyyLvieynTPou6refyJlfLFDRVi1Nta { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:12.375rem;top:24.1875rem;left:45.6875rem;overflow:hidden;display:block; }
#cgy5CI6NapOBk8MfLhlVs5sA4nJKT7XA { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.375rem;top:24.0625rem;left:16.9375rem;overflow:hidden;display:block; }
#ip9n6TL6ZTvRN2T6W5xecQFkT34DJrHw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:33.625rem;left:16.936718940735rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#VsXGWGsWTZ2WsimxE7igLeO5shnsf7Oc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:33.625rem;left:30.437500953674rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TvxHCbJlpz3oTTFO3SiFcIsmAJLae4TX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:33.625rem;left:46.925000190735rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Os7uF1KgV9TH76246AlgxQKLEOxdG5Dc { box-sizing:content-box;height:0.1875rem;width:5.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.609375rem;left:24.675000190735rem;display:block; }
#nfQNkFNhZM4e59hhgE31QCMUTWMnrUAE { box-sizing:content-box;height:0.1875rem;width:5.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.546875rem;left:41.050000190735rem;display:block; }
#ZCN10SgR1ha3FxUn4vkk3un9RE4Bk5rw { box-sizing:content-box;height:3.6875rem;width:43.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);top:32.64687538147rem;left:15.724999427796rem;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; }
#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp { position:relative;display:block; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp { background-color: transparent; background-image: none; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row .container > .video-iframe-container { display: none; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row > .video-iframe-container { display: none; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .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); }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp { border-width: 0; border-radius: 0; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u5ziTzTEO9kUw4JZoG0DdgSzIaymfpdJ { color:rgba(var(--color-primary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.3125rem;left:5.3125rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#TTMTTtrAGMQMb1A8a4DS18CyMmBCwxIX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:5.3125rem;height:14.3rem;display:block; }
#BuohQ1XvqXu9JPwphNNGXa7LVhMB1Zdb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:5.3125rem;height:1.625rem;font-style:normal;display:block; }
#J0Wv07kKLsesdHBPTpR9V8OaLMtW1bTC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:40.25rem;height:10.4rem;display:block; }
#vtXJCPnBSMtpzBz08UnPDczFcgrbqXpg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:40.25rem;height:1.625rem;font-style:normal;display:block; }
#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS { 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; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container { background-color: transparent; background-image: none; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container > .video-iframe-container { display: none; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row > .video-iframe-container { display: none; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .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); }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container { border-width: 0; border-radius: 0; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-form-header {  }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:36.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-text {padding-top: 0; padding-bottom: 0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left: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:36.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.1875rem;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;box-shadow: none; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-select {padding-top: 0; padding-bottom: 0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:36.1875rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:montserrat;font-size:0.875rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .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:34.8125rem;overflow:hidden;font-style:normal; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .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; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .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-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-container:first-of-type{padding-top:0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-container:last-of-type{padding-bottom:0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:5.125rem;left:31.625rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.1875rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .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; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS {display:block;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:5.125rem;left:31.625rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #IJuFF42HcmI0iHG9TDKyTFfIe47DPGaQ { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #TNlwG2Xvagzya8EwW9rPOFWEkxJVeevP { position:relative;display:block; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #NWLfvsH3Lsr29XSwyVkOlbIq0tZJVFtr { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #yta1OJcq9symcprp8foKWUh9IpLz1Rmb { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #p61eStgCGdwrXSSOWaT57UcApwiToDn2 { position:relative;display:block; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #R72oQC4Mrunv8TwR76yLdeUwcbuUpPNv { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #zrWyVyTvyRglqHrABFa0qwHRWfIpNWSr { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #dEH7Ta7skO943bKRwSpHkiUs7Czy4vpr { position:relative;display:block; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #TN0miwhUAvLIqP53KfJQ5Wsw1d3DxeCV { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #XJBTQ7hIfewsV44gSyZnoHwVf1gSZRm5 { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #iXZx3mM7OOsnuHXNV6s5seKlVS38l2On { position:relative;display:block; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #ZvMZdp6CqIF5CXwAET4tZQExMRdPz0Z0 { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #pB2vuoiyy7yWJUGxd6TNIHbatDSzg3UO { position:relative; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #AnUoSGUFiIt8ZRUoUwlJ4JsFVZTC39my { position:relative; }
#rFXrbfcTDrdKlBn8blaxqGOlNaVpxu0I { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.4375rem;left:4.6875rem;height:5.25rem;display:block; }
#PLd3FW4KBoXA87E7Hd6R0owWk2aGUQeL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.4375rem;left:4.6875rem;height:1.3rem;display:block; }
#vAv4dCNfxklD2nS4QnDdBHnrPRuGXiqV { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.375rem;left:4.6875rem;height:1.54375rem;font-style:normal;display:block; }
#cQhVwQ08aSSvhieWVwIUiB9rCG39bVvl { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:4.6875rem;height:2.6rem;display:block; }
#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { background-color: transparent; background-image: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container > .video-iframe-container { display: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container { display: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .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); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { border-width: 0; border-radius: 0; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#Fnv9TlFZSqfkHpkwQK6ZNpxxcc8bhcBh { color:#0f0f0f;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5.9171876907349rem;left:48.050000190735rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L9IO5fXnMLA2MM2UrBI9t0q0XG8J0Wza { 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:3.6242189407349rem;left:60.112504005432rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KExCfG8Rnckdn3NgTBL0GKqET3zyf8m4 { 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.125rem;width:63.75rem;top:14.898436546326rem;left:5.625rem;display:block; }
#b8zDL7antMaqbxLbBTE1qc3ihdPHpRry { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.75rem;top:3.625rem;left:5.625rem;overflow:hidden;display:block; }
#u69CbMm7qi5WREyZcuGSOxT2KVFpoMqN { 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:3rem;width:8rem;top:3.6875rem;left:14.9375rem;overflow:hidden;display:block; }
#pwHErn90P9RRpITXHRrcACv4cJFTehL1 { 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:15.723437309265rem;left:5.625rem;height:1.225rem;font-style:normal;display:block; }
#Jm4MVqgOdcGxJROG2NKxXRrUXrVUGUyJ { 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:7.667187690735rem;left:59.800000190735rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SLI3bE5KzqN5fOxZxNpO6w20aq6pvcrc { 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:10.935936927796rem;left:67.912499427794rem; }
#SLI3bE5KzqN5fOxZxNpO6w20aq6pvcrc > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#yELAy30iHH1HwHoQzvlcC9V630hUeUmK { 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:10.935936927796rem;left:65.900002479556rem; }
#yELAy30iHH1HwHoQzvlcC9V630hUeUmK > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#uvMiTp1Hf5JmWVmoeLD4QdfbvxxMO9E3 { 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:10.935936927796rem;left:63.925004005431rem; }
#uvMiTp1Hf5JmWVmoeLD4QdfbvxxMO9E3 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#Hx4RkUvhacrayJB5iE4vkmiVO5D5Uy8r { 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:10.935936927796rem;left:61.737504005432rem; }
#Hx4RkUvhacrayJB5iE4vkmiVO5D5Uy8r > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#JlmPKdXfOWSVSxtDo6kcL0RMZzm97UtM { 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:1.875rem;width:7.75rem;top:3.6250009536743rem;left:24.874218940735rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 { display:block; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hniQBSICymheWz6TNJk1FgtTToxL2Npa { width:9.8125rem;height:2.5625rem;top:1.875rem;left:20.524998664856rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMtQmNCyi496VKmsmM4UV94DMdQuSn5z { display:block; }
 }@media only screen and (max-width: 763px) { #lzRfP9fO3tSDSivJiC3voC5ZRHJnRofH { width:11.9375rem;height:2.5625rem;top:1.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRPsFxhrzJdZr6BWIoMQTSL4rMramtnc { display:block; }
 }@media only screen and (max-width: 763px) { #NMTi2nGcQAvzwJcHHHIRfBlyKEws0EnT { width:12.5rem;height:4.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrc17hg5o5QTVO1MiLrSPQ33w0LtIzb2 { width:7.375rem;height:2.5625rem;top:1.875rem;left:30.724999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJQhTJ3a9t8cAUp0BVyrcd1urzLuSKWC { display:block; }
 }@media only screen and (max-width: 763px) { #GV3ZmSIbAp7Lc6b2AGxTMV79Da901Rlm { width:9.8125rem;height:2.5625rem;top:1.875rem;left:37.612500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0I2k4nI6R3UJsOEGd2VI0DeLf7kKMAX { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUx2SzSzeRrmGf5D2FdzsaCfxqv5mRF2 { width:12.5rem;height:0;top:12.375rem;left:10.599999427796rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oblBTp2qDqNrhkG42QlDppR28EtR2uAV { width:47.75rem;height:6.875rem;top:12.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crqsLXZsn7ycxukVLZq7Ak33U58blKG1 { width:17.5rem;height:3.4375rem;top:29.25rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkTnTzBDaXaEDxhCyHT4axefw7z5bxE { display:block; }
 }@media only screen and (max-width: 763px) { #yREcHxhRknsDXI8FmnMNeSW5qTwMF4Oa { width:38.4375rem;height:3rem;top:21.5rem;left:4.6554689407349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsQSmADmHI5SQXAw8FiHVLCI0VGC26oJ { width:40.625rem;height:4.9375rem;top:20.5625rem;left:3.5617189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 { display:block; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIV9o3TbdLWKrz5iqx3TBndK6xN1otoI { width:10.25rem;height:1.6875rem;top:30.5625rem;left:0.65546894073488rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGAPTVR50vB31uI2LUwiRb79PohgaFSV { width:9.875rem;height:1.5625rem;top:30.625rem;left:18.937500953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxLA6cSXxW5TTiHsAV4kkn4iJFNLtUvF { width:12.5625rem;height:1.25rem;top:30.8125rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WtDOOdOIEivs7tM7fHn7a8S7NvlvwI { width:41.125rem;height:2.5rem;top:5.75rem;left:3.3117189407349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhlh2IEz8olw0e05NueeKvvEDERPNX5 { width:5.25rem;height:5.25rem;top:24.375rem;left:3.1554689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1brx9X4vNzEwB4TW2Rzy94TJBqbdx8 { width:5.25rem;height:5.25rem;top:24.375rem;left:21.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9cK8RIMfqoopOF9pVfQMC0cOnpmb7eV { width:5.25rem;height:5.25rem;top:24.375rem;left:39.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqPPrzaAwA6o6BQoqTsbiFNEzo2065yn { width:45.5625rem;height:7.875rem;top:11.625rem;left:1.0929689407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdq02EfAzyJm0JPRzoWwFNho1tyPh8bH { width:13.375rem;height:2.75rem;top:32.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIvQlrp03hdvx4Uz7TWSmRQLlcWnO6Ll { width:13.375rem;height:2.75rem;top:32.9375rem;left:17.187500953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQT0SQIIdR0f3v6wWvmnlW88xTy4O881 { width:13.375rem;height:2.75rem;top:32.9375rem;left:34.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1LGd2mRBNw2bVGW5R18m8AwIkcfHeD { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nFt9MWtIZTmFbuzOINF6y9Ka7xIQBa { width:25rem;height:0.0625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpL3qFk1rCSQd9LHmvVrxtPXDhBUzIR { width:3.875rem;height:3.875rem;top:25.0625rem;left:3.8429689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNWumPkM5MmmAKiZWapGT54qANz11vw { width:3.875rem;height:3.875rem;top:25.125rem;left:21.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyrhA3KtnkoB0g0KbKNmVzRAxwvcS7Lm { width:4.0625rem;height:4.0625rem;top:25.0625rem;left:40.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX { display:block; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoUcZKsZptBzFO30dq9b2QvAtflGCK5l { width:11.8125rem;height:2.375rem;top:22.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ZovxLL63ZyRAOw0T0AgEa8FyO0Od62 { width:25rem;height:0.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlX5BUXQJ8slv4qASJZzlfsIiOR6N3b { width:37.9375rem;height:3.25rem;top:7rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #seHgLO9v7xLay9i2sr79D5D4BxGdBcAr { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9gsHi1mSLeFD5ETBKihZwnbtAKZ87Qw { width:11.8125rem;height:1.1875rem;top:22.6875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMaFCMO7AomLXZIhSmO1PgeGy0QrTyXE { width:11.8125rem;height:2.375rem;top:22.6875rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLWTfZuZUZgvpvlGshrTOGIv5UPJOatM { width:11.8125rem;height:2.375rem;top:35.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcg9XvxqUwoX5afBrghObaZJTTttWxBa { width:11.8125rem;height:2.375rem;top:35.1875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRsd0BRAzHMVii7wbPK6ieP3adhgcK1Z { width:11.8125rem;height:2.375rem;top:35.1875rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2AIo0J0AF9wyceH08BNZDTJ0f8DEqv { width:5.25rem;height:5.25rem;top:16.9375rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4xtBNCkSoNPtcgEcWAkgVWUTpsDl5I { width:4.3125rem;height:4.3125rem;top:17.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #psBO0Xw26imDx9i7nrNkkquKGGIpG5ET { width:5.25rem;height:5.25rem;top:16.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChxdzbzkGvJXLXereGOlLzi1JZfxbJX { width:4.3125rem;height:4.3125rem;top:29.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsMn7IRZsugXqDqixzTWggGb80TiQ5V7 { width:4.3125rem;height:4.3125rem;top:29.5rem;left:21.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndlNGDEm9NzFIWTCO2Ix3JfnGkkqRx6H { width:5.25rem;height:5.25rem;top:29rem;left:37.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe { display:block; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixMxpZJQwwzupz9HPItbONgsb7eTq6K3 { width:37.9375rem;height:3.25rem;top:6rem;left:4.9054689407349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTezWSI8fHz2aVvlGcU1pO9U9VTseT4n { width:37.375rem;height:3.0625rem;top:11.4375rem;left:5.1867189407349rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgAfGbHIq5SxVPHX8Rhw6oOOXdNMGIl { width:27.125rem;height:4.0625rem;top:24.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpzCwbcLhwEFHcfI7QvE7RM85iorMbhO { width:2.625rem;height:3.375rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJrWpR9tETc6NFF2Cu9h5Exx4cs7yCko { width:25.8125rem;height:11.6875rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvrtpJUm1H7ChHTBSlApHAx9gfZpGq9 { width:2.625rem;height:3.375rem;top:47.25rem;left:45.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi5NP97Fih829OsvVdX9yvxOSJqXgT4k { width:22.4375rem;height:4.0625rem;top:51rem;left:25.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpaeOCJDVsSc8NIMOQ8M32U3GygTQeqe { width:22.625rem;height:10.375rem;top:56.9375rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFVfG6rl4Hmb617pxXiT70bCp9ZiE7Nq { width:27.125rem;height:4.0625rem;top:76.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOGnZUlgZxbt4Gomc1aPFGldccJ6TzQr { width:2.625rem;height:3.375rem;top:73.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgQXIEKasS8u2BoOhMrzU4dduRRbaT1c { width:25.8125rem;height:10.375rem;top:83.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3X7Pio5mmKOR2Lom6qBvJTw0XlGezOB { width:25.25rem;height:3.4375rem;top:100.3125rem;left:11.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU73lqhFWem99qxod511UohEt3229mBb { display:block; }
 }@media only screen and (max-width: 763px) { #PyABNzTeLCPaPmWpdhoN92XQQF5bObBZ { width:25.875rem;height:19.375rem;top:74.125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQAxAtuIaiV20TaEtCSKDiKnf3zJSZP { width:25.875rem;height:19.375rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoHseoa0zGlqyhp4v8J8rOtbXRmqTHV { width:25.875rem;height:19.375rem;top:23rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP { display:block; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQUCITWAFAyO9J4cA7QoUaZbeN2wi7J0 { width:20rem;height:5.5rem;top:7.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm8uq796hOhlqvBehQsXtsqSTr5xV5DH { width:28.9375rem;height:11.6875rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3m3bdXSghbiyggE8IgM0QEo5u3X9TTp { width:35.5rem;height:19.875rem;top:7.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 { display:block; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAUXaKFeK4dGqQG07AoWE8hGTyvrrnIB { width:33.875rem;height:2.75rem;top:5rem;left:6.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfBKOmob7spvJU2I9QlbAVhHqxW0sDla { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwC4Pz9Jiweb8FH1TdzQGHTDtdKiKyOP { width:25rem;height:0.0625rem;top:9.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsM1COuONqo5BkdlaDvLzcB47sq6TLy2 { width:44.5625rem;height:7.875rem;top:11.875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgbradzIslk0wNDAxlSGJEpoFZrea0to { width:12.375rem;height:4.875rem;top:24.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkyyLvieynTPou6refyJlfLFDRVi1Nta { width:12.375rem;height:3.0625rem;top:24.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgy5CI6NapOBk8MfLhlVs5sA4nJKT7XA { width:12.375rem;height:4.3125rem;top:24.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip9n6TL6ZTvRN2T6W5xecQFkT34DJrHw { width:7.1875rem;height:2rem;top:33.625rem;left:3.3117189407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsXGWGsWTZ2WsimxE7igLeO5shnsf7Oc { width:10.25rem;height:2rem;top:33.625rem;left:16.812500953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxHCbJlpz3oTTFO3SiFcIsmAJLae4TX { width:11.1875rem;height:2rem;top:33.625rem;left:33.300000190735rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os7uF1KgV9TH76246AlgxQKLEOxdG5Dc { width:5.3125rem;height:0.1875rem;top:34.5625rem;left:11.050000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfQNkFNhZM4e59hhgE31QCMUTWMnrUAE { width:5.3125rem;height:0.1875rem;top:34.5rem;left:27.425000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCN10SgR1ha3FxUn4vkk3un9RE4Bk5rw { width:43.25rem;height:3.6875rem;top:32.625rem;left:2.0999994277954rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp { display:block; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5ziTzTEO9kUw4JZoG0DdgSzIaymfpdJ { width:33.875rem;height:2.75rem;top:5.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMTTtrAGMQMb1A8a4DS18CyMmBCwxIX { width:31.0625rem;height:14.25rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuohQ1XvqXu9JPwphNNGXa7LVhMB1Zdb { width:28.9375rem;height:1.625rem;top:11.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Wv07kKLsesdHBPTpR9V8OaLMtW1bTC { width:29.375rem;height:10.375rem;top:14.3125rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtXJCPnBSMtpzBz08UnPDczFcgrbqXpg { width:28.9375rem;height:1.625rem;top:11.6875rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS { display:block; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-regular-label { width:36.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-text { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-text {padding-top: 0; padding-bottom: 0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-textarea { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-select { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-select {padding-top: 0; padding-bottom: 0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-button { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-checkbox-label { width:34.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS  { width:36.1875rem;height:0;top:5.125rem;left:9.0625rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .radio-container { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS {display:block;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS { width:36.1875rem;height:0;top:5.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #IJuFF42HcmI0iHG9TDKyTFfIe47DPGaQ {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #TNlwG2Xvagzya8EwW9rPOFWEkxJVeevP {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #NWLfvsH3Lsr29XSwyVkOlbIq0tZJVFtr {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #yta1OJcq9symcprp8foKWUh9IpLz1Rmb {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #p61eStgCGdwrXSSOWaT57UcApwiToDn2 { display:block; }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #R72oQC4Mrunv8TwR76yLdeUwcbuUpPNv {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #zrWyVyTvyRglqHrABFa0qwHRWfIpNWSr {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #dEH7Ta7skO943bKRwSpHkiUs7Czy4vpr {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #TN0miwhUAvLIqP53KfJQ5Wsw1d3DxeCV {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #XJBTQ7hIfewsV44gSyZnoHwVf1gSZRm5 {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #iXZx3mM7OOsnuHXNV6s5seKlVS38l2On {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #ZvMZdp6CqIF5CXwAET4tZQExMRdPz0Z0 {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #pB2vuoiyy7yWJUGxd6TNIHbatDSzg3UO {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #AnUoSGUFiIt8ZRUoUwlJ4JsFVZTC39my {  }
 }@media only screen and (max-width: 763px) { #rFXrbfcTDrdKlBn8blaxqGOlNaVpxu0I { width:20rem;height:5.25rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLd3FW4KBoXA87E7Hd6R0owWk2aGUQeL { width:20.5rem;height:1.25rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAv4dCNfxklD2nS4QnDdBHnrPRuGXiqV { width:20.5rem;height:1.5rem;top:20.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQhVwQ08aSSvhieWVwIUiB9rCG39bVvl { width:22.1875rem;height:2.5625rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { background-color: transparent; background-image: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container > .video-iframe-container { display: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container { display: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .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); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { border-width: 0; border-radius: 0; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fnv9TlFZSqfkHpkwQK6ZNpxxcc8bhcBh { top:5.875rem;left:26.3125rem;width:21.4375rem;height:1.3125rem;font-size:0.9375rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #L9IO5fXnMLA2MM2UrBI9t0q0XG8J0Wza { top:3.5625rem;left:38.5rem;width:9.25rem;height:1.375rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #KExCfG8Rnckdn3NgTBL0GKqET3zyf8m4 { top:14.875rem;left:0rem;width:47.75rem;height:0.125rem;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) { #b8zDL7antMaqbxLbBTE1qc3ihdPHpRry { width:7.75rem;height:2.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u69CbMm7qi5WREyZcuGSOxT2KVFpoMqN { width:8rem;height:3rem;top:3.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwHErn90P9RRpITXHRrcACv4cJFTehL1 { top:15.6875rem;left:0rem;width:37.4375rem;height:1.25rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4MVqgOdcGxJROG2NKxXRrUXrVUGUyJ { top:7.625rem;left:26.3125rem;width:9.5625rem;height:1.3125rem;font-size:0.9375rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #SLI3bE5KzqN5fOxZxNpO6w20aq6pvcrc { width:1.625rem;height:1.625rem;top:10.875rem;left:46.125rem;display:block; }
#SLI3bE5KzqN5fOxZxNpO6w20aq6pvcrc > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #yELAy30iHH1HwHoQzvlcC9V630hUeUmK { width:1.625rem;height:1.625rem;top:10.875rem;left:46.125rem;display:block; }
#yELAy30iHH1HwHoQzvlcC9V630hUeUmK > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #uvMiTp1Hf5JmWVmoeLD4QdfbvxxMO9E3 { width:1.625rem;height:1.625rem;top:10.875rem;left:46.125rem;display:block; }
#uvMiTp1Hf5JmWVmoeLD4QdfbvxxMO9E3 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Hx4RkUvhacrayJB5iE4vkmiVO5D5Uy8r { width:1.625rem;height:1.625rem;top:10.875rem;left:46.125rem;display:block; }
#Hx4RkUvhacrayJB5iE4vkmiVO5D5Uy8r > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #JlmPKdXfOWSVSxtDo6kcL0RMZzm97UtM { width:7.75rem;height:1.875rem;top:3.625rem;left:11.249218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 { position:relative;z-index:auto;display:block; }#huKiTxcpnJb1w1MUTtoytpCvQqNWmyl3 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hniQBSICymheWz6TNJk1FgtTToxL2Npa { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMtQmNCyi496VKmsmM4UV94DMdQuSn5z { display:block; }
 }@media only screen and (max-width: 763px) { #lzRfP9fO3tSDSivJiC3voC5ZRHJnRofH { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRPsFxhrzJdZr6BWIoMQTSL4rMramtnc { display:block; }
 }@media only screen and (max-width: 763px) { #NMTi2nGcQAvzwJcHHHIRfBlyKEws0EnT { width:12.5rem;height:4.4375rem;top:11.09375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrc17hg5o5QTVO1MiLrSPQ33w0LtIzb2 { width:7.375rem;height:2.5625rem;top:16.78125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJQhTJ3a9t8cAUp0BVyrcd1urzLuSKWC { display:block; }
 }@media only screen and (max-width: 763px) { #GV3ZmSIbAp7Lc6b2AGxTMV79Da901Rlm { width:9.8125rem;height:2.5625rem;top:20.59375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0I2k4nI6R3UJsOEGd2VI0DeLf7kKMAX { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUx2SzSzeRrmGf5D2FdzsaCfxqv5mRF2 { width:12.5rem;height:0;top:9.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oblBTp2qDqNrhkG42QlDppR28EtR2uAV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #crqsLXZsn7ycxukVLZq7Ak33U58blKG1 { width:17.5rem;height:3.4375rem;top:16.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkTnTzBDaXaEDxhCyHT4axefw7z5bxE { display:block; }
 }@media only screen and (max-width: 763px) { #yREcHxhRknsDXI8FmnMNeSW5qTwMF4Oa { width:20rem;height:0;top:11.59375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsQSmADmHI5SQXAw8FiHVLCI0VGC26oJ { width:20rem;height:4.9375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 { display:block; }#ofufIygL1DJhFw28xmaP4ZWbtctEhyx5 > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIV9o3TbdLWKrz5iqx3TBndK6xN1otoI { width:10.25rem;height:0;top:36.375rem;left:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGAPTVR50vB31uI2LUwiRb79PohgaFSV { width:9.875rem;height:0;top:39.33125rem;left:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxLA6cSXxW5TTiHsAV4kkn4iJFNLtUvF { width:12.5625rem;height:0;top:42.15625rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WtDOOdOIEivs7tM7fHn7a8S7NvlvwI { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhlh2IEz8olw0e05NueeKvvEDERPNX5 { width:5.25rem;height:5.25rem;top:16.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1brx9X4vNzEwB4TW2Rzy94TJBqbdx8 { width:5.25rem;height:5.25rem;top:23.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9cK8RIMfqoopOF9pVfQMC0cOnpmb7eV { width:5.25rem;height:5.25rem;top:29.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqPPrzaAwA6o6BQoqTsbiFNEzo2065yn { width:20rem;height:0;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdq02EfAzyJm0JPRzoWwFNho1tyPh8bH { width:13.375rem;height:0;top:44.65625rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIvQlrp03hdvx4Uz7TWSmRQLlcWnO6Ll { width:13.375rem;height:0;top:48.66875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQT0SQIIdR0f3v6wWvmnlW88xTy4O881 { width:13.375rem;height:0;top:52.68125rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1LGd2mRBNw2bVGW5R18m8AwIkcfHeD { width:3.75rem;height:0.1875rem;top:6.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nFt9MWtIZTmFbuzOINF6y9Ka7xIQBa { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpL3qFk1rCSQd9LHmvVrxtPXDhBUzIR { width:3.875rem;height:3.875rem;top:17.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNWumPkM5MmmAKiZWapGT54qANz11vw { width:3.875rem;height:3.875rem;top:24.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyrhA3KtnkoB0g0KbKNmVzRAxwvcS7Lm { width:4.0625rem;height:4.0625rem;top:30.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX { display:block; }#BLd7HgGGyAxew1Qob7lP8a2yzyly2RsX > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoUcZKsZptBzFO30dq9b2QvAtflGCK5l { width:16.875rem;height:3rem;top:15.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ZovxLL63ZyRAOw0T0AgEa8FyO0Od62 { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlX5BUXQJ8slv4qASJZzlfsIiOR6N3b { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #seHgLO9v7xLay9i2sr79D5D4BxGdBcAr { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9gsHi1mSLeFD5ETBKihZwnbtAKZ87Qw { width:11.8125rem;height:0;top:40.7125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMaFCMO7AomLXZIhSmO1PgeGy0QrTyXE { width:11.8125rem;height:0;top:58.875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLWTfZuZUZgvpvlGshrTOGIv5UPJOatM { width:11.8125rem;height:0;top:30.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcg9XvxqUwoX5afBrghObaZJTTttWxBa { width:11.8125rem;height:0;top:48.725rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRsd0BRAzHMVii7wbPK6ieP3adhgcK1Z { width:11.8125rem;height:0;top:69.025rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg2AIo0J0AF9wyceH08BNZDTJ0f8DEqv { width:5.25rem;height:5.25rem;top:34.2125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4xtBNCkSoNPtcgEcWAkgVWUTpsDl5I { width:4.3125rem;height:4.3125rem;top:19.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psBO0Xw26imDx9i7nrNkkquKGGIpG5ET { width:5.25rem;height:5.25rem;top:52.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChxdzbzkGvJXLXereGOlLzi1JZfxbJX { width:4.3125rem;height:4.3125rem;top:25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsMn7IRZsugXqDqixzTWggGb80TiQ5V7 { width:4.3125rem;height:4.3125rem;top:43.1625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndlNGDEm9NzFIWTCO2Ix3JfnGkkqRx6H { width:5.25rem;height:5.25rem;top:62.525rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe { display:block; }#v6R7A4AlDo92mSDeSPAUrFAzPw8VfXUe > .row .container { width:20rem;height:129.62753623188rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixMxpZJQwwzupz9HPItbONgsb7eTq6K3 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTezWSI8fHz2aVvlGcU1pO9U9VTseT4n { width:20rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZgAfGbHIq5SxVPHX8Rhw6oOOXdNMGIl { width:20rem;height:0;top:14.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpzCwbcLhwEFHcfI7QvE7RM85iorMbhO { width:2.625rem;height:0;top:10.0875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJrWpR9tETc6NFF2Cu9h5Exx4cs7yCko { width:20rem;height:0;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvrtpJUm1H7ChHTBSlApHAx9gfZpGq9 { width:2.625rem;height:0;top:65.464190821256rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi5NP97Fih829OsvVdX9yvxOSJqXgT4k { width:20rem;height:0;top:70.126690821256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpaeOCJDVsSc8NIMOQ8M32U3GygTQeqe { width:20rem;height:0;top:75.439190821256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFVfG6rl4Hmb617pxXiT70bCp9ZiE7Nq { width:20rem;height:0;top:91.751690821256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOGnZUlgZxbt4Gomc1aPFGldccJ6TzQr { width:2.625rem;height:0;top:87.089190821256rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgQXIEKasS8u2BoOhMrzU4dduRRbaT1c { width:20rem;height:0;top:97.064190821256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3X7Pio5mmKOR2Lom6qBvJTw0XlGezOB { width:19rem;height:3.4375rem;top:124.94003623188rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU73lqhFWem99qxod511UohEt3229mBb { display:block; }
 }@media only screen and (max-width: 763px) { #PyABNzTeLCPaPmWpdhoN92XQQF5bObBZ { width:20rem;height:14.975845410628rem;top:108.71419082126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQAxAtuIaiV20TaEtCSKDiKnf3zJSZP { width:20rem;height:14.975845410628rem;top:49.238345410628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZoHseoa0zGlqyhp4v8J8rOtbXRmqTHV { width:20rem;height:14.975845410628rem;top:33.0125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP { display:block; }#MCQGQEcNqVaJWKouBgdxVkK1tIoaJkVP > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQUCITWAFAyO9J4cA7QoUaZbeN2wi7J0 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm8uq796hOhlqvBehQsXtsqSTr5xV5DH { width:20rem;height:0;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3m3bdXSghbiyggE8IgM0QEo5u3X9TTp { width:20rem;height:11.197183098592rem;top:20.95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 { display:block; }#yGsvodsTiLkK5GeektMk6qBsNwhKvUe1 > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAUXaKFeK4dGqQG07AoWE8hGTyvrrnIB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfBKOmob7spvJU2I9QlbAVhHqxW0sDla { width:3.75rem;height:0.1875rem;top:6.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwC4Pz9Jiweb8FH1TdzQGHTDtdKiKyOP { width:20rem;height:0.0625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsM1COuONqo5BkdlaDvLzcB47sq6TLy2 { width:20rem;height:0;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgbradzIslk0wNDAxlSGJEpoFZrea0to { width:12.375rem;height:4.875rem;top:22.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkyyLvieynTPou6refyJlfLFDRVi1Nta { width:12.375rem;height:3.0625rem;top:28.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgy5CI6NapOBk8MfLhlVs5sA4nJKT7XA { width:12.375rem;height:4.3125rem;top:17.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip9n6TL6ZTvRN2T6W5xecQFkT34DJrHw { width:7.1875rem;height:0;top:34.10312461853rem;left:1.2117195129394rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsXGWGsWTZ2WsimxE7igLeO5shnsf7Oc { width:10.25rem;height:0;top:34.10312461853rem;left:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxHCbJlpz3oTTFO3SiFcIsmAJLae4TX { width:11.1875rem;height:0;top:34.10312461853rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os7uF1KgV9TH76246AlgxQKLEOxdG5Dc { width:5.3125rem;height:0.1875rem;top:35.08749961853rem;left:8.9500007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfQNkFNhZM4e59hhgE31QCMUTWMnrUAE { width:5.3125rem;height:0.1875rem;top:35.02499961853rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCN10SgR1ha3FxUn4vkk3un9RE4Bk5rw { width:19.625rem;height:3.6875rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp { display:block; }#bZ9yr0ssBXVfGMBAgCbtpILtlXOJD6Vp > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5ziTzTEO9kUw4JZoG0DdgSzIaymfpdJ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMTTtrAGMQMb1A8a4DS18CyMmBCwxIX { width:20rem;height:0;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuohQ1XvqXu9JPwphNNGXa7LVhMB1Zdb { width:20rem;height:0;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Wv07kKLsesdHBPTpR9V8OaLMtW1bTC { width:20rem;height:0;top:26.55rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtXJCPnBSMtpzBz08UnPDczFcgrbqXpg { width:20rem;height:0;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS { display:block; }#eoqsSqA06i6wfGsQTDpLNNdxA3aIlgUS > .row .container { width:20rem;height:39.88125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-text {padding-top: 0; padding-bottom: 0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-select {padding-top: 0; padding-bottom: 0;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS  { width:17.5rem;height:0;top:16.94375rem;left:0rem; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS {display:block;}#lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS { width:17.5rem;height:0;top:16.94375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #IJuFF42HcmI0iHG9TDKyTFfIe47DPGaQ {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #TNlwG2Xvagzya8EwW9rPOFWEkxJVeevP {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #NWLfvsH3Lsr29XSwyVkOlbIq0tZJVFtr {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #yta1OJcq9symcprp8foKWUh9IpLz1Rmb {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #p61eStgCGdwrXSSOWaT57UcApwiToDn2 { display:block; }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #R72oQC4Mrunv8TwR76yLdeUwcbuUpPNv {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #zrWyVyTvyRglqHrABFa0qwHRWfIpNWSr {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #dEH7Ta7skO943bKRwSpHkiUs7Czy4vpr {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #TN0miwhUAvLIqP53KfJQ5Wsw1d3DxeCV {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #XJBTQ7hIfewsV44gSyZnoHwVf1gSZRm5 {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #iXZx3mM7OOsnuHXNV6s5seKlVS38l2On {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #ZvMZdp6CqIF5CXwAET4tZQExMRdPz0Z0 {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #pB2vuoiyy7yWJUGxd6TNIHbatDSzg3UO {  }
 }@media only screen and (max-width: 763px) { #lncQaq3NSu3DB9tBZnFifMI4w6JQHxxS #AnUoSGUFiIt8ZRUoUwlJ4JsFVZTC39my {  }
 }@media only screen and (max-width: 763px) { #rFXrbfcTDrdKlBn8blaxqGOlNaVpxu0I { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLd3FW4KBoXA87E7Hd6R0owWk2aGUQeL { width:20rem;height:0;top:11.6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAv4dCNfxklD2nS4QnDdBHnrPRuGXiqV { width:20rem;height:0;top:14.15rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQhVwQ08aSSvhieWVwIUiB9rCG39bVvl { width:20rem;height:0;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { background-color: transparent; background-image: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container > .video-iframe-container { display: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row > .video-iframe-container { display: none; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .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); }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { border-width: 0; border-radius: 0; }#q4PtmU1rbRJslbDbNxqbl1R4CT7rDCgd > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fnv9TlFZSqfkHpkwQK6ZNpxxcc8bhcBh { width:11.375rem;height:1.375rem;top:24.375rem;left:6.71875rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #L9IO5fXnMLA2MM2UrBI9t0q0XG8J0Wza { width:20rem;height:1rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #KExCfG8Rnckdn3NgTBL0GKqET3zyf8m4 { width:18.75rem;height:0.0625rem;top:20rem;left:0.625rem;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) { #b8zDL7antMaqbxLbBTE1qc3ihdPHpRry { width:7.75rem;height:2.625rem;top:27rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u69CbMm7qi5WREyZcuGSOxT2KVFpoMqN { width:8rem;height:3rem;top:30.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwHErn90P9RRpITXHRrcACv4cJFTehL1 { width:20rem;height:0;top:52.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4MVqgOdcGxJROG2NKxXRrUXrVUGUyJ { width:9.5625rem;height:0;top:38.25rem;left:5.1875rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #SLI3bE5KzqN5fOxZxNpO6w20aq6pvcrc { display:flex;width:1.625rem;height:1.625rem;top:49.4375rem;left:9.1875rem; }
#SLI3bE5KzqN5fOxZxNpO6w20aq6pvcrc > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #yELAy30iHH1HwHoQzvlcC9V630hUeUmK { display:flex;width:1.625rem;height:1.625rem;top:46.5625rem;left:9.1875rem; }
#yELAy30iHH1HwHoQzvlcC9V630hUeUmK > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #uvMiTp1Hf5JmWVmoeLD4QdfbvxxMO9E3 { display:flex;width:1.625rem;height:1.625rem;top:43.6875rem;left:9.1875rem; }
#uvMiTp1Hf5JmWVmoeLD4QdfbvxxMO9E3 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #Hx4RkUvhacrayJB5iE4vkmiVO5D5Uy8r { display:flex;width:1.625rem;height:1.625rem;top:40.8125rem;left:9.1875rem; }
#Hx4RkUvhacrayJB5iE4vkmiVO5D5Uy8r > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #JlmPKdXfOWSVSxtDo6kcL0RMZzm97UtM { width:7.75rem;height:1.875rem;top:35.125rem;left:6.125rem;display:block; }
 }