.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#190c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KIUoiuHJ/Group_219.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.adaptive-delivery-prevent-bg, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyload, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyloading { background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { background-color: transparent; background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .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); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { border-width: 0; border-radius: 0; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container {  }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#Bubuc8VOIWD6l4BO9aRgc2uOE7t09XpJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.68725625rem;width:9.498875rem;top:5.8740234375rem;left:5.06103515625rem;overflow:hidden;display:block; }
#TLAfBMNNovSrgk9XoB0T1rrHhL3tlJeZ { color:#ffffff;display:block;width:35.7495rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:20.27099609375rem;left:13.05908203125rem;height:4.8742625rem;font-style:normal;display:block; }
#ZIRdLcTp1zWwfMAcVNgyTBCPZDDul19B { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:28.145751953125rem;left:58.623046875rem;height:1.46179375rem;display:block; }
#s1BQRH6zh6SacmriaRvnftJBLIRQToAl { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.562125rem;width:33.937375rem;top:7.811279296875rem;left:3.4368896484375rem;overflow:hidden;display:block; }
#FLZdwDDEehPy2ZzQOpLFHubrUFramVko { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:54.3125rem;display:none; }
#UpObiDtu2vSQPDUdbdsKN2CmIMqHKKof { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Tpi3gC1Tz09wagmWzyVf0xeUTOXvJHb0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.75rem;left:12rem;display:none; }
#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#451a82;background-image:none;position:relative;display:block; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { background-color: transparent; background-image: none; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container > .video-iframe-container { display: none; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row > .video-iframe-container { display: none; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .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); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { border-width: 0; border-radius: 0; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row > .video-iframe-container {  }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#hEO3FIynP4rNsGNpiJSgQgGP6Blg1fg6 { color:#ffffff;display:block;width:41.499625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.9998779296875rem;left:16.748657226562rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugp8iVFIr98VGNBrHK4DvJqttoWBnpDD { color:#ffffff;display:block;width:17.687375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100045;line-height:1.6;letter-spacing:0;top:17.6875rem;left:5.687255859375rem;height:7.19726875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msZcQUEHZqOHTw0D8H0OuUqRA6v5bwQ8 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.437375rem;width:6.437375rem;top:9.436767578125rem;left:55.374755859375rem;overflow:hidden;display:block; }
#ryuvIs7smPMSBFZIV04acltrw7sBAGTM { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.18725rem;width:8.18725rem;top:8.5609130859375rem;left:33.40576171875rem;overflow:hidden;display:block; }
#A2l1TPVBmsQgdJBq7Ogis7dFeX0zgGXg { color:#ffffff;display:block;width:17.312rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100046;line-height:1.6;letter-spacing:0;top:17.645385742188rem;left:28.843383789062rem;height:7.19726875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLeRAgOQSf5H6TfcQGdZ580aVKxO6B4r { color:#ffffff;display:block;width:17.6245rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100047;line-height:1.6;letter-spacing:0;top:17.647827148438rem;left:50.812377929688rem;height:7.19725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTXiV89ebotsJLwFG70aKVI5wkHBmLr3 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.74975625rem;width:4.74975625rem;top:10.31201171875rem;left:12.124633789062rem;overflow:hidden;display:block; }
#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;background-image:none;position:relative;display:block; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container { background-color: transparent; background-image: none; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container > .video-iframe-container { display: none; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row > .video-iframe-container { display: none; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .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); }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container { border-width: 0; border-radius: 0; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row > .video-iframe-container {  }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#fdVkSdoAiZZQfQoDANzJ5oQVHhgcJOJP { color:#8a6df1;display:block;width:7.6245rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:2.2183837890625rem;left:13.4375rem;height:3.76220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qM8noumu1vQcs8vnInyyJCVEuK6sCS6e { color:#8a6df1;display:block;width:15.1245rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:100020;line-height:1.4;letter-spacing:0;top:5.97900390625rem;left:54.43701171875rem;height:2.01233125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XatZl7l15d3X3ZbiufgMrpDwKrC2IfkZ { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:6.875rem;top:1.4996337890625rem;left:6.5rem;overflow:hidden;display:block; }
#mvqZwGkU5EUfp4viKtTiwczBxK2oAoav { color:#8a6df1;display:block;width:3.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:3.3837890625rem;left:25.874633789062rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zekfKBPGAXKTDXNx3TztQAQ8esCGLdm2 { color:#8a6df1;display:block;width:12.062375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100020;line-height:1.4;letter-spacing:0;top:3.3837890625rem;left:29.557373046875rem;height:2.6245125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vkNISsTiZZyBlGaLzBLFxSzGqnZTSVbV { color:#8a6df1;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:300;z-index:100021;line-height:1.4;letter-spacing:0;top:1.8125rem;left:47.25rem;height:4.72534375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k73aiIM4ISUlQXRckWwLTt056HMqzkbI { color:#8a6df1;display:block;width:3.937375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100020;line-height:1.4;letter-spacing:0;top:3.4058837890625rem;left:43.12451171875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wXq3nQ7IKmaxS509BPiJNZmyGPJ1VPV0 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:12.124rem;top:4.53125rem;left:29.150268554688rem;overflow:hidden;display:block; }
#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9a7f7;background-image:none;position:relative;display:block; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { background-color: transparent; background-image: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .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); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { border-width: 0; border-radius: 0; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container {  }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-form-header {  }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.375rem;color:#000000;font-size:0.75rem;overflow:hidden;font-family:akkurat-mono;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.75rem;overflow:hidden;font-family:akkurat-mono;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:montserrat;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:3.6875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:13.1875rem;height:2.75rem;font-family:montserrat;overflow:hidden;line-height:1.2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.75rem;text-align:left;text-align-last:left; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container:first-of-type{padding-top:0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-container:last-of-type{padding-bottom:0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:9.81201171875rem;left:40.062255859375rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:absolute;top:9.81201171875rem;left:40.062255859375rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV { position:relative;z-index:2; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v { position:relative; }
#sPxAdvuurEm6ByMothn3wM6gqL144LVW { position:relative;display:block; }
#rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { position:relative;display:block; }
#tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { position:relative;display:block; }
#RzNrBcppRk3z3un9cRai78xkEZ9w3h09 { position:relative;display:block; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F { position:relative; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 { position:relative; }
#bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:24.18701171875rem;left:42.8125rem;height:0.812375rem;display:block; }
#mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:27.0625rem;top:6.1248779296875rem;left:37.874755859375rem;display:block; }
#f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:8.125rem;left:40.3125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#fXLxvkyAuBiqwhzq2oFuvhMOynR0uiJ6 { position:absolute;display:block;z-index:100007;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.625rem;height:25.3125rem;width:27.0625rem;top:6.125rem;left:5.1875rem;display:block; }
#QJEvHWoOPDiq3WRx3TqtFJq632iM8rUz { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:12.2021484375rem;left:7.5rem;height:6.09375rem;font-style:normal;display:block; }
#wUU3XUB0isxPv6qLaeZXrSCVRxgukdGQ { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:100025;line-height:1.4;letter-spacing:0;top:21.16943359375rem;left:7.4371337890625rem;height:5.51146875rem;font-style:normal;display:block; }
#CxJgmwbUPA6RVRHNiTvpol11wzV3SkaF { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.875rem;top:8.636474609375rem;left:7.7496337890625rem;overflow:hidden;display:block; }
#P0u31xz5TDxxddMkZ4HJ0U1IZQzGiV2p { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:10.25rem;top:18.312377929688rem;left:9.6868896484375rem;overflow:hidden;display:block; }
#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#451a82;background-image:none;position:relative;display:block; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { background-color: transparent; background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .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); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { border-width: 0; border-radius: 0; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container {  }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#tpdl22f5w2QvZKt98fn050DHbDXSXTlb { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:32.5rem;top:2.9210205078125rem;left:4.571533203125rem;display:block; }
#Qp4UwWJR0X9XToWf6QNA8GDZPFEzw2fu { position:absolute;display:block;z-index:100001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.375rem;width:32.5rem;top:2.9197998046875rem;left:38.124389648438rem;display:block; }
#xV5rpxKvNETdcphgxFmcS8ea8bHwlvmc { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:6.25rem;top:5.882080078125rem;left:7.87353515625rem;overflow:hidden;display:block; }
#cHZT37prHAqPG3dk07MaQKBeXXlA4CFx { color:#ffffff;display:block;width:24.187rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100026;line-height:1.6;letter-spacing:0;top:14.745361328125rem;left:9.0631103515625rem;height:5.0994875rem;font-style:normal;display:block; }
#VMzZL7owgResdz9RPVCDsGbEdepL1BFq { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100027;line-height:1.6;letter-spacing:0;top:11.782104492188rem;left:9.0631103515625rem;height:2.29980625rem;font-style:normal;display:block; }
#lr4C88X4mzfHNdwaBowlSZ0Ie2de4h5h { color:#ffffff;display:block;width:24.1858125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100028;line-height:1.6;letter-spacing:0;top:11.782104492188rem;left:42.280883789062rem;height:2.29980625rem;font-style:normal;display:block; }
#WgaPs0SXx2xqWy8rZ5LBs5dLKOFFWIga { color:#ffffff;display:block;width:24.186375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100027;line-height:1.6;letter-spacing:0;top:14.506713867188rem;left:41.969604492188rem;height:5.0994875rem;font-style:normal;display:block; }
#wNG2v9cfQgKT7opLWh5zdC51NNwVWL0d { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:32.5rem;top:24.24951171875rem;left:4.5623779296875rem;display:block; }
#NMhRR05QqUSDTG3PAcC2L64TvrF2uvAZ { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.0625rem;top:27.499389648438rem;left:9.24853515625rem;overflow:hidden;display:block; }
#KIE5FVP2ViLvAgxpTKeRsTCgImD2O0Hn { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100034;line-height:1.6;letter-spacing:0;top:31.874633789062rem;left:9.0625rem;height:2.29980625rem;font-style:normal;display:block; }
#VcvusLiA0VVla1dqaOgVRO3mndyDhcIT { color:#ffffff;display:block;width:24.187rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100033;line-height:1.6;letter-spacing:0;top:34.812255859375rem;left:9.0625rem;height:5.0994875rem;font-style:normal;display:block; }
#aTPmGt7gCJdHu9r9pkS3RDuc2Id3Vm9M { position:absolute;display:block;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:32.5rem;top:24.24951171875rem;left:38.125rem;display:block; }
#opdwQFIboGQbAcK0RRam1imskIsVls2n { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:100034;line-height:1.6;letter-spacing:0;top:34.811645507812rem;left:42.280883789062rem;height:5.0994875rem;font-style:normal;display:block; }
#yqTqBCeydqUURlMdnvZoHCwb6cDGvCIw { color:#ffffff;display:block;width:24.1858125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:100035;line-height:1.6;letter-spacing:0;top:31.874633789062rem;left:42.280883789062rem;height:2.29980625rem;font-style:normal;display:block; }
#RHuCnnR4JncAvJnQim9nCeglMDe1GKHW { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:5.5rem;top:7.007080078125rem;left:42.280883789062rem;overflow:hidden;display:block; }
#bK11AuvkxGblIvxHMl6ECs1OVDDs79kT { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.75rem;top:26.249633789062rem;left:41.969604492188rem;overflow:hidden;display:block; }
#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#451a82;background-image:none;position:relative;display:block; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { background-color: transparent; background-image: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container > .video-iframe-container { display: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row > .video-iframe-container { display: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .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); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { border-width: 0; border-radius: 0; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row > .video-iframe-container {  }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#iiVT09APU6mv06nkGbl95Zon2FgwyLo2 { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:9.9365234375rem;left:6.8115234375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvA6smqy5ZL1ewCwOzGJ0BzMobTLbpq2 { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:9.9365234375rem;left:56.937255859375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Afb7x0k89adaxdt4aooxTVaULowTFRlD { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:9.81201171875rem;left:23.499755859375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lc3Fi7QFt3OZ2pXm6pRgz1MvPfcOna5n { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:archivo;font-size:1.3125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:9.9365234375rem;left:41.53076171875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZ3XOnhEk4y5WV0A9kUimt2kSu1Llaf9 { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:14.375rem;top:6.4996337890625rem;left:4.81201171875rem;display:block; }
#WqWPEHF0ptcBb6gA5WDDplUe9bJZ0Iu7 { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:14.375rem;top:6.4996337890625rem;left:21.5625rem;display:block; }
#t0MfuerSMf0iAXypQz8Rv2DSrTvlTVGk { position:absolute;display:block;z-index:100004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:14.375rem;top:6.37451171875rem;left:37.93701171875rem;display:block; }
#vpAz8gF2S0tTerh5oeCrPUdXTzTbqBN3 { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:14.375rem;top:6.37451171875rem;left:53.999633789062rem;display:block; }
#IQ9U94OZD3LndRc4NqCeJqz85DDUfNrp { position:absolute;display:block;z-index:100017;background-color:#6030a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:3.7493896484375rem;left:9.185791015625rem;display:block; }
#o8mPR2ZelRwgxNi6P8gllvrxuTXR6CDN { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:3.75rem;top:5.1239013671875rem;left:10.136108398438rem;overflow:hidden;display:block; }
#XNpcT8ohb9pyS00aWrKxymrEnwOTXN0q { position:absolute;display:block;z-index:100018;background-color:#6030a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:3.1866455078125rem;left:42.46826171875rem;display:block; }
#CzyCq9A8sWywRE6VAOqltveOlJQ4wp4b { position:absolute;display:block;z-index:100018;background-color:#6030a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:3.1866455078125rem;left:26.123657226562rem;display:block; }
#x1uzcbWTWvWdigtRwrRcvOXALDOmwXqO { position:absolute;display:block;z-index:100019;background-color:#6030a7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;height:5.625rem;width:5.625rem;top:3.1866455078125rem;left:58.436889648438rem;display:block; }
#eSZ02hoWHVELch41qST81Sxt6DSTZIGH { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:6.3125rem;top:3.8739013671875rem;left:42.15576171875rem;overflow:hidden;display:block; }
#CT7GFnZKEG0qptOkAXTdDvRNwHR3y2RP { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:5rem;top:4.3731689453125rem;left:26.373901367188rem;overflow:hidden;display:block; }
#OdVdqs4si30StM0W4vrUX1gona2cdpXp { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:6.25rem;top:3.377685546875rem;left:58.124389648438rem;overflow:hidden;display:block; }
#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { border-width: 0; border-radius: 0; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container {  }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:14rem;top:2.7496337890625rem;left:30rem;overflow:hidden;display:block; }
#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { background-color: transparent; background-image: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .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); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { border-width: 0; border-radius: 0; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container {  }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#azClPBwyzNkETny9OkUlgBtooEoTzB1z { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.921875rem;left:0.9375rem;height:0.812375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g { display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bubuc8VOIWD6l4BO9aRgc2uOE7t09XpJ { top:5.8125rem;left:0rem;width:9.4375rem;height:0.68281568705506rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLAfBMNNovSrgk9XoB0T1rrHhL3tlJeZ { top:20.25rem;left:0rem;width:35.6875rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRdLcTp1zWwfMAcVNgyTBCPZDDul19B { top:28.125rem;left:33.8125rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1BQRH6zh6SacmriaRvnftJBLIRQToAl { top:7.75rem;left:0rem;width:33.875rem;height:10.542712404098rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZdwDDEehPy2ZzQOpLFHubrUFramVko { width:34.625rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpObiDtu2vSQPDUdbdsKN2CmIMqHKKof { display:none; }
 }@media only screen and (max-width: 763px) { #Tpi3gC1Tz09wagmWzyVf0xeUTOXvJHb0 { top:11.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb { display:block; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEO3FIynP4rNsGNpiJSgQgGP6Blg1fg6 { top:2.9375rem;left:3.1236572265625rem;width:41.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugp8iVFIr98VGNBrHK4DvJqttoWBnpDD { top:17.6875rem;left:0rem;width:17.625rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #msZcQUEHZqOHTw0D8H0OuUqRA6v5bwQ8 { top:9.375rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryuvIs7smPMSBFZIV04acltrw7sBAGTM { top:8.5rem;left:19.78076171875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2l1TPVBmsQgdJBq7Ogis7dFeX0zgGXg { top:17.625rem;left:15.218383789062rem;width:17.25rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLeRAgOQSf5H6TfcQGdZ580aVKxO6B4r { top:17.625rem;left:30.1875rem;width:17.5625rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXiV89ebotsJLwFG70aKVI5wkHBmLr3 { top:10.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 { display:block; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdVkSdoAiZZQfQoDANzJ5oQVHhgcJOJP { top:2.1875rem;left:0rem;width:7.5625rem;height:3.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8noumu1vQcs8vnInyyJCVEuK6sCS6e { top:5.9375rem;left:32.6875rem;width:15.0625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XatZl7l15d3X3ZbiufgMrpDwKrC2IfkZ { top:1.4375rem;left:0rem;width:6.875rem;height:6.437375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqZwGkU5EUfp4viKtTiwczBxK2oAoav { top:3.375rem;left:12.249633789062rem;width:3.875rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zekfKBPGAXKTDXNx3TztQAQ8esCGLdm2 { top:3.375rem;left:15.932373046875rem;width:12rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNISsTiZZyBlGaLzBLFxSzGqnZTSVbV { top:1.8125rem;left:26.3125rem;width:21.4375rem;height:4.6875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k73aiIM4ISUlQXRckWwLTt056HMqzkbI { top:3.375rem;left:29.49951171875rem;width:3.875rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXq3nQ7IKmaxS509BPiJNZmyGPJ1VPV0 { top:4.5rem;left:15.525268554688rem;width:12.0625rem;height:0.62182963543385rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { display:none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v {  }
 }@media only screen and (max-width: 763px) { #sPxAdvuurEm6ByMothn3wM6gqL144LVW { display:block; }
 }@media only screen and (max-width: 763px) { #rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { display:block; }
 }@media only screen and (max-width: 763px) { #tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { display:block; }
 }@media only screen and (max-width: 763px) { #RzNrBcppRk3z3un9cRai78xkEZ9w3h09 { display:block; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 {  }
 }@media only screen and (max-width: 763px) { #bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { top:24.125rem;left:29.1875rem;width:12.1875rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { top:6.0625rem;left:20.6875rem;width:27.0625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { top:8.125rem;left:25.5625rem;width:22.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLxvkyAuBiqwhzq2oFuvhMOynR0uiJ6 { top:6.125rem;left:0rem;width:27.0625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJEvHWoOPDiq3WRx3TqtFJq632iM8rUz { top:12.1875rem;left:0rem;width:24.375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUU3XUB0isxPv6qLaeZXrSCVRxgukdGQ { top:21.125rem;left:0rem;width:20.8125rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxJgmwbUPA6RVRHNiTvpol11wzV3SkaF { top:8.625rem;left:0rem;width:2.875rem;height:2.8127384713052rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0u31xz5TDxxddMkZ4HJ0U1IZQzGiV2p { top:18.25rem;left:0rem;width:10.25rem;height:0.62502286669025rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { display:none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tpdl22f5w2QvZKt98fn050DHbDXSXTlb { top:2.875rem;left:0rem;width:32.5rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4UwWJR0X9XToWf6QNA8GDZPFEzw2fu { top:2.875rem;left:15.25rem;width:32.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV5rpxKvNETdcphgxFmcS8ea8bHwlvmc { top:5.875rem;left:0rem;width:6.25rem;height:5.7495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZT37prHAqPG3dk07MaQKBeXXlA4CFx { top:14.6875rem;left:0rem;width:24.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMzZL7owgResdz9RPVCDsGbEdepL1BFq { top:11.75rem;left:0rem;width:26.625rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr4C88X4mzfHNdwaBowlSZ0Ie2de4h5h { top:11.75rem;left:23.625rem;width:24.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgaPs0SXx2xqWy8rZ5LBs5dLKOFFWIga { top:14.5rem;left:23.625rem;width:24.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNG2v9cfQgKT7opLWh5zdC51NNwVWL0d { top:24.1875rem;left:0rem;width:32.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMhRR05QqUSDTG3PAcC2L64TvrF2uvAZ { top:27.4375rem;left:0rem;width:4.0625rem;height:3.312375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIE5FVP2ViLvAgxpTKeRsTCgImD2O0Hn { top:31.8125rem;left:0rem;width:26.5625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcvusLiA0VVla1dqaOgVRO3mndyDhcIT { top:34.75rem;left:0rem;width:24.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPmGt7gCJdHu9r9pkS3RDuc2Id3Vm9M { top:24.1875rem;left:15.25rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opdwQFIboGQbAcK0RRam1imskIsVls2n { top:34.75rem;left:25.375rem;width:22.375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqTqBCeydqUURlMdnvZoHCwb6cDGvCIw { top:31.8125rem;left:23.625rem;width:24.125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHuCnnR4JncAvJnQim9nCeglMDe1GKHW { top:7rem;left:28.655883789062rem;width:5.5rem;height:3.5620934566695rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK11AuvkxGblIvxHMl6ECs1OVDDs79kT { top:26.1875rem;left:28.344604492188rem;width:4.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5edtGsEiTryhqHaH5xqglK3U6PXTNEs { display:none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iiVT09APU6mv06nkGbl95Zon2FgwyLo2 { top:9.875rem;left:0rem;width:10.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvA6smqy5ZL1ewCwOzGJ0BzMobTLbpq2 { top:9.875rem;left:39.1875rem;width:8.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afb7x0k89adaxdt4aooxTVaULowTFRlD { top:9.75rem;left:9.874755859375rem;width:10.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3Fi7QFt3OZ2pXm6pRgz1MvPfcOna5n { top:9.875rem;left:27.90576171875rem;width:7.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3XOnhEk4y5WV0A9kUimt2kSu1Llaf9 { top:6.4375rem;left:0rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWPEHF0ptcBb6gA5WDDplUe9bJZ0Iu7 { top:6.4375rem;left:7.9375rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0MfuerSMf0iAXypQz8Rv2DSrTvlTVGk { top:6.3125rem;left:24.31201171875rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAz8gF2S0tTerh5oeCrPUdXTzTbqBN3 { top:6.3125rem;left:33.375rem;width:14.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9U94OZD3LndRc4NqCeJqz85DDUfNrp { top:3.6875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8mPR2ZelRwgxNi6P8gllvrxuTXR6CDN { top:5.0625rem;left:0rem;width:3.75rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #XNpcT8ohb9pyS00aWrKxymrEnwOTXN0q { top:3.125rem;left:28.84326171875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzyCq9A8sWywRE6VAOqltveOlJQ4wp4b { top:3.125rem;left:12.498657226562rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1uzcbWTWvWdigtRwrRcvOXALDOmwXqO { top:3.125rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSZ02hoWHVELch41qST81Sxt6DSTZIGH { top:3.8125rem;left:28.53076171875rem;width:6.3125rem;height:4.4374319898808rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7GFnZKEG0qptOkAXTdDvRNwHR3y2RP { top:4.3125rem;left:12.748901367188rem;width:5rem;height:3.49975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdVdqs4si30StM0W4vrUX1gona2cdpXp { top:3.375rem;left:41.5rem;width:6.25rem;height:4.4995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { top:2.6875rem;left:9.875rem;width:14rem;height:1.9995660598052rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { top:1.875rem;left:0rem;width:47.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KIUoiuHJ/Group_219.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.adaptive-delivery-prevent-bg, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyload, #ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g.lazyloading { background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { background-color: transparent; background-image: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row > .video-iframe-container { display: none; }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .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); }#ntRTnirLa0fJLphXJZcKA2J3HnIZrx4g > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bubuc8VOIWD6l4BO9aRgc2uOE7t09XpJ { width:8.6236875rem;height:0.68725625rem;top:3.49853515625rem;left:5.6878662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLAfBMNNovSrgk9XoB0T1rrHhL3tlJeZ { width:14.937125rem;height:5.36133125rem;top:16.68701171875rem;left:2.5311279296875rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRdLcTp1zWwfMAcVNgyTBCPZDDul19B { width:15.499875rem;height:1.46179375rem;top:27.811889648438rem;left:2.249755859375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1BQRH6zh6SacmriaRvnftJBLIRQToAl { width:20rem;height:6.2244796481755rem;top:8.7005615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLZdwDDEehPy2ZzQOpLFHubrUFramVko { top:7.7490234375rem;left:0rem;width:19.0625rem;height:7.4375rem;z-index:100018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UpObiDtu2vSQPDUdbdsKN2CmIMqHKKof { top:1.1873779296875rem;left:0rem;width:20rem;height:29.5625rem;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(0,0,0,0.1));background-image: -moz-linear-gradient(90deg, #000000, rgba(0,0,0,0.1));background-image: -ms-linear-gradient(90deg, #000000, rgba(0,0,0,0.1));background-image: -o-linear-gradient(90deg, #000000, rgba(0,0,0,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#19000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#19000000' );";background-image: linear-gradient(90deg, #000000, rgba(0,0,0,0.1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi3gC1Tz09wagmWzyVf0xeUTOXvJHb0 { top:11.624389648438rem;left:11.25rem;width:8.1875rem;height:1.54358125rem;z-index:100019;color:#ffffff;font-family:montserrat;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb { background-color:#451a82;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { background-color: transparent; background-image: none; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container > .video-iframe-container { display: none; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row > .video-iframe-container { display: none; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .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); }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { border-width: 0; border-radius: 0; }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row > .video-iframe-container {  }#NREpEi2PbeZwdlgTJdCTu0c8ckymFCVb > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEO3FIynP4rNsGNpiJSgQgGP6Blg1fg6 { width:17.9996875rem;height:4.5495625rem;top:2.4981689453125rem;left:0.999755859375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugp8iVFIr98VGNBrHK4DvJqttoWBnpDD { width:16.124875rem;height:6.79931875rem;top:15.997924804688rem;left:1.937255859375rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #msZcQUEHZqOHTw0D8H0OuUqRA6v5bwQ8 { width:5.875rem;height:5.875rem;top:41.93603515625rem;left:6.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryuvIs7smPMSBFZIV04acltrw7sBAGTM { width:6.499625rem;height:6.499625rem;top:9.670166015625rem;left:6.373291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2l1TPVBmsQgdJBq7Ogis7dFeX0zgGXg { width:14.249875rem;height:6.79931875rem;top:31.93603515625rem;left:2.87353515625rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #fLeRAgOQSf5H6TfcQGdZ580aVKxO6B4r { width:15.99975rem;height:6.7993125rem;top:48.382568359375rem;left:1.9989013671875rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #xTXiV89ebotsJLwFG70aKVI5wkHBmLr3 { width:4.249875rem;height:4.249875rem;top:26.561889648438rem;left:7.498779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 { display:block; }#RbewP3mu0CBH6pHHwBZyERTxu4C8UIK0 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdVkSdoAiZZQfQoDANzJ5oQVHhgcJOJP { width:12.24975rem;height:2.6245125rem;top:2.681884765625rem;left:5.687744140625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM8noumu1vQcs8vnInyyJCVEuK6sCS6e { width:20rem;height:2.01233125rem;top:21.294189453125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XatZl7l15d3X3ZbiufgMrpDwKrC2IfkZ { width:4.375rem;height:4.0625rem;top:1.8072509765625rem;left:4.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqZwGkU5EUfp4viKtTiwczBxK2oAoav { width:3.8745125rem;height:2.1875rem;top:8.311767578125rem;left:8.0621337890625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zekfKBPGAXKTDXNx3TztQAQ8esCGLdm2 { width:11.9995rem;height:2.6245125rem;top:11.18310546875rem;left:3.9996337890625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkNISsTiZZyBlGaLzBLFxSzGqnZTSVbV { width:20rem;height:2.79968125rem;top:18.4951171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k73aiIM4ISUlQXRckWwLTt056HMqzkbI { width:3.8745125rem;height:2.1875rem;top:15.0576171875rem;left:8.0621337890625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXq3nQ7IKmaxS509BPiJNZmyGPJ1VPV0 { width:12.062375rem;height:0.621338125rem;top:12.184692382812rem;left:3.96728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm { background-color:#b9a7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { background-color: transparent; background-image: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container { display: none; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .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); }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { border-width: 0; border-radius: 0; }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row > .video-iframe-container {  }#FrBbOE3JRlh1GnqdLKTIoInNuC1Hvwbm > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-text {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-select {padding-top: 0; padding-bottom: 0;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX  { width:17.5rem;height:auto;top:31.375rem;left:0rem;z-index:100005; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#StOFGua37yXcMe4JNNgbLKVmcgGihRaX {display:block;}#StOFGua37yXcMe4JNNgbLKVmcgGihRaX { width:17.5rem;height:auto;top:31.375rem;left:0rem;z-index:100005; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #qcwTiFoazdR3IOrBZPKsih0NC2Gv7yAO {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #HZvVnBJcilohLoL8RUbBQ1lDf4T7QTNZ {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #fTGwTwrqk9lbXVoza7AIV3DZ4fAftw6H {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #xIXLRGUJ0kZqXsOqoRJMsAXVcDZbLpOi {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #w9R2hhfXW2RTBkwvMIt1evmErmSixMCW {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #RHxBC1o4qLMUNtusIQbemzabVovBmZ5h {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZtfM638mXygoZOUXppnU3DeRNvVnMEVn {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #oWkg1ar0o6CkEJ8vmAnT9NCZqpgI2yl6 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZSTLoTRQkJPDvH4QTTLWCeasMVDJzi4i {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #ZOz0xOdVL3TUT5ZKeeXNc0p2ehrddmgm {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #pwzb51VN1GRCnfSXZ0fJA2GzgHBBN962 {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #dVWsXAS1CzMCpUIrKcP89zW98OZRA8kE {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #u30OFn2LZ3BihftHWyQU3ibeG2mb5Sgd {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #r1kJkKkn2vW2swJpEIPe4QCrdVGtbUXV {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #eeeeeZXuN38TJJ6uTVSAdmqUoEcX9u0v {  }
 }@media only screen and (max-width: 763px) { #sPxAdvuurEm6ByMothn3wM6gqL144LVW { display:block; }
 }@media only screen and (max-width: 763px) { #rT5xSJHFqoEC48f4WwVZ2SdGlZEBmJWz { display:block; }
 }@media only screen and (max-width: 763px) { #tXeoFHIzH8fMHtawSt1UfRsT0TmB07sH { display:block; }
 }@media only screen and (max-width: 763px) { #RzNrBcppRk3z3un9cRai78xkEZ9w3h09 { display:block; }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #svlg81pvpKxx1RPH0P2d5MnV4DOShi9F {  }
 }@media only screen and (max-width: 763px) { #StOFGua37yXcMe4JNNgbLKVmcgGihRaX #GoHST9qAFSeUVTU4LeKmchWxQMrFoxd1 {  }
 }@media only screen and (max-width: 763px) { #bsL1VNPxbupyDU0SXxFnBDbwxeyByOy5 { width:17.1215625rem;height:1.05590625rem;top:45.687255859375rem;left:2.87841796875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpmpdAoTaD4v4XeROmCT8WIMTWqwuUlh { width:20rem;height:23.875rem;top:28.375rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #f0W0cD0W2rb6uNk3rz3aZzH3ZRhv465s { width:19.5rem;height:2.2753875rem;top:29.749755859375rem;left:0.18701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLxvkyAuBiqwhzq2oFuvhMOynR0uiJ6 { width:20rem;height:24.1875rem;top:2.6875rem;left:0rem;z-index:100004;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJEvHWoOPDiq3WRx3TqtFJq632iM8rUz { width:17.1875rem;height:6.33545625rem;top:9.3121337890625rem;left:1.4373779296875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUU3XUB0isxPv6qLaeZXrSCVRxgukdGQ { width:17.6245rem;height:4.72411875rem;top:17.1875rem;left:1.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxJgmwbUPA6RVRHNiTvpol11wzV3SkaF { width:2.875rem;height:2.8125rem;top:5.3125rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0u31xz5TDxxddMkZ4HJ0U1IZQzGiV2p { width:10.625rem;height:0.625rem;top:21.522705078125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 { background-color:#451a82;background-image:url("https://images.assets-landingi.com/txTylA5a/DH_B_11.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.adaptive-delivery-prevent-bg, #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.lazyload, #qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3.lazyloading { background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { background-color: transparent; background-image: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container { display: none; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .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); }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { border-width: 0; border-radius: 0; }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row > .video-iframe-container {  }#qyU6g7SqNe7oFmd8m0WJC1SEQ1PxtUU3 > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpdl22f5w2QvZKt98fn050DHbDXSXTlb { width:20rem;height:23.1875rem;top:2.359130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4UwWJR0X9XToWf6QNA8GDZPFEzw2fu { width:20rem;height:22.375rem;top:26.296630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV5rpxKvNETdcphgxFmcS8ea8bHwlvmc { width:3.875rem;height:3.5625rem;top:5.17138671875rem;left:1.3739013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZT37prHAqPG3dk07MaQKBeXXlA4CFx { width:16.0625rem;height:6.7993125rem;top:15.495971679688rem;left:1.1875rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #VMzZL7owgResdz9RPVCDsGbEdepL1BFq { width:18.0625rem;height:4.5996125rem;top:10.03271484375rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr4C88X4mzfHNdwaBowlSZ0Ie2de4h5h { width:17.75rem;height:2.29980625rem;top:35.221435546875rem;left:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgaPs0SXx2xqWy8rZ5LBs5dLKOFFWIga { width:17.25rem;height:5.0994875rem;top:38.508544921875rem;left:1.5625rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #wNG2v9cfQgKT7opLWh5zdC51NNwVWL0d { width:20rem;height:23.125rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMhRR05QqUSDTG3PAcC2L64TvrF2uvAZ { width:3.875rem;height:3.1875rem;top:54.062377929688rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIE5FVP2ViLvAgxpTKeRsTCgImD2O0Hn { width:18.1875rem;height:2.29980625rem;top:58.875rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcvusLiA0VVla1dqaOgVRO3mndyDhcIT { width:17.4375rem;height:6.7993125rem;top:61.8125rem;left:1.5625rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #aTPmGt7gCJdHu9r9pkS3RDuc2Id3Vm9M { width:20rem;height:23.125rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opdwQFIboGQbAcK0RRam1imskIsVls2n { width:16.875rem;height:6.7993125rem;top:84.375rem;left:1.5625rem;font-size:1.0625rem;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #yqTqBCeydqUURlMdnvZoHCwb6cDGvCIw { width:18.3125rem;height:2.29980625rem;top:80.8125rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHuCnnR4JncAvJnQim9nCeglMDe1GKHW { width:4.0625rem;height:2.625rem;top:30.383666992188rem;left:1.3739013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK11AuvkxGblIvxHMl6ECs1OVDDs79kT { width:3.9375rem;height:3.5rem;top:75.874633789062rem;left:1.3739013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5edtGsEiTryhqHaH5xqglK3U6PXTNEs { background-color:#451a82;background-image:url("https://images.assets-landingi.com/txTylA5a/DH_B_11.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs.adaptive-delivery-prevent-bg, #o5edtGsEiTryhqHaH5xqglK3U6PXTNEs.lazyload, #o5edtGsEiTryhqHaH5xqglK3U6PXTNEs.lazyloading { background-image: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { background-color: transparent; background-image: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container > .video-iframe-container { display: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row > .video-iframe-container { display: none; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .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); }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { border-width: 0; border-radius: 0; }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row > .video-iframe-container {  }#o5edtGsEiTryhqHaH5xqglK3U6PXTNEs > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiVT09APU6mv06nkGbl95Zon2FgwyLo2 { width:9.937125rem;height:3.1494125rem;top:9.625rem;left:5.0299072265625rem;font-size:1.125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvA6smqy5ZL1ewCwOzGJ0BzMobTLbpq2 { width:8.1875rem;height:3.1494125rem;top:45.375rem;left:5.875rem;font-size:1.125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Afb7x0k89adaxdt4aooxTVaULowTFRlD { width:13.25rem;height:3.1494125rem;top:20.625rem;left:3.375rem;font-size:1.125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3Fi7QFt3OZ2pXm6pRgz1MvPfcOna5n { width:8.625rem;height:3.1494125rem;top:33.93717956543rem;left:5.7500004768372rem;font-size:1.125rem;line-height:1.4;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZ3XOnhEk4y5WV0A9kUimt2kSu1Llaf9 { width:14.375rem;height:8.25rem;top:5.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWPEHF0ptcBb6gA5WDDplUe9bJZ0Iu7 { width:14.375rem;height:8.25rem;top:17.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0MfuerSMf0iAXypQz8Rv2DSrTvlTVGk { width:14.375rem;height:8.25rem;top:30.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAz8gF2S0tTerh5oeCrPUdXTzTbqBN3 { width:14.375rem;height:8.25rem;top:42.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9U94OZD3LndRc4NqCeJqz85DDUfNrp { width:5.625rem;height:5.625rem;top:3.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8mPR2ZelRwgxNi6P8gllvrxuTXR6CDN { width:3.75rem;height:;top:4.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNpcT8ohb9pyS00aWrKxymrEnwOTXN0q { width:5.625rem;height:5.625rem;top:27.499350547791rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzyCq9A8sWywRE6VAOqltveOlJQ4wp4b { width:5.625rem;height:5.625rem;top:14.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1uzcbWTWvWdigtRwrRcvOXALDOmwXqO { width:5.625rem;height:5.625rem;top:39.374457418919rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSZ02hoWHVELch41qST81Sxt6DSTZIGH { width:6.3125rem;height:4.4375rem;top:28.030600547791rem;left:6.8429908752444rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7GFnZKEG0qptOkAXTdDvRNwHR3y2RP { width:5rem;height:3.5rem;top:15.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdVdqs4si30StM0W4vrUX1gona2cdpXp { width:6.25rem;height:4.5rem;top:39.685980916023rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4UXb9v89rEyFurspVrpEVdTUr0Kutsu { background-color:#000000;background-image:none;display:block; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { background-color: transparent; background-image: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row > .video-iframe-container { display: none; }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .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); }#m4UXb9v89rEyFurspVrpEVdTUr0Kutsu > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8vx95Ox3nn1QWohoTEEPOylhMeviFmE { width:8.75rem;height:1.25rem;top:1.5625rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD { background-color:#000000;background-image:none;display:block; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { background-color: transparent; background-image: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row > .video-iframe-container { display: none; }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .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); }#ZAJ8OJXDLC78NvpPrvPUg6VTEqv1dyeD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azClPBwyzNkETny9OkUlgBtooEoTzB1z { width:20rem;height:1.94824375rem;top:2rem;left:0rem;font-size:0.5rem;display:block; }
 }