.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,218,220;--color-primary-1:241,132,139;--color-primary-2:226,9,23;--color-primary-3:113,5,12;--color-primary-4:34,1,3;--color-secondary-0:255,255,255;--color-secondary-1:203,203,203;--color-secondary-2:169,169,169;--color-secondary-3:101,101,101;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { position:relative;display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { background-color: transparent; background-image: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .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); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { border-width: 0; border-radius: 0; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.9375rem;top:0.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-tertiary-0),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#o4MQT3RH5TLknpsN60HUr3zHBTTCHHOo { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.9375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:54.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.900390625rem;left:2.90625rem;height:6.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r7fTVeCXnQQrdFiE0wWqsH8rMJtm2ZfU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.462890625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAMbPwS7crNmF0FRzra12bt7QbA6CIfQ { color:rgba(31,51,59,0.8);display:block;width:54.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:16.9375rem;left:2.84375rem;height:4.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OClaayn8nW8B3MSeRrA4HA30wCi6OJAr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:17.625rem;top:23.8125rem;left:36.2783203125rem;overflow:hidden;display:block; }
#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 { position:relative;display:block; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 { background-color: transparent; background-image: none; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row .container > .video-iframe-container { display: none; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row > .video-iframe-container { display: none; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .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); }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 { border-width: 0; border-radius: 0; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MkmhTwBx0H0TCTE1nqdpBpz09TDILC5O { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:3.9375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container { background-color: transparent; background-image: none; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container > .video-iframe-container { display: none; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row > .video-iframe-container { display: none; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .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); }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container { border-width: 0; border-radius: 0; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#Jmn5HQhOWPMqcR7QObpaMLPnZC01N8UU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT { position:relative;display:block; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT { background-color: transparent; background-image: none; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row .container > .video-iframe-container { display: none; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row > .video-iframe-container { display: none; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .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); }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT { border-width: 0; border-radius: 0; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rlPmTg0hTiO3fTTzCmsEXlvJ0i3ayAzk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:28.6875rem;top:3.4375rem;left:0.65625rem;overflow:hidden;display:block; }
#uIxqetimkT8c88x242f7NRp99XXTtJNz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8408203125rem;left:30rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#C53MzmXFUTdW8pSxk26LT5yW5V2EmaM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.6533203125rem;left:30rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RsIb8Jdwp8udAm50k4m0NE1peRPaAFQg { color:#1f333b;display:block;width:29.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:5.5625rem;left:30.75rem;height:14.0625rem;text-align:left;text-align-last:left;display:block; }
#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT { position:relative;display:block; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT { background-color: transparent; background-image: none; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row .container > .video-iframe-container { display: none; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row > .video-iframe-container { display: none; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .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); }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT { border-width: 0; border-radius: 0; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l7fxOymU1VW1MZ10PpPNVTbPNSgtzS3A { position:absolute;display:block;z-index:15000;background-color:#eef2f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0.1875rem;left:0rem;display:block; }
#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy { position:relative;display:block; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy { background-color: transparent; background-image: none; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row .container > .video-iframe-container { display: none; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row > .video-iframe-container { display: none; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .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); }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy { border-width: 0; border-radius: 0; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vrKeuT8iPnTbOolaNuDRpbtBzHOzwBhS { color:#1f333b;display:block;width:28.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:6.3125rem;left:0.75rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#Svc9Jwrh7pZcTpi5b2biIUwsIoKRPX9Q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:19.625rem;top:0rem;left:34.5rem;overflow:hidden;display:block; }
#GetAxCMP4De4cuDh9r9GJTSbJQNURFAN { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#L4ZeCgchukzFHJom6PbTZxJ1SmvV3XLG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR { position:relative;display:block; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR { background-color: transparent; background-image: none; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row .container > .video-iframe-container { display: none; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row > .video-iframe-container { display: none; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .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); }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR { border-width: 0; border-radius: 0; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EOZQxeTTA051X2MEne3zTCyrokGgWpOn { position:absolute;display:block;z-index:15000;background-color:#eef2f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0.1875rem;left:0rem;display:block; }
#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 { position:relative;display:block; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 { background-color: transparent; background-image: none; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row .container > .video-iframe-container { display: none; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row > .video-iframe-container { display: none; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .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); }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 { border-width: 0; border-radius: 0; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yX9qM8TMiA2Th3LlXm0hOWthKuDkSzPv { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9375rem;left:30rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SeqQZHUKECBFZU5ArsDc63mUgvIP6JJV { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.8125rem;width:30.125rem;top:0rem;left:0rem;display:block; }
#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl { position:relative;display:block; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl { background-color: transparent; background-image: none; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row .container > .video-iframe-container { display: none; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row > .video-iframe-container { display: none; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .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); }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl { border-width: 0; border-radius: 0; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xGhyTOBy0iXVHcFsiIfzyZt3IZmJchxx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9033203125rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#CNk8lLcfTQWRvRbhWUtI7f7X1KU5vnTy { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1533203125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag { color:#1f333b;display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:8.0625rem;left:0.96875rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }#PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag li:before{  }
#caolhr8H43Tghbk6WZm68OhodAf2lP9F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.125rem;top:0.6875rem;left:34.9375rem;overflow:hidden;display:block; }
#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn { position:relative;display:block; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn { background-color: transparent; background-image: none; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row .container > .video-iframe-container { display: none; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row > .video-iframe-container { display: none; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .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); }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn { border-width: 0; border-radius: 0; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VfZHcw3hV8EGkJTtXvvgdkEX5MMiHOUb { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.85546875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { background-color: transparent; background-image: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container > .video-iframe-container { display: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container { display: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .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); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { border-width: 0; border-radius: 0; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-form-header {  }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:34.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:34.5rem;height:2.375rem;font-family:roboto;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.0625rem;overflow:hidden;font-style:normal; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .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; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .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; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.21875rem;left:11.5rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.5rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.21875rem;left:11.5rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tORQoshptvITxZ50Dao0KezTUZcKOHaS { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #eS8PdXDR6dp0BWQihTTohIhM08cAcn7A { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #GDRk8zSqvVElahT5TaSTmSlNlVfdmgvS { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #iKoxOzFS7hzlgMmT0OFquoR8t8R5Uh5v { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #FzE4NBhCLrk0gbTWe95QdvcCUJ1DTgFR { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #qPNsb3yFzGhCkUysRKTmfKJ0nPcdsnv0 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #hzaayMe8i5Qdw1zkXfryAt46kDiKPSGb { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #ss4xUPxQ1lMEFZx3DMUNzrmiz96xBaD1 { position:relative;z-index:2; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I0Nog1bT8WpkTTvb3xLzI3FnCE6kMOmT { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA { position:relative; }
#kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:23.75rem;height:1.25rem;display:block; }
#CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.40625rem;left:40.34375rem;display:block; }
#NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiHcQ1RON79wpqHWZqvDTTmulTAITNZr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.375rem;left:14.46875rem;height:2.4375rem;text-align:justify;text-align-last:initial;display:block; }
#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.adaptive-delivery-prevent-bg, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyload, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyloading { background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { background-color: transparent; background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .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); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { border-width: 0; border-radius: 0; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#iwFkWFNaqJ1tnOTwZMQs1erMF8HKiOHc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:9.0224609375rem;left:1.25rem;height:4.6875rem;font-style:normal;display:block; }
#GL5sM4wZzz0bD6JmeL3Ez5QzVVlsymuR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.7890625rem;left:1.25rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:17.45703125rem;left:1.25rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:15.93359375rem;left:1.25rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VL0lUF7MmvLxx7TswNlTn0iTTvPI60il { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:12.375rem;top:0rem;left:31.3125rem;overflow:hidden;display:block; }
#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { background-color: transparent; background-image: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container > .video-iframe-container { display: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container { display: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .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); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { border-width: 0; border-radius: 0; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:16.75rem;top:1.71875rem;left:1.4375rem;overflow:hidden;display:block; }
#IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.576171875rem;left:51.625rem;height:3.375rem;display:block; }
#rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { z-index:15003;top:2.21875rem;left:26.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { background-color: transparent; background-image: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .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); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { border-width: 0; border-radius: 0; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { top:0.4375rem;left:0rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4MQT3RH5TLknpsN60HUr3zHBTTCHHOo { top:0rem;left:0rem;width:47.75rem;height:20.29375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:47.75rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:4.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fTVeCXnQQrdFiE0wWqsH8rMJtm2ZfU { width:47.75rem;height:2.4375rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAMbPwS7crNmF0FRzra12bt7QbA6CIfQ { width:47.75rem;height:;top:16.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OClaayn8nW8B3MSeRrA4HA30wCi6OJAr { top:23.8125rem;left:30.125rem;width:17.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 { display:block; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkmhTwBx0H0TCTE1nqdpBpz09TDILC5O { width:30rem;height:7.3125rem;top:3.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT { display:block; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jmn5HQhOWPMqcR7QObpaMLPnZC01N8UU { top:0rem;left:0rem;width:47.75rem;height:26.11328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT { display:block; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlPmTg0hTiO3fTTzCmsEXlvJ0i3ayAzk { top:3.4375rem;left:0rem;width:28.6875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIxqetimkT8c88x242f7NRp99XXTtJNz { top:2.8125rem;left:17.8125rem;width:29.9375rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C53MzmXFUTdW8pSxk26LT5yW5V2EmaM0 { top:0.625rem;left:17.75rem;width:30rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsIb8Jdwp8udAm50k4m0NE1peRPaAFQg { width:29.25rem;height:14.0625rem;top:5.5625rem;left:18.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT { display:block; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7fxOymU1VW1MZ10PpPNVTbPNSgtzS3A { top:0.1875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTANErxsMrfziQTPPLvnJkw1MhgHaqUy { display:block; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrKeuT8iPnTbOolaNuDRpbtBzHOzwBhS { width:28.5rem;height:9.375rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svc9Jwrh7pZcTpi5b2biIUwsIoKRPX9Q { top:0rem;left:25.3125rem;width:19.625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GetAxCMP4De4cuDh9r9GJTSbJQNURFAN { top:0.625rem;left:0rem;width:30rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4ZeCgchukzFHJom6PbTZxJ1SmvV3XLG { top:2.875rem;left:0rem;width:29.9375rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR { display:block; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOZQxeTTA051X2MEne3zTCyrokGgWpOn { top:0.1875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 { display:block; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX9qM8TMiA2Th3LlXm0hOWthKuDkSzPv { width:30rem;height:4.875rem;top:6.9375rem;left:17.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeqQZHUKECBFZU5ArsDc63mUgvIP6JJV { top:0rem;left:0rem;width:30.125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl { display:block; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGhyTOBy0iXVHcFsiIfzyZt3IZmJchxx { top:3.875rem;left:0rem;width:29.9375rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNk8lLcfTQWRvRbhWUtI7f7X1KU5vnTy { top:1.125rem;left:0rem;width:30rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag { width:28.0625rem;height:;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }#PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag li:before{  }
 }@media only screen and (max-width: 763px) { #caolhr8H43Tghbk6WZm68OhodAf2lP9F { top:0.6875rem;left:25.75rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn { display:block; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfZHcw3hV8EGkJTtXvvgdkEX5MMiHOUb { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:34.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:34.5rem;height:auto;top:4.1875rem;left:5.375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:34.5rem;height:auto;top:4.1875rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tORQoshptvITxZ50Dao0KezTUZcKOHaS {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #eS8PdXDR6dp0BWQihTTohIhM08cAcn7A {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #GDRk8zSqvVElahT5TaSTmSlNlVfdmgvS {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #iKoxOzFS7hzlgMmT0OFquoR8t8R5Uh5v {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #FzE4NBhCLrk0gbTWe95QdvcCUJ1DTgFR {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #qPNsb3yFzGhCkUysRKTmfKJ0nPcdsnv0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #hzaayMe8i5Qdw1zkXfryAt46kDiKPSGb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #ss4xUPxQ1lMEFZx3DMUNzrmiz96xBaD1 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I0Nog1bT8WpkTTvb3xLzI3FnCE6kMOmT {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { top:1.625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:7.25rem;height:1.875rem;top:36.375rem;left:34.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #EiHcQ1RON79wpqHWZqvDTTmulTAITNZr { top:36.375rem;left:8.34375rem;width:25.25rem;height:2.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwFkWFNaqJ1tnOTwZMQs1erMF8HKiOHc { top:9rem;left:0rem;width:22.4375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL5sM4wZzz0bD6JmeL3Ez5QzVVlsymuR { width:16.8125rem;height:;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:17.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:16.8125rem;height:0.9375rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL0lUF7MmvLxx7TswNlTn0iTTvPI60il { top:0rem;left:25.1875rem;width:12.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { top:1.6875rem;left:0rem;width:16.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { top:1.5625rem;left:39.375rem;width:8.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { top:2.1875rem;left:20.125rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block; }
 }@media only screen and (max-width: 763px) { #PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:11.9375rem;height:2.5rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4MQT3RH5TLknpsN60HUr3zHBTTCHHOo { width:20rem;height:8.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:16.875rem;height:3.625rem;top:1.3125rem;left:1.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:17.1875rem;top:6.0087890625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7fTVeCXnQQrdFiE0wWqsH8rMJtm2ZfU { width:20rem;height:1.8125rem;top:25.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAMbPwS7crNmF0FRzra12bt7QbA6CIfQ { width:20rem;height:10.9375rem;top:29.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OClaayn8nW8B3MSeRrA4HA30wCi6OJAr { width:20rem;height:20.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 { display:block; }#RIhiuDokC20FhZqRzMfRKDWOBA9UWJO9 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkmhTwBx0H0TCTE1nqdpBpz09TDILC5O { width:20rem;height:5.4375rem;top:0.4619140625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT { display:block; }#MWxG7J4SN6vuPJsybdFfOK8d5hkGKwIT > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jmn5HQhOWPMqcR7QObpaMLPnZC01N8UU { height:11.141625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT { display:block; }#yJPz4CpwtG0fT24ANHPTs2LmrxVblEtT > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlPmTg0hTiO3fTTzCmsEXlvJ0i3ayAzk { width:19.4375rem;height:8.625rem;top:2.380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIxqetimkT8c88x242f7NRp99XXTtJNz { width:20rem;height:1.6875rem;top:0.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C53MzmXFUTdW8pSxk26LT5yW5V2EmaM0 { width:20rem;height:1.625rem;top:10.880859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsIb8Jdwp8udAm50k4m0NE1peRPaAFQg { width:20rem;height:20.3125rem;top:13.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT { display:block; }#VzR7MsE3kyoKbcHU516CQR1BnlgOhUdT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7fxOymU1VW1MZ10PpPNVTbPNSgtzS3A { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTANErxsMrfziQTPPLvnJkw1MhgHaqUy { display:block; }#lTANErxsMrfziQTPPLvnJkw1MhgHaqUy > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrKeuT8iPnTbOolaNuDRpbtBzHOzwBhS { width:20rem;height:9.375rem;top:24.693359375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Svc9Jwrh7pZcTpi5b2biIUwsIoKRPX9Q { width:18.4375rem;height:19.9375rem;top:1.755859375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GetAxCMP4De4cuDh9r9GJTSbJQNURFAN { width:20rem;height:1.625rem;top:22.255859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4ZeCgchukzFHJom6PbTZxJ1SmvV3XLG { width:20rem;height:1.6875rem;top:0.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR { display:block; }#RhAarZy1S9wuDm9A0Gif1oe8kiVNWBIR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOZQxeTTA051X2MEne3zTCyrokGgWpOn { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 { display:block; }#mSqTLBwDVG48AIRd4i9ooRogLx6pVCb5 > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX9qM8TMiA2Th3LlXm0hOWthKuDkSzPv { width:20rem;height:3.625rem;top:1.6142578125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeqQZHUKECBFZU5ArsDc63mUgvIP6JJV { height:12.489626556017rem;width:20rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl { display:block; }#roDC9HoiFDabaEsR7NAhl9Ey6ApbH1Tl > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGhyTOBy0iXVHcFsiIfzyZt3IZmJchxx { width:20rem;height:1.6875rem;top:0.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNk8lLcfTQWRvRbhWUtI7f7X1KU5vnTy { width:20rem;height:1.625rem;top:19.568359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag { width:20rem;height:15.1875rem;top:22.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#PVPremT1m0spu3ZTVnBp5Fv2xpVQsIag li:before{  }
 }@media only screen and (max-width: 763px) { #caolhr8H43Tghbk6WZm68OhodAf2lP9F { width:17.5rem;height:17.5rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn { display:block; }#ZPEQarQkw85IcwnC3I5wGQcgOuFht6cn > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfZHcw3hV8EGkJTtXvvgdkEX5MMiHOUb { width:20rem;height:3.625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.8125rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:17.5rem;height:auto;top:3.5625rem;left:0rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:17.5rem;height:auto;top:3.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI { display:block; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tORQoshptvITxZ50Dao0KezTUZcKOHaS {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #eS8PdXDR6dp0BWQihTTohIhM08cAcn7A { display:block; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #GDRk8zSqvVElahT5TaSTmSlNlVfdmgvS {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F { display:block; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf { display:block; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F { display:block; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #iKoxOzFS7hzlgMmT0OFquoR8t8R5Uh5v {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #FzE4NBhCLrk0gbTWe95QdvcCUJ1DTgFR {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #qPNsb3yFzGhCkUysRKTmfKJ0nPcdsnv0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #hzaayMe8i5Qdw1zkXfryAt46kDiKPSGb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #ss4xUPxQ1lMEFZx3DMUNzrmiz96xBaD1 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I0Nog1bT8WpkTTvb3xLzI3FnCE6kMOmT {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { width:12.5rem;height:1.25rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:8rem;height:1.5625rem;top:44.03125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #EiHcQ1RON79wpqHWZqvDTTmulTAITNZr { width:16rem;height:3.4375rem;top:36.5498046875rem;left:2.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.adaptive-delivery-prevent-bg, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyload, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyloading { background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { background-color: transparent; background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .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); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwFkWFNaqJ1tnOTwZMQs1erMF8HKiOHc { width:17rem;height:5.25rem;top:10.1123046875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GL5sM4wZzz0bD6JmeL3Ez5QzVVlsymuR { width:16.8125rem;height:6.5625rem;top:1.32421875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:18.1123046875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:16.8125rem;height:1.0625rem;top:15.3623046875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL0lUF7MmvLxx7TswNlTn0iTTvPI60il { width:13.125rem;height:29.1875rem;top:21.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { width:16.75rem;height:2.8125rem;top:0.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { width:8.375rem;height:3.375rem;top:8.6875rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { top:5.3125rem;left:6.25rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block; }
 }@media only screen and (max-width: 763px) { #PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }