.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;overflow:visible;position:relative;display:block; }#X4IOJT4VX7cuiXiwaWJKamGp4lSalcum { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3118896484375rem;left:2.93701171875rem;height:3.4121125rem;display:block; }
#nZ3hArhfzUuRb2tZIWT2fNRupcNF7JPx { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.9993896484375rem;left:2.93701171875rem;height:3.73730625rem;display:block; }
#vr44XdHdbquswSvNFM2xtKEFEBMtOs9t { color:#000000;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.2490234375rem;left:3.125rem;height:6.173825rem;display:block; }
#rO03lTPaxJfniwBsxtD7M7S6QTAETKF5 { 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:37.4375rem;width:37.4375rem;top:5.3573212890625rem;left:37.625rem;overflow:hidden;display:block; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-form-header {  }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:bold;color:#000000;width:31.75rem;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; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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:31.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-text {padding-top: 0; padding-bottom: 0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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:31.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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:31.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-select {padding-top: 0; padding-bottom: 0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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:transparent;background-image: -webkit-linear-gradient(180deg, #fc7600, #d9583b);background-image: -moz-linear-gradient(180deg, #fc7600, #d9583b);background-image: -ms-linear-gradient(180deg, #fc7600, #d9583b);background-image: -o-linear-gradient(180deg, #fc7600, #d9583b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7600', endColorstr='#d9583b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7600', endColorstr='#d9583b' );";background-image: linear-gradient(180deg, #fc7600, #d9583b);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:1.25rem;font-weight:bold;color:#ffffff;width:31.75rem;height:3.125rem;font-family:poppins;overflow:hidden; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30.375rem;overflow:hidden;font-style:normal; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-container:first-of-type{padding-top:0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-container:last-of-type{padding-bottom:0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:22.5625rem;left:2.93701171875rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.75rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W {display:block;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15004;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;position:absolute;top:22.5625rem;left:2.93701171875rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #hz6XQUV3aZLMuQSpI2qLtp6GLXc4CilZ { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #RnqOE0eThInxBZ9aqxTM6twdigLcUBzp { position:relative;display:block; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #pxPuyACz24LOFeWS7ASpl872Pw0iKvyF { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #Fb1NImeNpB3xBkq0hNT51BK5NqkFlgyU { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #pvSF8l9subi2e765azpz2Pwyw8tIfFiT { position:relative;display:block; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #zC1rctf8QTUFbCDFlV8KiwKpLxgqpaF6 { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #VTihh0km0DMizprUXWyMhGTLiiCkmiO6 { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #PNI82F6TSKOpggMpXysDAP6y7Pztnf5M { position:relative;display:block; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #q9l9TEhke6NNxda0ENbXyVsDffGbv2ZJ { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #SHXNIF3BD1yVlcfhwp7kk1rZJMvrSACD { position:relative; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #tHNSASSXxdTUIbcLC6bKiBAAi738K7hq { position:relative; }
#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 { position:relative;display:block; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 { background-color: transparent; background-image: none; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row .container > .video-iframe-container { display: none; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row > .video-iframe-container { display: none; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .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); }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 { border-width: 0; border-radius: 0; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .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; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mw4eTwd7Sm4vMr3dwT73mA0L56lF3NXl { color:#000000;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:47rem;height:3.8183625rem;display:block; }
#m4fkZwli6o9lzEkHKIhTHHVUFneASZ5t { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:53.4375rem;height:1.86865rem;display:block; }
#krPANZaUI9OVrSCPi23iEn3Lz3TvD1Z7 { color:#000000;display:block;width:21.749875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.875rem;left:47.0625rem;height:23.396475rem;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; }
#shCa3y5LpDbZeP1R7TtrgKTkv4cMOvUc { color:#000000;display:block;width:15.68725rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.875rem;left:53.5625rem;height:0.97473125rem;display:block; }
#XUDqrVVOJ7lJPDrfcqGdhT60LLWcML7F { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.124875rem;width:7.312rem;top:8.0625rem;left:45.625rem;overflow:hidden;display:block; }
#EDWsgxUTMDMZwqU7qk90N32d2ABu0Cqw { box-sizing:content-box;height:41.75rem;width:28.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.9691162109375rem;left:43.898315429688rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
#wwUca8zQ7ThTUnSeTMGlkWPSVTOwlTKi { box-sizing:content-box;height:41.75rem;width:50rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,203,102,0.21);background-image:none;top:1.968994140625rem;left:3.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;display:block; }
#mfvDqVutbddPHTeKtBVpqMgKQTVcsmSA { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:#ac6f00;background-image:none;top:25.999877929688rem;left:13.302612304688rem;display:block; }
#HRQ0oVuTCxvKR9DCa2OaTTih3CRZGknI { color:#000000;display:block;width:44.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.74951171875rem;left:5.2496337890625rem;height:1.7871125rem;font-style:normal;display:block; }
#Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 { color:#000000;display:block;width:34.811375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.49951171875rem;left:5.2496337890625rem;height:9.2988125rem;display:block; }#Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8e72fc4e64eb5e20614dad472821ed4.svg); }
#MecbpPXUGO1NlwcuRAB5m6n2P5ImhyMW { color:#000000;display:block;width:44.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6rem;height:1.7871125rem;display:block; }
#hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p { color:#000000;display:block;width:34.812rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0625rem;left:6.125rem;height:15.9980625rem;display:block; }#hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f910fa818041cd055ae23dd4cf7913ad0759310c.svg); }
#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK { position:relative;display:block; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK { background-color: transparent; background-image: none; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row .container > .video-iframe-container { display: none; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row > .video-iframe-container { display: none; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .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); }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK { border-width: 0; border-radius: 0; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .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; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rVEMKsyW2QkaS3k4xCdqDPFWA9FgWyBb { color:#000000;display:block;width:64.0625rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.60888671875rem;left:5.2862548828125rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0JMuNhXhzo9f4ZZ3JaDH9KXrDIhUgDF { color:#000000;display:block;width:41.187125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5615234375rem;left:15.72265625rem;height:3.08715625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eqzKmpWTnXZQTwX7zIVlgTTvnwtQ5DUZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc7600, #d9583b);background-image: -moz-linear-gradient(180deg, #fc7600, #d9583b);background-image: -ms-linear-gradient(180deg, #fc7600, #d9583b);background-image: -o-linear-gradient(180deg, #fc7600, #d9583b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7600', endColorstr='#d9583b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7600', endColorstr='#d9583b' );";background-image: linear-gradient(180deg, #fc7600, #d9583b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.311375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.374145507812rem;left:21.343994140625rem;display:block; }
#NLnwArJreAMILXphTR9Dii9Pk6qadS3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container { background-color: transparent; background-image: none; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container > .video-iframe-container { display: none; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row > .video-iframe-container { display: none; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .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); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container { border-width: 0; border-radius: 0; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#q3LxLPHG1KtKEo9ATw4qTP27MJzioAud { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8123779296875rem;left:25.9375rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#oxwJ7LxCwDzzrXEQF8yafoMVwbTS9tHP { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.224609375rem;left:7.5rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PW9BOS83gpUKqzObB2vI1LaCfIbAOQZr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.93701171875rem;left:34.5rem; }
#PW9BOS83gpUKqzObB2vI1LaCfIbAOQZr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dTRHyFrAvushwOHmwub3hywwT9dSvZLr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:37.3125rem; }
#dTRHyFrAvushwOHmwub3hywwT9dSvZLr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#kZ70Vpb5CJLTwXFs9lS1XHkeiyMkPMns { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.93701171875rem;left:40.1875rem; }
#kZ70Vpb5CJLTwXFs9lS1XHkeiyMkPMns > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#iDsTQKTQvooLr0dquymrds6ahR7vii9m { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:42.3125rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOXrgTe0KCvtbn4LT7AbB3dNnTBKtlZT { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:54.75rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XCQc21AsbkMyRLWFRZeckDHSM48RbB2H { 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:3.9375rem;width:3.9375rem;top:0.875rem;left:35.5rem;overflow:hidden;display:block; }
#DyUJcvnzt6sH8WyCyGXRZA9ukRzplqsR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:31.75rem; }
#DyUJcvnzt6sH8WyCyGXRZA9ukRzplqsR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4IOJT4VX7cuiXiwaWJKamGp4lSalcum { top:5.25rem;left:0rem;width:40.3125rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hArhfzUuRb2tZIWT2fNRupcNF7JPx { top:9.9375rem;left:0rem;width:31.1875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr44XdHdbquswSvNFM2xtKEFEBMtOs9t { top:15.1875rem;left:0rem;width:36.375rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO03lTPaxJfniwBsxtD7M7S6QTAETKF5 { top:5.3125rem;left:10.3125rem;width:37.4375rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-regular-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-text { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-text {padding-top: 0; padding-bottom: 0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-textarea { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-select { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-select {padding-top: 0; padding-bottom: 0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-button { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-checkbox-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W  { width:31.75rem;height:auto;top:22.5625rem;left:0rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .radio-container { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W {display:block;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W { width:31.75rem;height:auto;top:22.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #hz6XQUV3aZLMuQSpI2qLtp6GLXc4CilZ {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #RnqOE0eThInxBZ9aqxTM6twdigLcUBzp {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #pxPuyACz24LOFeWS7ASpl872Pw0iKvyF {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #Fb1NImeNpB3xBkq0hNT51BK5NqkFlgyU {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #pvSF8l9subi2e765azpz2Pwyw8tIfFiT {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #zC1rctf8QTUFbCDFlV8KiwKpLxgqpaF6 {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #VTihh0km0DMizprUXWyMhGTLiiCkmiO6 {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #PNI82F6TSKOpggMpXysDAP6y7Pztnf5M {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #q9l9TEhke6NNxda0ENbXyVsDffGbv2ZJ {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #SHXNIF3BD1yVlcfhwp7kk1rZJMvrSACD {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #tHNSASSXxdTUIbcLC6bKiBAAi738K7hq {  }
 }@media only screen and (max-width: 763px) { #Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 { display:block; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw4eTwd7Sm4vMr3dwT73mA0L56lF3NXl { top:3.4375rem;left:31.25rem;width:16.4375rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4fkZwli6o9lzEkHKIhTHHVUFneASZ5t { top:9.5rem;left:32.0625rem;width:15.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krPANZaUI9OVrSCPi23iEn3Lz3TvD1Z7 { top:15.8125rem;left:26.0625rem;width:21.6875rem;height:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shCa3y5LpDbZeP1R7TtrgKTkv4cMOvUc { top:11.875rem;left:32.125rem;width:15.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUDqrVVOJ7lJPDrfcqGdhT60LLWcML7F { top:8.0625rem;left:32rem;width:7.25rem;height:6.0728588586278rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWsgxUTMDMZwqU7qk90N32d2ABu0Cqw { top:1.9375rem;left:19rem;width:28.75rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwUca8zQ7ThTUnSeTMGlkWPSVTOwlTKi { top:1.9375rem;left:0rem;width:47.75rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvDqVutbddPHTeKtBVpqMgKQTVcsmSA { top:25.9375rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRQ0oVuTCxvKR9DCa2OaTTih3CRZGknI { top:27.6875rem;left:0rem;width:44.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 { top:31.4375rem;left:0rem;width:34.75rem;height:9.25rem;font-size:0.875rem;display:block; }#Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8e72fc4e64eb5e20614dad472821ed4.svg); }
 }@media only screen and (max-width: 763px) { #MecbpPXUGO1NlwcuRAB5m6n2P5ImhyMW { top:5.0625rem;left:0rem;width:44.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p { top:8.0625rem;left:0rem;width:34.75rem;height:15.9375rem;font-size:0.875rem;display:block; }#hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f910fa818041cd055ae23dd4cf7913ad0759310c.svg); }
 }@media only screen and (max-width: 763px) { #KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK { display:block; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVEMKsyW2QkaS3k4xCdqDPFWA9FgWyBb { top:3.5625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JMuNhXhzo9f4ZZ3JaDH9KXrDIhUgDF { top:7.5rem;left:2.09765625rem;width:41.125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzKmpWTnXZQTwX7zIVlgTTvnwtQ5DUZ { width:32.25rem;height:3.4375rem;top:12.3125rem;left:7.718994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLnwArJreAMILXphTR9Dii9Pk6qadS3l { display:block; }
 }@media only screen and (max-width: 763px) { #qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK { display:block; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3LxLPHG1KtKEo9ATw4qTP27MJzioAud { top:4.75rem;left:12.3125rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwJ7LxCwDzzrXEQF8yafoMVwbTS9tHP { top:16.1875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9BOS83gpUKqzObB2vI1LaCfIbAOQZr { top:11.875rem;left:20.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#PW9BOS83gpUKqzObB2vI1LaCfIbAOQZr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #dTRHyFrAvushwOHmwub3hywwT9dSvZLr { top:11.875rem;left:23.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
#dTRHyFrAvushwOHmwub3hywwT9dSvZLr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kZ70Vpb5CJLTwXFs9lS1XHkeiyMkPMns { top:11.875rem;left:26.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#kZ70Vpb5CJLTwXFs9lS1XHkeiyMkPMns > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iDsTQKTQvooLr0dquymrds6ahR7vii9m { top:16.1875rem;left:28.6875rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOXrgTe0KCvtbn4LT7AbB3dNnTBKtlZT { top:16.1875rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCQc21AsbkMyRLWFRZeckDHSM48RbB2H { width:3.9375rem;height:3.9375rem;top:0.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyUJcvnzt6sH8WyCyGXRZA9ukRzplqsR { top:11.875rem;left:18.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#DyUJcvnzt6sH8WyCyGXRZA9ukRzplqsR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4IOJT4VX7cuiXiwaWJKamGp4lSalcum { width:19rem;height:1.7871125rem;top:1.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ3hArhfzUuRb2tZIWT2fNRupcNF7JPx { width:17.937rem;height:4.6307375rem;top:3.9375rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr44XdHdbquswSvNFM2xtKEFEBMtOs9t { width:17.374875rem;height:9.098625rem;top:9.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO03lTPaxJfniwBsxtD7M7S6QTAETKF5 { width:20rem;height:20rem;top:40.7495rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-text {padding-top: 0; padding-bottom: 0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-select {padding-top: 0; padding-bottom: 0;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W  { width:17.5rem;height:auto;top:21.3740234375rem;left:0rem; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W {display:block;}#dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W { width:17.5rem;height:auto;top:21.3740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #hz6XQUV3aZLMuQSpI2qLtp6GLXc4CilZ {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #RnqOE0eThInxBZ9aqxTM6twdigLcUBzp {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #pxPuyACz24LOFeWS7ASpl872Pw0iKvyF {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #Fb1NImeNpB3xBkq0hNT51BK5NqkFlgyU {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #pvSF8l9subi2e765azpz2Pwyw8tIfFiT {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #zC1rctf8QTUFbCDFlV8KiwKpLxgqpaF6 {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #VTihh0km0DMizprUXWyMhGTLiiCkmiO6 {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #PNI82F6TSKOpggMpXysDAP6y7Pztnf5M {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #q9l9TEhke6NNxda0ENbXyVsDffGbv2ZJ {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #SHXNIF3BD1yVlcfhwp7kk1rZJMvrSACD {  }
 }@media only screen and (max-width: 763px) { #dWzIITBo8mXwkR1wcFFpSEaHkyX9mt3W #tHNSASSXxdTUIbcLC6bKiBAAi738K7hq {  }
 }@media only screen and (max-width: 763px) { #Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 { display:block; }#Z9tJT07T7hMTOTH1ziXpeO8Py6CunxF6 > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mw4eTwd7Sm4vMr3dwT73mA0L56lF3NXl { width:16.43675rem;height:1.950075rem;top:54.3125rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4fkZwli6o9lzEkHKIhTHHVUFneASZ5t { width:10.874625rem;height:3.25rem;top:57.5625rem;left:8.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krPANZaUI9OVrSCPi23iEn3Lz3TvD1Z7 { width:17.999875rem;height:22.744075rem;top:65.061645507812rem;left:0.99853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shCa3y5LpDbZeP1R7TtrgKTkv4cMOvUc { width:9.937125rem;height:1.9494625rem;top:61.0625rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUDqrVVOJ7lJPDrfcqGdhT60LLWcML7F { width:8.6875rem;height:7.25rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWsgxUTMDMZwqU7qk90N32d2ABu0Cqw { width:20rem;height:37.4375rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwUca8zQ7ThTUnSeTMGlkWPSVTOwlTKi { width:20rem;height:51.0625rem;top:1.7803955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvDqVutbddPHTeKtBVpqMgKQTVcsmSA { width:18.75rem;height:0.125rem;top:28.405517578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRQ0oVuTCxvKR9DCa2OaTTih3CRZGknI { width:14.562375rem;height:3.57421875rem;top:30.124877929688rem;left:0.99853515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 { width:17.8125rem;height:14.00925rem;top:35.312255859375rem;left:1.09375rem;font-size:0.875rem;display:block; }#Eec6lXii7iyqDxfHRf0rdPGhnG4oeyJ4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d8e72fc4e64eb5e20614dad472821ed4.svg); }
 }@media only screen and (max-width: 763px) { #MecbpPXUGO1NlwcuRAB5m6n2P5ImhyMW { width:17.6245rem;height:3.57421875rem;top:2.562255859375rem;left:1.1871337890625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p { width:18.374625rem;height:20.058125rem;top:7.1929931640625rem;left:0.8123779296875rem;font-size:0.875rem;display:block; }#hGWHXNTr5tTOSZKpsbLihXd0gv2SUt5p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f910fa818041cd055ae23dd4cf7913ad0759310c.svg); }
 }@media only screen and (max-width: 763px) { #KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK { display:block; }#KeABIAoLWoDgNEqsvwUGRuLfffiZWWmK > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVEMKsyW2QkaS3k4xCdqDPFWA9FgWyBb { width:17.437125rem;height:5.84911875rem;top:1.25rem;left:1.2799072265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0JMuNhXhzo9f4ZZ3JaDH9KXrDIhUgDF { width:16.749875rem;height:3.41161875rem;top:8.4613037109375rem;left:1.62353515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzKmpWTnXZQTwX7zIVlgTTvnwtQ5DUZ { width:18.999625rem;height:3.4375rem;top:13.635864257812rem;left:0.4986572265625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLnwArJreAMILXphTR9Dii9Pk6qadS3l { display:block; }
 }@media only screen and (max-width: 763px) { #qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container { background-color: transparent; background-image: none; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container > .video-iframe-container { display: none; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row > .video-iframe-container { display: none; }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .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); }#qXS1kI2RD8n0Zq3ncuHKHTSD4zKb1MgK > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3LxLPHG1KtKEo9ATw4qTP27MJzioAud { width:20rem;height:6.39845rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwJ7LxCwDzzrXEQF8yafoMVwbTS9tHP { width:20rem;height:2.79980625rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9BOS83gpUKqzObB2vI1LaCfIbAOQZr { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#PW9BOS83gpUKqzObB2vI1LaCfIbAOQZr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #dTRHyFrAvushwOHmwub3hywwT9dSvZLr { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#dTRHyFrAvushwOHmwub3hywwT9dSvZLr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kZ70Vpb5CJLTwXFs9lS1XHkeiyMkPMns { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#kZ70Vpb5CJLTwXFs9lS1XHkeiyMkPMns > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iDsTQKTQvooLr0dquymrds6ahR7vii9m { width:12.6875rem;height:1.4003875rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOXrgTe0KCvtbn4LT7AbB3dNnTBKtlZT { width:12.6875rem;height:1.4003875rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCQc21AsbkMyRLWFRZeckDHSM48RbB2H { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyUJcvnzt6sH8WyCyGXRZA9ukRzplqsR { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#DyUJcvnzt6sH8WyCyGXRZA9ukRzplqsR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }