.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:220,222,221;--color-primary-1:138,147,142;--color-primary-2:20,38,28;--color-primary-3:10,19,14;--color-primary-4:3,6,4;--color-secondary-0:229,247,247;--color-secondary-1:168,227,227;--color-secondary-2:81,199,199;--color-secondary-3:41,100,100;--color-secondary-4:12,30,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f93f9445-3849-4172-8cfb-42246c537b9b/423446a81920x9603.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW.adaptive-delivery-prevent-bg, #GdzFF5zH7By5phPDa4ET40I7aX9WAuuW.lazyload, #GdzFF5zH7By5phPDa4ET40I7aX9WAuuW.lazyloading { background-image: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { background-color: transparent; background-image: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container > .video-iframe-container { display: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row > .video-iframe-container { display: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .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); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { border-width: 0; border-radius: 0; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#DK1UXQRCxnoHAGTIJCByzBI90Z8EDIuU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:11.167969070375rem;left:8.5625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbJJDzrB2IlAHkmz2z3idlfm0IpXlA0K { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.29296875rem;left:5.03125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhd5HTBDpR6GVuVh3kvAaXQWMemvFbQP { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #000000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #000000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #000000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:8.0625rem;width:31.0625rem;top:6.2747397422787rem;left:4.625rem;display:block; }
#zEqQrEgSO2l8XHoSpQ0N9o7XrSSnMJtZ { position:absolute;display:block;z-index:15020;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:5.3125rem;width:12.1875rem;top:0rem;left:13.5rem;overflow:hidden;display:block; }
#S25ouHF9DAxxb31qLtGiIPv2bPb5Xr5Q { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.9365rem;width:23.81225rem;top:6.1875rem;left:43.125rem;display:block; }
#KUrOJPPQNhota6oCVJuFkhTX96RIhgAv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:7.11328125rem;left:45.279949188233rem;height:4.046875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcdB1rnqft7txuPb8OTR9HvWVx0n3uQU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:30.625rem;left:3.625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXZ7TxuSToF3oafFzxF7L1iVBMV7LxwF { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.625rem;left:14.5rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9ZkZGzWX87LkfwtHfap2IX4pKq61yvO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.625rem;left:26.500003814698rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6F3wCNcVCuID6tUyWxVS7xfxymt6bHR { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.125rem;top:29.4375rem;left:13.5625rem;display:block; }
#nvQGTQUEKtATLkNMM5tsOHTRbZtlNkFQ { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.125rem;top:29.4375rem;left:25rem;display:block; }
#rbTBHemdkV8VhdTvwHzyZrXQrTxXZPLl { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:32.625rem;top:29.375rem;left:3.375rem;display:block; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-form-header {  }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:20.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-text {padding-top: 0; padding-bottom: 0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-select {padding-top: 0; padding-bottom: 0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fcd84d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#212728;width:20.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .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; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-container:first-of-type{padding-top:0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-container:last-of-type{padding-bottom:0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.592449188233rem;top:11.455729484558rem;z-index:15010;position:absolute; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;display:block;vertical-align:top; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u {display:block;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.592449188233rem;top:11.455729484558rem;z-index:15010;position:absolute; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #HsV40apwB8DPdSVEOVcW7aNFT6DsAizV { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #MuyquIHnDCRduzXUbXXoKM4sBv36ZQTp { position:relative;display:none; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #auNMBb61KPl5nt6IaPVsPD5s093tVaTi { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #QsSqdkPu3UiG4uHoMD5Z32VAhEG0oh2e { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #FBiV8V6TOfGiXpKk9EJVtqreBp7HfAJl { position:relative;display:none; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #SXsQil2lbrJt79Dvs195tpSTqxIJ2zzJ { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #QNJZiWQB0dN5v1cN9KoXpRFuLNwdDSgX { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #Wgm0AO5cfQtssXDmbESD9WpaQcHktZxm { position:relative;display:none; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #OTDtzwVT3iVBmvis8woSLOSorvDIgTID { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #lOMcmlM9JNVcPwMfsdMXnG2xZZNK6xJW { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #ai4GiipXFzzxpxVIxZ2f922KarEX1kQ4 { position:relative;display:none; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #uXLncvxspIEl6szTo4Wd9uOghs6SUwxM { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #oOIwkVRaAT4BV3RkIvTowyAm5dVuZktE { position:relative; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #s55PeQLaDQkTfTwuvM22BgogbSV8k1dl { position:relative; }
#EpbUV5aMdI6TC1OMEeJ70UflpsJDUnWW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:18.125rem;left:8.5625rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAmz23sdJe5UD1cHUGbB2LFrzGfTyg3q { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:9.5rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAuHniTnmdG77rTC8RxorLkU4aqLlXEW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.625rem;left:22.125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrdROzni8ldxwUyCzIlMNeNxZiIkpth9 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:18.6875rem;left:22.4375rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rol2fu6MMM2HJ2LLlb7mSGdxQFkmuQD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4987rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.5625rem;left:23.875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XV9lJBODE5e7UkE0ixw0LX61lH12TUCp { color:rgba(var(--color-tertiary-0),1);display:block;width:4.4987rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25rem;left:9.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSIQC9TRccwzb7Wu1xnApiCgvz9kA7yb { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:15.625rem;left:19.3125rem;display:block; }
#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt { position:relative;display:block; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt { background-color: transparent; background-image: none; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .row .container > .video-iframe-container { display: none; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .row > .video-iframe-container { display: none; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .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); }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt { border-width: 0; border-radius: 0; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .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; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .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:38.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; }#u9JorCPNOQT7kdEfD8ubyfGgM59K0SAu { color:rgba(var(--color-primary-2),1);display:block;width:19.1236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:25.0625rem;left:52.875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rEOK4fdl08GUyrpRum1W5cB8FByRT1B9 { color:rgba(var(--color-primary-2),1);display:block;width:19.1236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.6;letter-spacing:0;top:26.125rem;left:52.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bAQ1f4SDEO5ATlXGcLgncpDsl0sOaJBu { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:26.125rem;left:27.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mIT363WcKTT6iw60e7zNZaXOWw5DcT45 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),0.2);border-left:0.1875rem solid rgba(var(--color-primary-2),0.2);border-right:0.1875rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-primary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.625rem;width:19rem;top:7.3125rem;left:2.9375rem;display:block; }
#mM6iC79lgF3qrUx1S3Bq1qNZsnnevvqB { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:21rem;left:2.9375rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDrI1xN417rXzLdHmIXCBeT1i0GEK6rd { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:26.125rem;left:2.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a4xzvrftk36fRwK2DA9CN90p2J6pJX2Q { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.933625rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.75rem;left:31.1875rem;display:block; }
#l11GKW0nW7ETlg6Sws1PKXGbTmK2ytHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHdtTkaQEPs6HvGR2MlZakWUfECp4N2E { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTkPk6lpmQI9J2usJEBTGSNUQSm6TERK { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15058;line-height:1.6;letter-spacing:0;top:29.6875rem;left:52.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXnmQuvKgl6H6ApcZkHK4k9Wgbi5RHLv { color:rgba(var(--color-primary-2),1);display:block;width:18.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:21rem;left:28rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUduG8yThORyH754WlkpmCudsb85rJXC { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:21rem;left:52.9375rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7B8EXMgfP7a4wn6gsDsm8c4OmIqge7O { color:rgba(var(--color-primary-2),1);display:block;width:19.1236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:28.625rem;left:52.875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8R9sE32C2KHtitW7BNiBLTlcpJEch38 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.4375rem;width:18.125rem;top:7.875rem;left:3.5rem;overflow:hidden;display:block; }
#zwZlHo4xPi6UdATTesud0Qy4mRi7d1WI { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.4375rem;width:18.125rem;top:7.875rem;left:28.5rem;overflow:hidden;display:block; }
#Ahv20oMKNJL2bxQ7lQDZXZWKaNmR3iXb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),0.2);border-left:0.1875rem solid rgba(var(--color-primary-2),0.2);border-right:0.1875rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-primary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.625rem;width:19rem;top:7.5rem;left:27.8125rem;display:block; }
#RekZzza3FUynu23hTbL66CtciFZRtqFB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),0.2);border-left:0.1875rem solid rgba(var(--color-primary-2),0.2);border-right:0.1875rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-primary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:25.625rem;width:19rem;top:7.25rem;left:52.9375rem;display:block; }
#ZMsLSmAIPcd61l61XeX2edAfDrkn9yzk { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.4375rem;width:18.125rem;top:7.875rem;left:53.5rem;overflow:hidden;display:block; }
#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 { position:relative;display:block; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 { background-color: transparent; background-image: none; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container > .video-iframe-container { display: none; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row > .video-iframe-container { display: none; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .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); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 { border-width: 0; border-radius: 0; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .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; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .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:38.75rem;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; }#QrDisBsPtmn0BzUkdB3QndHo2bghTzpP { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.28125rem;height:0;font-style:normal;display:block; }
#ba20WXvyae6Q9MFJReRVbGRDGRWdB2Pc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:35rem;top:5.875rem;left:1.0625rem;display:block; }
#Xa61wZUbT8tUHiH4JtvfTehUqEDUUfD5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.933625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.739585876465rem;left:12.28125rem;display:block; }
#HXrWiV5m7lz3c7ypOS3CmTf6L3ZegQ8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JJbKcepBayoQeygceT9fxwtyPeqG2heK { color:rgba(var(--color-primary-2),1);display:block;width:35.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.75rem;left:1.3125rem;height:14.0625rem;display:block; }
#SHiDFNQffv1w07Km6GEOgWnMUBnTxQBt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.8125rem;width:36.8125rem;top:0.96875rem;left:38.186199188233rem;overflow:hidden;display:block; }
#qTofuhcKaQ3pS1knrQqUg3KzRQ4X3QVZ { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0624980926514rem;left:1.0625rem;height:4.0625rem;font-style:normal;display:block; }
#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS { position:relative;display:block; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS { background-color: transparent; background-image: none; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container > .video-iframe-container { display: none; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row > .video-iframe-container { display: none; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .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); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS { border-width: 0; border-radius: 0; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .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; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .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:38.75rem;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; }#hzlIh6q3TAKFX4vdAa8vKSXllhndGAHR { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:37.498699188233rem;height:4.0625rem;font-style:normal;display:block; }
#UJLQ5Kxf5S6bgAHL198kMpAeD2HVVOQz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.248698125rem;width:37.8125rem;top:5.625rem;left:37.5rem;display:block; }
#sov89hQIR8Qy5M57DllaM8TNLMJ7wc40 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.935125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.810760498047rem;left:38.437503814698rem;display:block; }
#HyPRffdDWtBgrv5xtRnTNA2ck8uQodHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FubQn0X8HHJ1nuS5uaqwSgLckoX4BeIQ { color:rgba(var(--color-primary-2),1);display:block;width:35.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5559902191163rem;left:37.75rem;height:11.25rem;display:block; }
#IN84rlmtvkA7VHGZQ7kA1tM7xH6Ookc6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.8125rem;width:36.8125rem;top:0.15060806274414rem;left:0.43576431274414rem;overflow:hidden;display:block; }
#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A { position:relative;display:block; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A { background-color: transparent; background-image: none; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container > .video-iframe-container { display: none; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row > .video-iframe-container { display: none; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .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); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A { border-width: 0; border-radius: 0; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .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; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .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:38.75rem;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; }#KwO7kT3t7Ghp4TNEhwiMoXABF8Gei1UQ { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.28125rem;height:0;font-style:normal;display:block; }
#AERluvVcNHtoT6X36wftkNDOr1oTUuHs { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.249511875rem;width:35rem;top:5.875rem;left:1.0625rem;display:block; }
#TVhSZU6vBcRePsUJZOk06TOCAtPpc6E5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.934875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.30859375rem;left:13.375rem;display:block; }
#rLgBlCJ5xF7tk7P7646cTIhxOtUZ3yT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QB5Vb8IoJ1o5kePdcrehn3n6CKC2Ery5 { color:rgba(var(--color-primary-2),1);display:block;width:35.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.75rem;left:1.3125rem;height:4.21875rem;display:block; }
#kRZNiu5g9kuiS66sE9t72mMVHzGMycWI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:36.8125rem;width:36.8125rem;top:0.96875rem;left:38.186199188233rem;overflow:hidden;display:block; }
#LCL9Z1UV82gaUInwldMr3XdVlPEtZKg2 { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.28125rem;height:4.0625rem;font-style:normal;display:block; }
#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv { 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; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container { background-color: transparent; background-image: none; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container > .video-iframe-container { display: none; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row > .video-iframe-container { display: none; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .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); }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container { border-width: 0; border-radius: 0; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#T7mgb89pEUbkMgP9s9IRHXP6GP6rkWRc { color:#284d42;display:block;width:67.624375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.494140625rem;left:3.5730476379394rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feOS2OwucrKQTVmy11K4SBFD4hUCNZ0P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:56.8125rem;top:5.40625rem;left:8.97265625rem;overflow:hidden;display:block; }
#LtUssi7JqZI2opAG1nNkT54J3PhQInkr { 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; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container { background-color: transparent; background-image: none; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container > .video-iframe-container { display: none; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row > .video-iframe-container { display: none; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .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); }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container { border-width: 0; border-radius: 0; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#WnVvnhwpUaEX9WqK562AAfCxXe4X2oXb { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:7.5625rem;left:1.5rem;height:6.11979375rem;font-style:normal;display:block; }
#ZuLweLJwwMTNe5TMaQF1XtEnQKFHmBMV { position:absolute;display:block;z-index:15031;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:5.6875rem;width:14.3125rem;top:1.3125rem;left:1.5rem;overflow:hidden;display:block; }
#O2sy6dWIzZ9KVnyTZzXogRIWnWTEB321 { position:absolute;display:block;z-index:15032;height:12.9375rem;width:24.3125rem;top:0.2109375rem;left:49.285158157349rem;display:block; }
#zqOo8recTZfWS8JqMb1bdQyMUwHwEaF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:6.875rem;left:30.5rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMgrtzfe8nX9U0LAxdRN7oHzJWWNXuEO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.375rem;left:31.375rem;height:1.13671875rem;font-style:normal;display:block; }
#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container { background-color: transparent; background-image: none; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container > .video-iframe-container { display: none; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row > .video-iframe-container { display: none; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .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); }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container { border-width: 0; border-radius: 0; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#hxoqZUmkdFVkoUHPo3g4Zlh2wmq7GJEP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:0.57834243774414rem;left:21.718753814698rem;height:1.0559875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GdzFF5zH7By5phPDa4ET40I7aX9WAuuW { display:block; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK1UXQRCxnoHAGTIJCByzBI90Z8EDIuU { top:11.125rem;left:0rem;width:21.4375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbJJDzrB2IlAHkmz2z3idlfm0IpXlA0K { top:6.25rem;left:0rem;width:30.25rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhd5HTBDpR6GVuVh3kvAaXQWMemvFbQP { top:6.25rem;left:0rem;width:31.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEqQrEgSO2l8XHoSpQ0N9o7XrSSnMJtZ { top:0rem;left:0rem;width:12.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S25ouHF9DAxxb31qLtGiIPv2bPb5Xr5Q { top:6.1875rem;left:24rem;width:23.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUrOJPPQNhota6oCVJuFkhTX96RIhgAv { top:7.0625rem;left:28.25rem;width:19.5rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdB1rnqft7txuPb8OTR9HvWVx0n3uQU { top:30.625rem;left:0rem;width:9.75rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXZ7TxuSToF3oafFzxF7L1iVBMV7LxwF { top:30.625rem;left:0.875rem;width:9.5625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZkZGzWX87LkfwtHfap2IX4pKq61yvO { top:30.625rem;left:12.875003814698rem;width:8.0625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6F3wCNcVCuID6tUyWxVS7xfxymt6bHR { top:29.4375rem;left:0rem;width:0.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvQGTQUEKtATLkNMM5tsOHTRbZtlNkFQ { top:29.4375rem;left:11.375rem;width:0.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTBHemdkV8VhdTvwHzyZrXQrTxXZPLl { top:29.375rem;left:0rem;width:32.625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-regular-label { display:block;width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-text {padding-top: 0; padding-bottom: 0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-select {padding-top: 0; padding-bottom: 0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-button { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-checkbox-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u  { width:20.375rem;height:auto;top:13.5rem;left:24.875rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u {display:block;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u { width:20.375rem;height:auto;top:13.5rem;left:24.875rem; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #HsV40apwB8DPdSVEOVcW7aNFT6DsAizV {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #MuyquIHnDCRduzXUbXXoKM4sBv36ZQTp { display:none; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #auNMBb61KPl5nt6IaPVsPD5s093tVaTi {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #QsSqdkPu3UiG4uHoMD5Z32VAhEG0oh2e {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #FBiV8V6TOfGiXpKk9EJVtqreBp7HfAJl {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #SXsQil2lbrJt79Dvs195tpSTqxIJ2zzJ {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #QNJZiWQB0dN5v1cN9KoXpRFuLNwdDSgX {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #Wgm0AO5cfQtssXDmbESD9WpaQcHktZxm { display:none; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #OTDtzwVT3iVBmvis8woSLOSorvDIgTID {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #lOMcmlM9JNVcPwMfsdMXnG2xZZNK6xJW {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #ai4GiipXFzzxpxVIxZ2f922KarEX1kQ4 {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #uXLncvxspIEl6szTo4Wd9uOghs6SUwxM {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #oOIwkVRaAT4BV3RkIvTowyAm5dVuZktE {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #s55PeQLaDQkTfTwuvM22BgogbSV8k1dl {  }
 }@media only screen and (max-width: 763px) { #EpbUV5aMdI6TC1OMEeJ70UflpsJDUnWW { top:18.125rem;left:0rem;width:6.25rem;height:6.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmz23sdJe5UD1cHUGbB2LFrzGfTyg3q { top:15.625rem;left:0rem;width:4.6875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAuHniTnmdG77rTC8RxorLkU4aqLlXEW { top:15.625rem;left:8.5rem;width:7.9375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrdROzni8ldxwUyCzIlMNeNxZiIkpth9 { top:18.6875rem;left:8.8125rem;width:7.375rem;height:6.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rol2fu6MMM2HJ2LLlb7mSGdxQFkmuQD2 { top:25.5625rem;left:10.25rem;width:4.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV9lJBODE5e7UkE0ixw0LX61lH12TUCp { top:25rem;left:0rem;width:4.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSIQC9TRccwzb7Wu1xnApiCgvz9kA7yb { top:15.625rem;left:5.6875rem;width:0.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt { display:block; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9JorCPNOQT7kdEfD8ubyfGgM59K0SAu { width:19.0625rem;height:1.125rem;top:25.0625rem;left:28.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOK4fdl08GUyrpRum1W5cB8FByRT1B9 { width:19.0625rem;height:;top:26.125rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQ1f4SDEO5ATlXGcLgncpDsl0sOaJBu { width:19.0625rem;height:;top:26.125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIT363WcKTT6iw60e7zNZaXOWw5DcT45 { width:19rem;height:25.625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM6iC79lgF3qrUx1S3Bq1qNZsnnevvqB { width:19.0625rem;height:3.5625rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDrI1xN417rXzLdHmIXCBeT1i0GEK6rd { width:19.0625rem;height:;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xzvrftk36fRwK2DA9CN90p2J6pJX2Q { width:12.875rem;height:3.125rem;top:34.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l11GKW0nW7ETlg6Sws1PKXGbTmK2ytHk { display:block; }
 }@media only screen and (max-width: 763px) { #fHdtTkaQEPs6HvGR2MlZakWUfECp4N2E { top:1.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkPk6lpmQI9J2usJEBTGSNUQSm6TERK { width:19.0625rem;height:;top:29.6875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXnmQuvKgl6H6ApcZkHK4k9Wgbi5RHLv { width:18.9375rem;height:3.5625rem;top:21rem;left:12.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUduG8yThORyH754WlkpmCudsb85rJXC { width:19.0625rem;height:3.5625rem;top:21rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7B8EXMgfP7a4wn6gsDsm8c4OmIqge7O { width:19.0625rem;height:1.125rem;top:28.625rem;left:28.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8R9sE32C2KHtitW7BNiBLTlcpJEch38 { top:7.875rem;left:0rem;width:18.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZlHo4xPi6UdATTesud0Qy4mRi7d1WI { top:7.875rem;left:13.625rem;width:18.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahv20oMKNJL2bxQ7lQDZXZWKaNmR3iXb { width:19rem;height:25.625rem;top:7.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RekZzza3FUynu23hTbL66CtciFZRtqFB { width:19rem;height:25.625rem;top:7.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsLSmAIPcd61l61XeX2edAfDrkn9yzk { top:7.875rem;left:29.5rem;width:18.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 { display:block; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrDisBsPtmn0BzUkdB3QndHo2bghTzpP { top:1.0625rem;left:0rem;width:34.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba20WXvyae6Q9MFJReRVbGRDGRWdB2Pc { top:5.875rem;left:0rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa61wZUbT8tUHiH4JtvfTehUqEDUUfD5 { width:12.875rem;height:3.125rem;top:34.6875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXrWiV5m7lz3c7ypOS3CmTf6L3ZegQ8D { display:block; }
 }@media only screen and (max-width: 763px) { #JJbKcepBayoQeygceT9fxwtyPeqG2heK { top:6.75rem;left:0rem;width:35.0625rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiDFNQffv1w07Km6GEOgWnMUBnTxQBt { top:0.9375rem;left:10.9375rem;width:36.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTofuhcKaQ3pS1knrQqUg3KzRQ4X3QVZ { top:1rem;left:0rem;width:34.9375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS { display:block; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzlIh6q3TAKFX4vdAa8vKSXllhndGAHR { top:1.375rem;left:0rem;width:37.5rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJLQ5Kxf5S6bgAHL198kMpAeD2HVVOQz { top:5.625rem;left:9.9375rem;width:37.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sov89hQIR8Qy5M57DllaM8TNLMJ7wc40 { width:12.875rem;height:3.125rem;top:33.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyPRffdDWtBgrv5xtRnTNA2ck8uQodHk { display:block; }
 }@media only screen and (max-width: 763px) { #FubQn0X8HHJ1nuS5uaqwSgLckoX4BeIQ { top:6.5625rem;left:12.6875rem;width:35.0625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN84rlmtvkA7VHGZQ7kA1tM7xH6Ookc6 { top:0.125rem;left:0rem;width:36.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A { display:block; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwO7kT3t7Ghp4TNEhwiMoXABF8Gei1UQ { top:1.0625rem;left:0rem;width:34.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AERluvVcNHtoT6X36wftkNDOr1oTUuHs { top:5.875rem;left:0rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVhSZU6vBcRePsUJZOk06TOCAtPpc6E5 { width:12.875rem;height:3.125rem;top:34.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgBlCJ5xF7tk7P7646cTIhxOtUZ3yT0 { display:block; }
 }@media only screen and (max-width: 763px) { #QB5Vb8IoJ1o5kePdcrehn3n6CKC2Ery5 { top:6.75rem;left:0rem;width:35.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZNiu5g9kuiS66sE9t72mMVHzGMycWI { top:0.9375rem;left:10.9375rem;width:36.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCL9Z1UV82gaUInwldMr3XdVlPEtZKg2 { top:1.0625rem;left:0rem;width:34.9375rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv { display:block; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7mgb89pEUbkMgP9s9IRHXP6GP6rkWRc { top:1.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feOS2OwucrKQTVmy11K4SBFD4hUCNZ0P { top:5.375rem;left:0rem;width:47.75rem;height:26.475247524752rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUssi7JqZI2opAG1nNkT54J3PhQInkr { display:block; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnVvnhwpUaEX9WqK562AAfCxXe4X2oXb { top:7.5625rem;left:0rem;width:26.5rem;height:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuLweLJwwMTNe5TMaQF1XtEnQKFHmBMV { top:1.3125rem;left:0rem;width:14.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2sy6dWIzZ9KVnyTZzXogRIWnWTEB321 { top:0.1875rem;left:23.4375rem;width:24.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqOo8recTZfWS8JqMb1bdQyMUwHwEaF2 { top:6.875rem;left:9.9375rem;width:13.9375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgrtzfe8nX9U0LAxdRN7oHzJWWNXuEO { top:5.375rem;left:10.75rem;width:13.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ { display:block; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxoqZUmkdFVkoUHPo3g4Zlh2wmq7GJEP { top:0.5625rem;left:8.0937538146975rem;width:31.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GdzFF5zH7By5phPDa4ET40I7aX9WAuuW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f93f9445-3849-4172-8cfb-42246c537b9b/423446a81920x9603.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW.adaptive-delivery-prevent-bg, #GdzFF5zH7By5phPDa4ET40I7aX9WAuuW.lazyload, #GdzFF5zH7By5phPDa4ET40I7aX9WAuuW.lazyloading { background-image: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { background-color: transparent; background-image: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container > .video-iframe-container { display: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row > .video-iframe-container { display: none; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .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); }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { border-width: 0; border-radius: 0; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdzFF5zH7By5phPDa4ET40I7aX9WAuuW > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DK1UXQRCxnoHAGTIJCByzBI90Z8EDIuU { width:17.0625rem;height:2.59895625rem;top:11.6875rem;left:1.5rem;font-size:1rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #KbJJDzrB2IlAHkmz2z3idlfm0IpXlA0K { width:19rem;height:3.73698125rem;top:7.4375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhd5HTBDpR6GVuVh3kvAaXQWMemvFbQP { width:20rem;height:4.1875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEqQrEgSO2l8XHoSpQ0N9o7XrSSnMJtZ { width:12.1875rem;height:5.3125rem;top:0.62825524806975rem;left:3.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S25ouHF9DAxxb31qLtGiIPv2bPb5Xr5Q { width:19.5rem;height:24.9375rem;top:34.4375rem;left:0.25rem;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KUrOJPPQNhota6oCVJuFkhTX96RIhgAv { width:18.8125rem;height:3.82421875rem;top:35.375rem;left:0.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdB1rnqft7txuPb8OTR9HvWVx0n3uQU { width:6.125rem;height:3.41015625rem;top:28.700521469116rem;left:0.3125rem;font-size:0.875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #CXZ7TxuSToF3oafFzxF7L1iVBMV7LxwF { width:6.6875rem;height:3.41015625rem;top:28.6875rem;left:7rem;font-size:0.875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZkZGzWX87LkfwtHfap2IX4pKq61yvO { width:5.625rem;height:4.546875rem;top:28.6875rem;left:14.3125rem;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #h6F3wCNcVCuID6tUyWxVS7xfxymt6bHR { width:0.125rem;height:5.8125rem;top:27.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvQGTQUEKtATLkNMM5tsOHTRbZtlNkFQ { width:0.125rem;height:5.8125rem;top:27.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTBHemdkV8VhdTvwHzyZrXQrTxXZPLl { width:19.875rem;height:5.6875rem;top:27.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-regular-label { display:block;width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-text {padding-top: 0; padding-bottom: 0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-select {padding-top: 0; padding-bottom: 0;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;line-height:.9; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u  { width:15.1875rem;height:auto;top:39.708333969116rem;left:1.1562500596046rem; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u {display:block;}#m86QSRT9J8voMfPsfnctdy0PcpIa7u0u { width:15.1875rem;height:auto;top:39.708333969116rem;left:1.1562500596046rem; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #HsV40apwB8DPdSVEOVcW7aNFT6DsAizV {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #MuyquIHnDCRduzXUbXXoKM4sBv36ZQTp { display:none; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #auNMBb61KPl5nt6IaPVsPD5s093tVaTi {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #QsSqdkPu3UiG4uHoMD5Z32VAhEG0oh2e {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #FBiV8V6TOfGiXpKk9EJVtqreBp7HfAJl { display:none; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #SXsQil2lbrJt79Dvs195tpSTqxIJ2zzJ {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #QNJZiWQB0dN5v1cN9KoXpRFuLNwdDSgX {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #Wgm0AO5cfQtssXDmbESD9WpaQcHktZxm { display:none; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #OTDtzwVT3iVBmvis8woSLOSorvDIgTID {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #lOMcmlM9JNVcPwMfsdMXnG2xZZNK6xJW {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #ai4GiipXFzzxpxVIxZ2f922KarEX1kQ4 { display:none; }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #uXLncvxspIEl6szTo4Wd9uOghs6SUwxM {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #oOIwkVRaAT4BV3RkIvTowyAm5dVuZktE {  }
 }@media only screen and (max-width: 763px) { #m86QSRT9J8voMfPsfnctdy0PcpIa7u0u #s55PeQLaDQkTfTwuvM22BgogbSV8k1dl {  }
 }@media only screen and (max-width: 763px) { #EpbUV5aMdI6TC1OMEeJ70UflpsJDUnWW { width:4.8125rem;height:5.5rem;top:19.0625rem;left:2.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAmz23sdJe5UD1cHUGbB2LFrzGfTyg3q { width:3.2487rem;height:2.2734375rem;top:16.75rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAuHniTnmdG77rTC8RxorLkU4aqLlXEW { width:7.9375rem;height:2.2734375rem;top:16.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrdROzni8ldxwUyCzIlMNeNxZiIkpth9 { width:7.375rem;height:5.5rem;top:19.0625rem;left:11.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rol2fu6MMM2HJ2LLlb7mSGdxQFkmuQD2 { width:4.4375rem;height:1.13671875rem;top:24.625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV9lJBODE5e7UkE0ixw0LX61lH12TUCp { width:4.4375rem;height:1.13671875rem;top:24.5625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSIQC9TRccwzb7Wu1xnApiCgvz9kA7yb { width:0.1875rem;height:10rem;top:16.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt { display:block; }#BJNJfJerVPBvzeFGsWVaraIcWaIFrRVt > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9JorCPNOQT7kdEfD8ubyfGgM59K0SAu { width:18.5rem;height:1.22395625rem;top:74.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOK4fdl08GUyrpRum1W5cB8FByRT1B9 { width:18.625rem;height:1.59895625rem;top:75.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQ1f4SDEO5ATlXGcLgncpDsl0sOaJBu { width:18.499375rem;height:1.59895625rem;top:50.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIT363WcKTT6iw60e7zNZaXOWw5DcT45 { width:18.4375rem;height:23.75rem;top:7.4375rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mM6iC79lgF3qrUx1S3Bq1qNZsnnevvqB { width:18.3736875rem;height:3.125rem;top:20.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.25;display:block; }
 }@media only screen and (max-width: 763px) { #fDrI1xN417rXzLdHmIXCBeT1i0GEK6rd { width:18.5623125rem;height:1.59895625rem;top:25.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xzvrftk36fRwK2DA9CN90p2J6pJX2Q { width:12.934875rem;height:3.125rem;top:84rem;left:3.5rem;font-size:1.0625rem;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l11GKW0nW7ETlg6Sws1PKXGbTmK2ytHk { display:block; }
 }@media only screen and (max-width: 763px) { #fHdtTkaQEPs6HvGR2MlZakWUfECp4N2E { width:20rem;height:4.7421875rem;top:1.39453125rem;left:0rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uTkPk6lpmQI9J2usJEBTGSNUQSm6TERK { width:18.625rem;height:1.59895625rem;top:79rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXnmQuvKgl6H6ApcZkHK4k9Wgbi5RHLv { width:18.4375rem;height:3.125rem;top:45rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.25;display:block; }
 }@media only screen and (max-width: 763px) { #CUduG8yThORyH754WlkpmCudsb85rJXC { width:18.4375rem;height:3.125rem;top:69.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.25;display:block; }
 }@media only screen and (max-width: 763px) { #D7B8EXMgfP7a4wn6gsDsm8c4OmIqge7O { width:18.5625rem;height:1.22395625rem;top:77.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8R9sE32C2KHtitW7BNiBLTlcpJEch38 { width:18.125rem;height:12.4375rem;top:7.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZlHo4xPi6UdATTesud0Qy4mRi7d1WI { width:18.125rem;height:12.4375rem;top:32.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahv20oMKNJL2bxQ7lQDZXZWKaNmR3iXb { width:18.4375rem;height:23.75rem;top:32.125rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RekZzza3FUynu23hTbL66CtciFZRtqFB { width:18.4375rem;height:25.6875rem;top:56.875rem;left:0.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZMsLSmAIPcd61l61XeX2edAfDrkn9yzk { width:18.125rem;height:12.4375rem;top:57.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container { background-color: transparent; background-image: none; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container > .video-iframe-container { display: none; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row > .video-iframe-container { display: none; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .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); }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container { border-width: 0; border-radius: 0; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhXvSA1AgGZEFJf3UxizDX34c8Fhvzr8 > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrDisBsPtmn0BzUkdB3QndHo2bghTzpP { width:18.933625rem;height:0;top:1.109375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba20WXvyae6Q9MFJReRVbGRDGRWdB2Pc { width:18.4375rem;height:0.1875rem;top:25.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa61wZUbT8tUHiH4JtvfTehUqEDUUfD5 { width:13.375rem;height:2.5rem;top:47.795574188233rem;left:3.3125000596046rem;font-size:1.0625rem;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HXrWiV5m7lz3c7ypOS3CmTf6L3ZegQ8D { display:block; }
 }@media only screen and (max-width: 763px) { #JJbKcepBayoQeygceT9fxwtyPeqG2heK { width:18.9361875rem;height:18.28125rem;top:27.9375rem;left:0.5rem;font-size:0.8125rem;z-index:15004;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SHiDFNQffv1w07Km6GEOgWnMUBnTxQBt { width:20rem;height:20rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTofuhcKaQ3pS1knrQqUg3KzRQ4X3QVZ { width:19.5625rem;height:4.875rem;top:1.109375rem;left:0.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container { background-color: transparent; background-image: none; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container > .video-iframe-container { display: none; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row > .video-iframe-container { display: none; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .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); }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container { border-width: 0; border-radius: 0; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3TTTPcsPErvHZ7k0Df0ImI2LT24gCgS > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzlIh6q3TAKFX4vdAa8vKSXllhndGAHR { width:19.125rem;height:4.38671875rem;top:1.109375rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJLQ5Kxf5S6bgAHL198kMpAeD2HVVOQz { width:18.4375rem;height:0.1875rem;top:24.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sov89hQIR8Qy5M57DllaM8TNLMJ7wc40 { width:13.4375rem;height:2.5rem;top:37.906252384186rem;left:3.2812500596046rem;font-size:1.0625rem;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HyPRffdDWtBgrv5xtRnTNA2ck8uQodHk { display:block; }
 }@media only screen and (max-width: 763px) { #FubQn0X8HHJ1nuS5uaqwSgLckoX4BeIQ { width:18.9361875rem;height:10.96875rem;top:26.9375rem;left:0.5rem;font-size:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IN84rlmtvkA7VHGZQ7kA1tM7xH6Ookc6 { width:20rem;height:20rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container { background-color: transparent; background-image: none; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container > .video-iframe-container { display: none; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row > .video-iframe-container { display: none; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .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); }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container { border-width: 0; border-radius: 0; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVbhpEziisgzG7GQ6dyzxi3mLpWTTQ1A > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwO7kT3t7Ghp4TNEhwiMoXABF8Gei1UQ { width:18.933625rem;height:0;top:1.109375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AERluvVcNHtoT6X36wftkNDOr1oTUuHs { width:18.4375rem;height:0.1875rem;top:24.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVhSZU6vBcRePsUJZOk06TOCAtPpc6E5 { width:13.4375rem;height:2.5rem;top:34.8125rem;left:3.25rem;font-size:1.0625rem;background-color:#14261c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rLgBlCJ5xF7tk7P7646cTIhxOtUZ3yT0 { display:block; }
 }@media only screen and (max-width: 763px) { #QB5Vb8IoJ1o5kePdcrehn3n6CKC2Ery5 { width:18.9361875rem;height:6.09375rem;top:27rem;left:0.5rem;font-size:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kRZNiu5g9kuiS66sE9t72mMVHzGMycWI { width:20rem;height:20rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCL9Z1UV82gaUInwldMr3XdVlPEtZKg2 { width:14.1875rem;height:4.62890625rem;top:1.1093759536743rem;left:2.9062500596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv { display:block; }#yMTPdCWS6w8Zs3hkfzMeQsH4bZXPT7Zv > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7mgb89pEUbkMgP9s9IRHXP6GP6rkWRc { width:18.4375rem;height:2.75rem;top:0.5625rem;left:0.78125005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;color:#153d41;display:block; }
 }@media only screen and (max-width: 763px) { #feOS2OwucrKQTVmy11K4SBFD4hUCNZ0P { width:20rem;height:11.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUssi7JqZI2opAG1nNkT54J3PhQInkr { display:block; }#LtUssi7JqZI2opAG1nNkT54J3PhQInkr > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnVvnhwpUaEX9WqK562AAfCxXe4X2oXb { width:18.6875rem;height:5.84375rem;top:6.1223945617676rem;left:0.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZuLweLJwwMTNe5TMaQF1XtEnQKFHmBMV { width:11.311875rem;height:4.49978125rem;top:0.56098175048828rem;left:4.3435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2sy6dWIzZ9KVnyTZzXogRIWnWTEB321 { width:20rem;height:11.375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqOo8recTZfWS8JqMb1bdQyMUwHwEaF2 { width:20rem;height:1.94791875rem;top:15.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SMgrtzfe8nX9U0LAxdRN7oHzJWWNXuEO { width:20rem;height:1.29948125rem;top:14.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ { display:block; }#JvcMk0qGFM3dWHJiwedeawpB1TDOTvJQ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxoqZUmkdFVkoUHPo3g4Zlh2wmq7GJEP { width:20rem;height:2.2734375rem;top:0.68685150146487rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }