.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:230,217,218;--color-primary-1:170,128,132;--color-primary-2:85,1,8;--color-primary-3:43,1,4;--color-primary-4:13,0,1;--color-secondary-0:251,212,212;--color-secondary-1:244,127,127;--color-secondary-2:237,41,41;--color-secondary-3:255,26,0;--color-secondary-4:113,0,0;--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-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { background-color: transparent; background-image: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .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); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { border-width: 0; border-radius: 0; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#ynWGiNiRWQngLy7IMqgITK4JgCc9GX2O { position:absolute;display:block;z-index:15000;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:17.5625rem;width:54.6875rem;top:0.65625rem;left:10.15625rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#xEQX6fwAzeZK8TKxpSCpxFK5EF4TWAD9 { z-index:15003;top:31.730207443238rem;left:22.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R886ADWIkpT4OGRQNNuUGFrLfBxgVUSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zzyr2neTfiNkAp7IbRgKOoQ6bdFoypuV { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.2895841598511rem;left:7.46875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gz3nJLTra2CcV8lVD6FxbvgAvbvRrtOc { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.953125953674rem;left:11.90625rem;height:11.94375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlJG0hGd3HN2wdpaWl2zF1V2EQSb2L0P { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:11.3125rem;top:10.687500953674rem;left:9.5239582061769rem;overflow:hidden;display:block; }
#bvxg4fry09kThXzhiQGToT9C0AIISF2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f4;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; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { background-color: transparent; background-image: none; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container > .video-iframe-container { display: none; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row > .video-iframe-container { display: none; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .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); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { border-width: 0; border-radius: 0; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#EtB9gPsU3R7PGLBaPe3zGdHZ2HMzQuRI { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#IIZa2zs3wuCNBOCytTTkKnZa2mdKqcCh { color:rgba(var(--color-tertiary-4),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6364583969116rem;left:5.875rem;height:26rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyuslzIEfJ2au3s3fiXD8hrRevtKGmTV { color:rgba(var(--color-primary-4),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:1.9739608764649rem;left:5.875rem;height:4.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { background-color: transparent; background-image: none; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container > .video-iframe-container { display: none; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row > .video-iframe-container { display: none; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .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); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { border-width: 0; border-radius: 0; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#zRoMk9VcnwwVrRnMEizsm2PwNFUdR6CT { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#CbC9DqwVJtdcO44gTCqTckxTZTbxpO53 { color:#f8f6f4;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.46875rem;left:5.875rem;height:22.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sD3623PbqsAD77TSPmke5tl3R4CMkK6V { color:#f8f6f4;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.7624998092651rem;left:5.875rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz { 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; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { background-color: transparent; background-image: none; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container > .video-iframe-container { display: none; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row > .video-iframe-container { display: none; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .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); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { border-width: 0; border-radius: 0; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#euEd2fRvy9qh9EZKlekoPqTdDURzkH3m { color:#f8f6f4;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9500007629394rem;left:16.4375rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f4;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; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { background-color: transparent; background-image: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .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); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { border-width: 0; border-radius: 0; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#e53M39JImiCWSrb1tG4t9JNngwC17qQ9 { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#rnMuIn8ByET2N5xFdwqQZW2Dmao1J6TJ { color:rgba(var(--color-primary-2),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:4.125rem;left:5.875rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMyTB41lQ1cq2ydZ2VecSgOAq7JcaWoO { color:rgba(var(--color-primary-2),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.875rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { background-color: transparent; background-image: none; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container > .video-iframe-container { display: none; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row > .video-iframe-container { display: none; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .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); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { border-width: 0; border-radius: 0; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { font-size:0.875rem;font-family:arial;height:32.264583375rem;width:75rem;position:relative;display:block; }#p1FbymokNKV5kqOOnu1lix2M6fWQk4KE { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#kGiNdt4IGtyl7kL8Z5HdZipmkrIshxX8 { z-index:15006;top:26.116672515869rem;left:23.586460113526rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WdZH7v6xAdn3csKM1eZwVADa9zakQwhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDdFoqNea2h5CZUbXuaGrC9ti7rpeh6p { color:rgba(var(--color-tertiary-0),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:4.2874908447266rem;left:4.0864582061767rem;height:15.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8kTrhgMHdwFqqoqQFIOTpzOcPE3D5F3 { color:#ffffff;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:0.6875rem;left:4.0864582061767rem;height:3.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8diFlx2nKFC0p87H84QRkBQbubeJUcI { color:rgba(var(--color-tertiary-0),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:21.312503814698rem;left:4.0864582061767rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { background-color: transparent; background-image: none; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container > .video-iframe-container { display: none; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row > .video-iframe-container { display: none; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .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); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { border-width: 0; border-radius: 0; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { font-size:0.875rem;font-family:arial;height:43.2125rem;width:75rem;position:relative;display:block; }#wkPOny1FIM75mT2NBx2Bef63KISScEFw { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#p52VxzUvCnEAeN20pKLPJIyBJFJ2yCU1 { z-index:15006;top:38.05415725708rem;left:23.586460113526rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;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:inter;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L6K5GPOsJdN9oHD28VMMuKEnQ8gmM9uP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VJi7nZBwAQvr568h6d74OwZEeCAZGxXd { color:rgba(var(--color-tertiary-0),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:3.5374956130981rem;left:4.0864582061767rem;height:28.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcnORHOHGOlDlzidoh7WU9MGIrArXP2o { color:#ffffff;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:0.6875rem;left:4.0864582061767rem;height:3.44375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErMieHB7UEiaaWThz1WVMlXGhtFamT31 { color:rgba(var(--color-tertiary-0),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:33.812503814698rem;left:4.0864582061767rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { background-color: transparent; background-image: none; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container > .video-iframe-container { display: none; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row > .video-iframe-container { display: none; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .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); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { border-width: 0; border-radius: 0; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { font-size:0.875rem;font-family:arial;height:46.327083375rem;width:75rem;position:relative;display:block; }#MzQtQ5PikWaHFs3i9MQlsbKFpvUChDZU { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#mtLAhSvHR0oyg5H1RKEwhmxDguOOWclL { color:#f8f6f4;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:7.5375146865844rem;left:4.0864582061767rem;height:15.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxiICnMzZf7a0JZJGTN4hHJJTdcoHgHi { color:rgba(var(--color-tertiary-0),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:0.6875rem;left:4.0864582061767rem;height:4.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sce6X2hvMgz98wQfpvkROUCi5B9nh5Vx { color:#f8f6f4;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:25.62499332428rem;left:5.875rem;height:4.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-form-header {  }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .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; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-container:first-of-type{padding-top:0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-container:last-of-type{padding-bottom:0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:32.440619468689rem;left:27.5rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 {display:block;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:32.440619468689rem;left:27.5rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #I1wOPx3b8aVS3tcdLqMXAsZG42ERVvqy { position:relative; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #DgpHIP4vu8ipuah5F4lT40s1H5uq9MOF { position:relative;display:block; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #tNZCH6s5rpaTKBrWCpuQWuNLPbpnTSVQ { position:relative; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #vTXwPSCMvW90TUEJPsu2NFCvcfcypsit { position:relative; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #toBIKrVowm6prrsxxrLGso7Jd1aTa207 { position:relative; }
#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c { 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; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { background-color: transparent; background-image: none; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container > .video-iframe-container { display: none; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row > .video-iframe-container { display: none; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .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); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { border-width: 0; border-radius: 0; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#tOeGVy3wnKchhVcrT9dGzDAHOJwTcNaJ { color:rgba(var(--color-tertiary-0),1);display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4624996185302rem;left:8.09375rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f4;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; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container { background-color: transparent; background-image: none; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container > .video-iframe-container { display: none; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row > .video-iframe-container { display: none; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .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); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container { border-width: 0; border-radius: 0; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#f9iVhhxaiWDfaMdUnxFXFv0EUCzT9rTK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.517698287964rem;left:7.0624990463256rem;height:27rem;text-align:left;text-align-last:left;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; }
#ffaZTTy2v2mgERoJeNPwaemZ3zDnxdbV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:32.0625rem;width:21.1875rem;top:6.2677183151244rem;left:46.125rem;overflow:hidden;display:block; }
#QhMuvWSp3T8KNX0gNIZLozqR0LwJTT4z { position:absolute;display:block;z-index:15000;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:106.0625rem;width:75rem;display:none; }
#Aq8OXzVTrS9CTHNSDE0U69GKOzc2OU1o { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:42rem;top:1.5125102996826rem;left:0rem;overflow:hidden;display:block; }
#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { background-color: transparent; background-image: none; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container > .video-iframe-container { display: none; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row > .video-iframe-container { display: none; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .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); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { border-width: 0; border-radius: 0; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#rP4H8DD1gFCDXI8cXBu4HB6GLM6d10OI { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.84375rem;left:8.0937490463256rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f4;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; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { background-color: transparent; background-image: none; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container > .video-iframe-container { display: none; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row > .video-iframe-container { display: none; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .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); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { border-width: 0; border-radius: 0; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#o5PTkXI2zVMqCdzK9TTpXrTIHoBMeNW0 { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#UNrxkQlZcacT9XX3GQ00X0ET9XSLVOTa { color:rgba(var(--color-tertiary-4),1);display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.5937490463257rem;left:0.5625rem;height:16.5rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kTLIHMAceSEZPufffy5J6CPFo316KUqO { display:block; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynWGiNiRWQngLy7IMqgITK4JgCc9GX2O { top:0.625rem;left:0rem;width:47.75rem;height:15.334571428571rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEQX6fwAzeZK8TKxpSCpxFK5EF4TWAD9 { top:31.6875rem;left:8.78125rem;width:28.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R886ADWIkpT4OGRQNNuUGFrLfBxgVUSo { display:block; }
 }@media only screen and (max-width: 763px) { #Zzyr2neTfiNkAp7IbRgKOoQ6bdFoypuV { top:2.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz3nJLTra2CcV8lVD6FxbvgAvbvRrtOc { top:14.9375rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJG0hGd3HN2wdpaWl2zF1V2EQSb2L0P { top:10.6875rem;left:0rem;width:11.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvxg4fry09kThXzhiQGToT9C0AIISF2m { display:block; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtB9gPsU3R7PGLBaPe3zGdHZ2HMzQuRI { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIZa2zs3wuCNBOCytTTkKnZa2mdKqcCh { top:5.625rem;left:0rem;width:47.75rem;height:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyuslzIEfJ2au3s3fiXD8hrRevtKGmTV { top:1.9375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq { display:block; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRoMk9VcnwwVrRnMEizsm2PwNFUdR6CT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbC9DqwVJtdcO44gTCqTckxTZTbxpO53 { top:5.4375rem;left:0rem;width:47.75rem;height:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3623PbqsAD77TSPmke5tl3R4CMkK6V { top:1.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8E6ID32sbRL8fuEfnTk2guQud8bxWcz { display:block; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euEd2fRvy9qh9EZKlekoPqTdDURzkH3m { top:1.9375rem;left:2.8125rem;width:42.125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { display:block; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e53M39JImiCWSrb1tG4t9JNngwC17qQ9 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnMuIn8ByET2N5xFdwqQZW2Dmao1J6TJ { top:4.125rem;left:0rem;width:47.75rem;height:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMyTB41lQ1cq2ydZ2VecSgOAq7JcaWoO { top:2.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO { display:block; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1FbymokNKV5kqOOnu1lix2M6fWQk4KE { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGiNdt4IGtyl7kL8Z5HdZipmkrIshxX8 { top:26.0625rem;left:9.9614601135256rem;width:24.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdZH7v6xAdn3csKM1eZwVADa9zakQwhA { display:block; }
 }@media only screen and (max-width: 763px) { #RDdFoqNea2h5CZUbXuaGrC9ti7rpeh6p { top:4.25rem;left:0rem;width:47.75rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8kTrhgMHdwFqqoqQFIOTpzOcPE3D5F3 { top:0.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8diFlx2nKFC0p87H84QRkBQbubeJUcI { top:21.3125rem;left:0rem;width:47.75rem;height:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 { display:block; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkPOny1FIM75mT2NBx2Bef63KISScEFw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p52VxzUvCnEAeN20pKLPJIyBJFJ2yCU1 { top:38rem;left:9.9614601135256rem;width:24.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6K5GPOsJdN9oHD28VMMuKEnQ8gmM9uP { display:block; }
 }@media only screen and (max-width: 763px) { #VJi7nZBwAQvr568h6d74OwZEeCAZGxXd { top:3.5rem;left:0rem;width:47.75rem;height:28.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnORHOHGOlDlzidoh7WU9MGIrArXP2o { top:0.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMieHB7UEiaaWThz1WVMlXGhtFamT31 { top:33.8125rem;left:0rem;width:47.75rem;height:0;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 { display:block; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzQtQ5PikWaHFs3i9MQlsbKFpvUChDZU { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtLAhSvHR0oyg5H1RKEwhmxDguOOWclL { top:7.5rem;left:0rem;width:47.75rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiICnMzZf7a0JZJGTN4hHJJTdcoHgHi { top:0.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sce6X2hvMgz98wQfpvkROUCi5B9nh5Vx { top:25.5625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1  { width:17.5rem;height:8.375rem;top:32.4375rem;left:13.875rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 {display:block;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 { width:17.5rem;height:8.375rem;top:32.4375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #I1wOPx3b8aVS3tcdLqMXAsZG42ERVvqy {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #DgpHIP4vu8ipuah5F4lT40s1H5uq9MOF {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #tNZCH6s5rpaTKBrWCpuQWuNLPbpnTSVQ {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #vTXwPSCMvW90TUEJPsu2NFCvcfcypsit {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #toBIKrVowm6prrsxxrLGso7Jd1aTa207 {  }
 }@media only screen and (max-width: 763px) { #y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c { display:block; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOeGVy3wnKchhVcrT9dGzDAHOJwTcNaJ { top:1.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 { display:block; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9iVhhxaiWDfaMdUnxFXFv0EUCzT9rTK { width:36.9375rem;height:27rem;top:10.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffaZTTy2v2mgERoJeNPwaemZ3zDnxdbV { top:6.25rem;left:26.5625rem;width:21.1875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMuvWSp3T8KNX0gNIZLozqR0LwJTT4z { width:47.75rem;height:67.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq8OXzVTrS9CTHNSDE0U69GKOzc2OU1o { top:1.5rem;left:0rem;width:42rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 { display:block; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP4H8DD1gFCDXI8cXBu4HB6GLM6d10OI { top:2.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb { display:block; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5PTkXI2zVMqCdzK9TTpXrTIHoBMeNW0 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNrxkQlZcacT9XX3GQ00X0ET9XSLVOTa { top:1.5625rem;left:0rem;width:47.75rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kTLIHMAceSEZPufffy5J6CPFo316KUqO { background-color:#000000;background-image:none;display:block; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { background-color: transparent; background-image: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row > .video-iframe-container { display: none; }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .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); }#kTLIHMAceSEZPufffy5J6CPFo316KUqO > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynWGiNiRWQngLy7IMqgITK4JgCc9GX2O { width:19.1875rem;height:6.1875rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:48.1875rem;background-color:#000000;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEQX6fwAzeZK8TKxpSCpxFK5EF4TWAD9 { top:42.824998855591rem;left:0rem;width:20rem;height:3.8125rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #95283b, #7a1e2e);background-image: -moz-linear-gradient(216deg, #95283b, #7a1e2e);background-image: -ms-linear-gradient(216deg, #95283b, #7a1e2e);background-image: -o-linear-gradient(216deg, #95283b, #7a1e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95283b', endColorstr='#7a1e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95283b', endColorstr='#7a1e2e' );";background-image: linear-gradient(216deg, #95283b, #7a1e2e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R886ADWIkpT4OGRQNNuUGFrLfBxgVUSo { display:block; }
 }@media only screen and (max-width: 763px) { #Zzyr2neTfiNkAp7IbRgKOoQ6bdFoypuV { width:20rem;height:8.2875rem;top:1.2552080154419rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gz3nJLTra2CcV8lVD6FxbvgAvbvRrtOc { width:20rem;height:11.375rem;top:29.387499809265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TlJG0hGd3HN2wdpaWl2zF1V2EQSb2L0P { width:11.3125rem;height:17.0625rem;top:10.9375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvxg4fry09kThXzhiQGToT9C0AIISF2m { 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; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { background-color: transparent; background-image: none; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container > .video-iframe-container { display: none; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row > .video-iframe-container { display: none; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .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); }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { border-width: 0; border-radius: 0; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvxg4fry09kThXzhiQGToT9C0AIISF2m > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtB9gPsU3R7PGLBaPe3zGdHZ2HMzQuRI { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IIZa2zs3wuCNBOCytTTkKnZa2mdKqcCh { width:18.75rem;height:45.9rem;top:4.0500011444092rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #CyuslzIEfJ2au3s3fiXD8hrRevtKGmTV { width:20rem;height:5.1rem;top:0.83125114440919rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq { background-color:#000000;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; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { background-color: transparent; background-image: none; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container > .video-iframe-container { display: none; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row > .video-iframe-container { display: none; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .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); }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { border-width: 0; border-radius: 0; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9AM7JSMEPo7UQ2ow1QEMgJH3Ny1NUbq > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRoMk9VcnwwVrRnMEizsm2PwNFUdR6CT { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CbC9DqwVJtdcO44gTCqTckxTZTbxpO53 { width:18.75rem;height:47.8125rem;top:7.3625030517575rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;color:#f8f6f4;display:block; }
 }@media only screen and (max-width: 763px) { #sD3623PbqsAD77TSPmke5tl3R4CMkK6V { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;color:#f8f6f4;display:block; }
 }@media only screen and (max-width: 763px) { #k8E6ID32sbRL8fuEfnTk2guQud8bxWcz { background-color:#550108;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; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { background-color: transparent; background-image: none; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container > .video-iframe-container { display: none; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row > .video-iframe-container { display: none; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .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); }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { border-width: 0; border-radius: 0; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8E6ID32sbRL8fuEfnTk2guQud8bxWcz > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euEd2fRvy9qh9EZKlekoPqTdDURzkH3m { width:20rem;height:4.25rem;top:1.40625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt { background-color:#000000;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; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { background-color: transparent; background-image: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { display: none; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .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); }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { border-width: 0; border-radius: 0; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwbxlxTgG6Xr6N2dnpMgTC8nTUnkW3Qt > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e53M39JImiCWSrb1tG4t9JNngwC17qQ9 { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rnMuIn8ByET2N5xFdwqQZW2Dmao1J6TJ { width:18.75rem;height:24.8625rem;top:4.2624998092651rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yMyTB41lQ1cq2ydZ2VecSgOAq7JcaWoO { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO { 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; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { background-color: transparent; background-image: none; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container > .video-iframe-container { display: none; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row > .video-iframe-container { display: none; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .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); }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { border-width: 0; border-radius: 0; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ld6xubbQWLKc4KsRoIwKOi1xHTua4PdO > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1FbymokNKV5kqOOnu1lix2M6fWQk4KE { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kGiNdt4IGtyl7kL8Z5HdZipmkrIshxX8 { top:46.106257438659rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7a1e2e, #820000);background-image: -moz-linear-gradient(216deg, #7a1e2e, #820000);background-image: -ms-linear-gradient(216deg, #7a1e2e, #820000);background-image: -o-linear-gradient(216deg, #7a1e2e, #820000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1e2e', endColorstr='#820000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1e2e', endColorstr='#820000' );";background-image: linear-gradient(216deg, #7a1e2e, #820000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WdZH7v6xAdn3csKM1eZwVADa9zakQwhA { display:block; }
 }@media only screen and (max-width: 763px) { #RDdFoqNea2h5CZUbXuaGrC9ti7rpeh6p { width:20rem;height:32.5125rem;top:6.937485694885rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d8kTrhgMHdwFqqoqQFIOTpzOcPE3D5F3 { width:20rem;height:5.1rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n8diFlx2nKFC0p87H84QRkBQbubeJUcI { width:20rem;height:4.0375rem;top:41.112503051757rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 { background-color:#000000;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; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { background-color: transparent; background-image: none; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container > .video-iframe-container { display: none; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row > .video-iframe-container { display: none; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .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); }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { border-width: 0; border-radius: 0; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CaeTsBneqrkvnmC8tOM3yRQOObzTV7u7 > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkPOny1FIM75mT2NBx2Bef63KISScEFw { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p52VxzUvCnEAeN20pKLPJIyBJFJ2yCU1 { top:64.668750762938rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7a1e2e, #820000);background-image: -moz-linear-gradient(216deg, #7a1e2e, #820000);background-image: -ms-linear-gradient(216deg, #7a1e2e, #820000);background-image: -o-linear-gradient(216deg, #7a1e2e, #820000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1e2e', endColorstr='#820000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1e2e', endColorstr='#820000' );";background-image: linear-gradient(216deg, #7a1e2e, #820000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L6K5GPOsJdN9oHD28VMMuKEnQ8gmM9uP { display:block; }
 }@media only screen and (max-width: 763px) { #VJi7nZBwAQvr568h6d74OwZEeCAZGxXd { width:20rem;height:53.55rem;top:4.5500049591064rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QcnORHOHGOlDlzidoh7WU9MGIrArXP2o { width:20rem;height:2.55rem;top:0.87500286102294rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ErMieHB7UEiaaWThz1WVMlXGhtFamT31 { width:20rem;height:4.0375rem;top:59.268759727478rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 { background-color:#000000;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; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { background-color: transparent; background-image: none; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container > .video-iframe-container { display: none; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row > .video-iframe-container { display: none; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .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); }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { border-width: 0; border-radius: 0; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrTQm7O9OfOHlmPgG5iaTPS9C4rTLGn3 > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzQtQ5PikWaHFs3i9MQlsbKFpvUChDZU { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mtLAhSvHR0oyg5H1RKEwhmxDguOOWclL { width:20rem;height:38.25rem;top:8.0500183105469rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GxiICnMzZf7a0JZJGTN4hHJJTdcoHgHi { width:20rem;height:5.1rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sce6X2hvMgz98wQfpvkROUCi5B9nh5Vx { width:20rem;height:8.075rem;top:48.924989700317rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1  { width:17.5rem;height:auto;top:60.106258392334rem;left:0rem; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 {display:block;}#Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 { width:17.5rem;height:auto;top:60.106258392334rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #I1wOPx3b8aVS3tcdLqMXAsZG42ERVvqy {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #DgpHIP4vu8ipuah5F4lT40s1H5uq9MOF {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #tNZCH6s5rpaTKBrWCpuQWuNLPbpnTSVQ {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #vTXwPSCMvW90TUEJPsu2NFCvcfcypsit {  }
 }@media only screen and (max-width: 763px) { #Tc6F3cSdp7ODEx1oZHXr5TGwQrLN9oi1 #toBIKrVowm6prrsxxrLGso7Jd1aTa207 {  }
 }@media only screen and (max-width: 763px) { #y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c { background-color:#550108;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; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { background-color: transparent; background-image: none; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container > .video-iframe-container { display: none; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row > .video-iframe-container { display: none; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .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); }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { border-width: 0; border-radius: 0; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4CVPTuJvMeEZeA3E3MVF8UWhRf8XC9c > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOeGVy3wnKchhVcrT9dGzDAHOJwTcNaJ { width:20rem;height:9.34375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#fdfbf7;display:block; }
 }@media only screen and (max-width: 763px) { #KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 { background-color:#f8f6f4;background-image:none;display:block; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container { background-color: transparent; background-image: none; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container > .video-iframe-container { display: none; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row > .video-iframe-container { display: none; }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .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); }#KQp6izTlt2sL9exPyDfmomJq0o5RDPH8 > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9iVhhxaiWDfaMdUnxFXFv0EUCzT9rTK { width:20rem;height:41.4375rem;top:29.749975204467rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #ffaZTTy2v2mgERoJeNPwaemZ3zDnxdbV { width:12.5625rem;height:19rem;top:9.0802087783812rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMuvWSp3T8KNX0gNIZLozqR0LwJTT4z { top:5.125rem;left:5.5625rem;width:14.4375rem;height:20.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Aq8OXzVTrS9CTHNSDE0U69GKOzc2OU1o { width:20rem;height:4.1875rem;top:2.7624969482422rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 { background-color:#550108;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; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { background-color: transparent; background-image: none; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container > .video-iframe-container { display: none; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row > .video-iframe-container { display: none; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .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); }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { border-width: 0; border-radius: 0; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwF0vycU2RaF0FhNWdHXWVPtsIOPG2f7 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP4H8DD1gFCDXI8cXBu4HB6GLM6d10OI { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#fdfbf7;display:block; }
 }@media only screen and (max-width: 763px) { #BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb { background-color:#f8f6f4;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; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { background-color: transparent; background-image: none; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container > .video-iframe-container { display: none; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row > .video-iframe-container { display: none; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .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); }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { border-width: 0; border-radius: 0; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiBZZpNrbogc1zC0JF51qJuh0b9oTmdb > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5PTkXI2zVMqCdzK9TTpXrTIHoBMeNW0 { top:98.75000190735rem;left:3.7187498807907rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UNrxkQlZcacT9XX3GQ00X0ET9XSLVOTa { width:18.75rem;height:19.3375rem;top:1.25rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;color:#1a1a1a;display:block; }
 }