.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:232,238,247;--color-primary-1:179,199,229;--color-primary-2:103,143,202;--color-primary-3:52,72,101;--color-primary-4:15,21,30;--color-secondary-0:254,244,224;--color-secondary-1:251,219,150;--color-secondary-2:246,182,45;--color-secondary-3:123,91,23;--color-secondary-4:37,27,7;--color-tertiary-0:255,255,255;--color-tertiary-1:200,200,200;--color-tertiary-2:139,140,143;--color-tertiary-3:110,111,115;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfcfc;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; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { background-color: transparent; background-image: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container > .video-iframe-container { display: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container { display: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .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); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { border-width: 0; border-radius: 0; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#lyiaTxWn90TZPT1lZkOaTNOKdhuyXkL8 { position:absolute;display:block;z-index:15012;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.8125rem;width:21.1875rem;top:1.65625rem;left:0rem;overflow:hidden;display:block; }
#pKocV2rZZKCQLXT6peidOeE77NEGMvfG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.46875rem;left:48rem;display:block; }
#hR8hxR6VTNBsxcfWXhQFgQPsGLHV5ExI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1fd52370-c7cb-4165-a3d2-7855ce7e42b4/banner1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:2.5rem;left:30rem;height:8.25rem;font-style:normal;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:12rem;left:29.9375rem;height:5.1rem;font-style:normal;display:block; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-form-header {  }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.625rem;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;overflow:hidden;font-style:normal; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-text {padding-top: 0; padding-bottom: 0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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:22.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-select {padding-top: 0; padding-bottom: 0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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-tertiary-4),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:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.625rem;height:4.0625rem;font-family:"open sans";overflow:hidden; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR [class*="-text"]:-moz-placeholder { color:#a0a0a0;font-family:"open sans";font-size:0.875rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR [class*="-text"]::-moz-placeholder { color:#a0a0a0;font-family:"open sans";font-size:0.875rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR [class*="-text"]:-ms-input-placeholder { color:#a0a0a0;font-family:"open sans";font-size:0.875rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR [class*="-text"]::-webkit-input-placeholder { color:#a0a0a0;font-family:"open sans";font-size:0.875rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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:21.25rem;overflow:hidden;font-style:normal; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-container:first-of-type{padding-top:0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-container:last-of-type{padding-bottom:0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:19.3125rem;left:29.9375rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .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; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR {display:block;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;position:absolute;top:19.3125rem;left:29.9375rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #PRS6sbQ2FNKLNDuBTxcdfSc81zoHB1fU { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #xzxIEPl4LBg4igbQ81aMKO16El2AGOom { position:relative;display:block; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #BuyUCFEy2TsEKsi5zBnoD3HLbctTk9fe { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #GV34HbwtbK0crnWDiwS26wGxRMUoKv6P { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #vgdTgtaAl500rQ2WuB3cvCe9ucvi3zHG { position:relative;display:block; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #zZoAXV5oFFBGDhOHNqL69fM1wZT18KAf { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #c6JHvZm566mizvO3I9E8cyTRarTQ1GPu { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #w8GJB0W48ODa28R4xxzq4KHGubeWSOcZ { position:relative;display:block; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #wI57DbpOqnpCCnSKWIRx1z045E93HRRn { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #o3oKe9H7E60mJGp6ishTrnPpGQUz1Seo { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #mP6HGowxsDN2XSJvpA1ThMmgvyZ4gLaI { position:relative;display:block; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #H4duTGo7tHR82lauk3W2BLGKLWm5b7rT { position:relative; }
#suF95509cEBQ0lRSucglTkhLdurLdf8q { position:relative;display:block;z-index:100000;display:block; }
#fihHJLMJKG2aXSm4ILvmHo6gQbluqJzW { position:relative;display:block;z-index:100000;display:block; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #EANtOEw5qNst7KzqTzGnGzLN8WbkS5H7 { position:relative; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #etANQf3kvnCDpEWgTk42gHH3KsWZSuvy { position:relative; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { 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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZVR6TSX6b9KVCx4goalk5vAeOOEubuI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.9375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm { 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; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container { background-color: transparent; background-image: none; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container > .video-iframe-container { display: none; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row > .video-iframe-container { display: none; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .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); }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container { border-width: 0; border-radius: 0; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#S31O0izcwTzqCPq7EZ6acxUdggchRPvk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:32.75rem;height:16.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yUuDMRCyMvFWE1fHT0TqJ8rLTh20IMEf { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.625rem;left:0rem;display:block; }
#fbq3K0E5RRsIVcnoclxVCZuu1FLO8xqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.8125rem;left:32.5625rem;height:11.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c6ff727a-e1a9-446c-8f6b-69220d7ff924/211643_checkmark_round_icon1.png); }
#PdDnZyNxyBQD241tV9swGzd308MZUxI7 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.625rem;left:14.625rem;display:block; }
#Ao4zZel1Ms3qR2OgU9evPbdiT6QbCKUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhRAChL590JJ3sPrTEquCbnvgmM17laT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16.375rem;width:29.1875rem;top:0rem;left:0rem;display:block; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { 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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#MxCZwzedunK7sNHFuAyW7tq3TSBcGSJg { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.125rem;left:18.5rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:18.5rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dDOXKtoxlAx5k6yKoxSsWFnt4X7HLJdL { 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:10.875rem;width:16.3125rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy { 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; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container { background-color: transparent; background-image: none; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container > .video-iframe-container { display: none; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row > .video-iframe-container { display: none; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .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); }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container { border-width: 0; border-radius: 0; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#xaLglFJV7raeM1cUGSr5iaxDAKxlslbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOuGsfUii5lZ7Pg3LGqx4tEDZlOcCp0L { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9I2bicEmiqX6PQiLCC5G1uzNDmmPSTk { 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:15.125rem;width:16.3125rem;top:1.4375rem;left:43.6875rem;overflow:hidden;display:block; }
#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV { 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; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { background-color: transparent; background-image: none; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container > .video-iframe-container { display: none; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row > .video-iframe-container { display: none; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .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); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { border-width: 0; border-radius: 0; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:3.9375rem;left:0.6875rem;height:16rem;font-style:normal;display:block; }
#x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:0.6875rem;height:1.4625rem;font-style:normal;display:block; }
#lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.9375rem;left:16.125rem;height:17.6rem;font-style:normal;display:block; }
#pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:16.25rem;height:1.4625rem;font-style:normal;display:block; }
#sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.1875rem;left:31.5625rem;height:16rem;font-style:normal;display:block; }
#mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:31.5625rem;height:1.4625rem;font-style:normal;display:block; }
#k99RqgXEXW3VohxqOi7CEzKtnbPBGdst { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:4.1875rem;left:46.9375rem;height:16rem;font-style:normal;display:block; }
#yGxvR5aZt7XsAmAd9t19tZOWwpAXP4zh { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:46.9375rem;height:1.4625rem;font-style:normal;display:block; }
#WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { position:absolute;display:block;z-index:14999;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:0rem;display:block; }
#sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:15.4375rem;display:block; }
#qvHOWeXyIdadi0IVExBavW6fnWFibZgv { position:absolute;display:block;z-index:15001;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:30.875rem;display:block; }
#wcxHxKvuZbvPM8HN2cq6HPzlcGauryIZ { position:absolute;display:block;z-index:15002;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:46.25rem;display:block; }
#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN { 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; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { background-color: transparent; background-image: none; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container > .video-iframe-container { display: none; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row > .video-iframe-container { display: none; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .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); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { border-width: 0; border-radius: 0; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#rfETGCv7TS7fOTg60rziN6XKKUGUe0eC { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:9.0625rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtuytHroOnKGP38MSUyfSAnLsORhUrQF { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JD95LTAgPcTQNgERssQF2TivwunyPkCL { 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:14.0625rem;width:16.3125rem;top:1.96875rem;left:43.6875rem;overflow:hidden;display:block; }
#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 { 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; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { background-color: transparent; background-image: none; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container > .video-iframe-container { display: none; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row > .video-iframe-container { display: none; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .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); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { border-width: 0; border-radius: 0; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#TmrKrXHvgqryn37lIyItip0cwldtfFUp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:5.5rem;left:1.25rem;height:9.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBq61rae2UN1ToAVRRaTPErhCFXs8WqH { position:absolute;display:block;z-index:15005;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:1.25rem;display:block; }
#PgeyTBZkkZSbAUu4cp7DBKtmpFIgfIdg { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8ZR4BPhJQlKrnmcwHqIRKcqutBVCfp9 { position:absolute;display:block;z-index:15000;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.125rem;width:18.125rem;top:0rem;left:0rem;display:block; }
#GoctAkm5mKVK4AdsFoaoCE3RdKJpWC8n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:5.5rem;left:22.1875rem;height:9.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BWfsMsckGxikWRr0qOcE4rBFfWunXcI3 { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.125rem;width:18.125rem;top:0rem;left:20.9375rem;display:block; }
#bdubGtOGTVpcV0BtruABbvcsPfH4A4Ze { position:absolute;display:block;z-index:15009;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:22.1875rem;display:block; }
#wpKRX7llV5DxM1xT7KNkot483pPPNctK { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iI9nctsEBapul6ep6f7EKG41v9dagNQu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:5.5rem;left:43.125rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RWQpHBvNW0TRsnMyaLMW3XZqK12v4Vf7 { position:absolute;display:block;z-index:15008;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.125rem;width:18.125rem;top:0rem;left:41.875rem;display:block; }
#G3PkSWQgLkdtfN9EFIHvnP2HleXZwtL7 { position:absolute;display:block;z-index:15013;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:43.125rem;display:block; }
#Or5d6G0qT9mXtAxN8NRHOO8XqipHdqmH { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:43.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bub2CBWxxf4H758yizbe94razKwUCLVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a65adc6-e1a7-4d9d-9d30-a33858d0258e/186296005_m_normal_none.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#bub2CBWxxf4H758yizbe94razKwUCLVi.adaptive-delivery-prevent-bg, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyload, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyloading { background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,18,18,0.45); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,18,18,0.45); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { border-width: 0; border-radius: 0; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:block; }#TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.125rem;left:9.34375rem;height:6.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.5625rem;left:13.21875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgQCUFRrZFM4zsJdlHHzPaemPTfFXnop { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.875rem;left:18.4375rem;display:block; }
#OCk05hAO62g5v5ykqSxr7KFnGffG9ZPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVCHi3KrRe1WehwuF06fOqNsDn1ELg6D { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.875rem;left:30.6875rem;display:block; }
#dwMgP6bfDo44BEZvtcw2LT35F1Trpdz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { background-color: transparent; background-image: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container > .video-iframe-container { display: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container { display: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .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); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { border-width: 0; border-radius: 0; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#LHQLV5gqw2AB49aoTrByR0eJo41wAiwm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.8125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#W2OT9XMEaszGxAfx2BW147oOaT55qEsu { color:rgba(var(--color-tertiary-1),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.25rem;left:19.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyiaTxWn90TZPT1lZkOaTNOKdhuyXkL8 { top:1.625rem;left:0rem;width:21.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKocV2rZZKCQLXT6peidOeE77NEGMvfG { width:12rem;height:4.1875rem;top:1.4375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8hxR6VTNBsxcfWXhQFgQPsGLHV5ExI { display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:2.5rem;left:18.25rem;width:29.5rem;height:8.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:12rem;left:17.6875rem;width:30.0625rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-regular-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-text { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-text {padding-top: 0; padding-bottom: 0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-textarea { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-select { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-select {padding-top: 0; padding-bottom: 0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-checkbox-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR  { width:22.625rem;height:29.25rem;top:19.3125rem;left:22.625rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .radio-container { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR {display:block;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR { width:22.625rem;height:29.25rem;top:19.3125rem;left:22.625rem; }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #PRS6sbQ2FNKLNDuBTxcdfSc81zoHB1fU {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #xzxIEPl4LBg4igbQ81aMKO16El2AGOom {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #BuyUCFEy2TsEKsi5zBnoD3HLbctTk9fe {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #GV34HbwtbK0crnWDiwS26wGxRMUoKv6P {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #vgdTgtaAl500rQ2WuB3cvCe9ucvi3zHG {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #zZoAXV5oFFBGDhOHNqL69fM1wZT18KAf {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #c6JHvZm566mizvO3I9E8cyTRarTQ1GPu {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #w8GJB0W48ODa28R4xxzq4KHGubeWSOcZ {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #wI57DbpOqnpCCnSKWIRx1z045E93HRRn {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #o3oKe9H7E60mJGp6ishTrnPpGQUz1Seo {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #mP6HGowxsDN2XSJvpA1ThMmgvyZ4gLaI {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #H4duTGo7tHR82lauk3W2BLGKLWm5b7rT {  }
 }@media only screen and (max-width: 763px) { #suF95509cEBQ0lRSucglTkhLdurLdf8q { display:block; }
 }@media only screen and (max-width: 763px) { #fihHJLMJKG2aXSm4ILvmHo6gQbluqJzW { display:block; }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #EANtOEw5qNst7KzqTzGnGzLN8WbkS5H7 {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #etANQf3kvnCDpEWgTk42gHH3KsWZSuvy {  }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:3rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVR6TSX6b9KVCx4goalk5vAeOOEubuI { top:5.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm { display:block; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S31O0izcwTzqCPq7EZ6acxUdggchRPvk { top:0rem;left:20.4375rem;width:27.3125rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUuDMRCyMvFWE1fHT0TqJ8rLTh20IMEf { width:13.8125rem;height:4.1875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbq3K0E5RRsIVcnoclxVCZuu1FLO8xqK { display:block; }
 }@media only screen and (max-width: 763px) { #rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M { top:15.8125rem;left:22.875rem;width:24.875rem;height:11.375rem;font-size:1.125rem;display:block; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c6ff727a-e1a9-446c-8f6b-69220d7ff924/211643_checkmark_round_icon1.png); }
 }@media only screen and (max-width: 763px) { #PdDnZyNxyBQD241tV9swGzd308MZUxI7 { width:14.625rem;height:4.1875rem;top:18.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao4zZel1Ms3qR2OgU9evPbdiT6QbCKUQ { display:block; }
 }@media only screen and (max-width: 763px) { #VhRAChL590JJ3sPrTEquCbnvgmM17laT { top:0rem;left:0rem;width:29.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxCZwzedunK7sNHFuAyW7tq3TSBcGSJg { top:6.125rem;left:6.25rem;width:41.5rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:2.5625rem;left:7.8125rem;width:39.9375rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDOXKtoxlAx5k6yKoxSsWFnt4X7HLJdL { top:3.5625rem;left:0rem;width:16.3125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZrReVa288Hs1ipVzBDrF1LhHykMWIy { display:block; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaLglFJV7raeM1cUGSr5iaxDAKxlslbZ { top:8.5rem;left:0rem;width:41.5rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOuGsfUii5lZ7Pg3LGqx4tEDZlOcCp0L { top:2.0625rem;left:0rem;width:39.9375rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9I2bicEmiqX6PQiLCC5G1uzNDmmPSTk { top:1.4375rem;left:31.4375rem;width:16.3125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV { display:block; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { top:3.9375rem;left:0rem;width:12.5rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { top:2rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { top:3.9375rem;left:11.375rem;width:12.5rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { top:2rem;left:11.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { top:4.1875rem;left:23.3125rem;width:12.5rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { top:2.25rem;left:23.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99RqgXEXW3VohxqOi7CEzKtnbPBGdst { top:4.1875rem;left:35.25rem;width:12.5rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxvR5aZt7XsAmAd9t19tZOWwpAXP4zh { top:2.25rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { top:0rem;left:0rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { top:0rem;left:10.125rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOWeXyIdadi0IVExBavW6fnWFibZgv { top:0rem;left:22.0625rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxHxKvuZbvPM8HN2cq6HPzlcGauryIZ { top:0rem;left:34rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN { display:block; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfETGCv7TS7fOTg60rziN6XKKUGUe0eC { top:9.0625rem;left:0rem;width:41.5rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtuytHroOnKGP38MSUyfSAnLsORhUrQF { top:2.625rem;left:0rem;width:39.9375rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD95LTAgPcTQNgERssQF2TivwunyPkCL { top:1.9375rem;left:31.4375rem;width:16.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrvzuU7CIW37uDHJmTy1H9OU47aVb208 { display:block; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrKrXHvgqryn37lIyItip0cwldtfFUp { top:5.5rem;left:0rem;width:15.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBq61rae2UN1ToAVRRaTPErhCFXs8WqH { top:1.4375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgeyTBZkkZSbAUu4cp7DBKtmpFIgfIdg { top:2.125rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZR4BPhJQlKrnmcwHqIRKcqutBVCfp9 { top:0rem;left:0rem;width:18.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoctAkm5mKVK4AdsFoaoCE3RdKJpWC8n { top:5.5rem;left:16rem;width:15.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWfsMsckGxikWRr0qOcE4rBFfWunXcI3 { top:0rem;left:13.625rem;width:18.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdubGtOGTVpcV0BtruABbvcsPfH4A4Ze { top:1.4375rem;left:16rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKRX7llV5DxM1xT7KNkot483pPPNctK { top:2.125rem;left:16.1875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9nctsEBapul6ep6f7EKG41v9dagNQu { top:5.5rem;left:32rem;width:15.625rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQpHBvNW0TRsnMyaLMW3XZqK12v4Vf7 { top:0rem;left:29.5rem;width:18.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3PkSWQgLkdtfN9EFIHvnP2HleXZwtL7 { top:1.4375rem;left:32.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or5d6G0qT9mXtAxN8NRHOO8XqipHdqmH { top:2.125rem;left:33rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { top:5.125rem;left:0rem;width:40.75rem;height:6rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { top:12.5625rem;left:0rem;width:33rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgQCUFRrZFM4zsJdlHHzPaemPTfFXnop { width:11.125rem;height:4.1875rem;top:18.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCk05hAO62g5v5ykqSxr7KFnGffG9ZPt { display:block; }
 }@media only screen and (max-width: 763px) { #AVCHi3KrRe1WehwuF06fOqNsDn1ELg6D { width:12rem;height:4.1875rem;top:18.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMgP6bfDo44BEZvtcw2LT35F1Trpdz3 { display:block; }
 }@media only screen and (max-width: 763px) { #qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHQLV5gqw2AB49aoTrByR0eJo41wAiwm { top:2.375rem;left:11.6875rem;width:24.375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2OT9XMEaszGxAfx2BW147oOaT55qEsu { top:8.25rem;left:13.5625rem;width:20.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyiaTxWn90TZPT1lZkOaTNOKdhuyXkL8 { width:20rem;height:3.5988200589971rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKocV2rZZKCQLXT6peidOeE77NEGMvfG { width:12.75rem;height:2.9375rem;top:5.9739580154419rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8hxR6VTNBsxcfWXhQFgQPsGLHV5ExI { display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:#ffffff;background-image:none;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:5.56875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:8rem;top:8.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-text {padding-top: 0; padding-bottom: 0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-select {padding-top: 0; padding-bottom: 0;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR  { width:17.5rem;height:auto;top:17.3125rem;left:0rem; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR {display:block;}#PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR { width:17.5rem;height:auto;top:17.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #PRS6sbQ2FNKLNDuBTxcdfSc81zoHB1fU {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #xzxIEPl4LBg4igbQ81aMKO16El2AGOom {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #BuyUCFEy2TsEKsi5zBnoD3HLbctTk9fe {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #GV34HbwtbK0crnWDiwS26wGxRMUoKv6P {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #vgdTgtaAl500rQ2WuB3cvCe9ucvi3zHG {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #zZoAXV5oFFBGDhOHNqL69fM1wZT18KAf {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #c6JHvZm566mizvO3I9E8cyTRarTQ1GPu {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #w8GJB0W48ODa28R4xxzq4KHGubeWSOcZ {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #wI57DbpOqnpCCnSKWIRx1z045E93HRRn {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #o3oKe9H7E60mJGp6ishTrnPpGQUz1Seo {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #mP6HGowxsDN2XSJvpA1ThMmgvyZ4gLaI {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #H4duTGo7tHR82lauk3W2BLGKLWm5b7rT {  }
 }@media only screen and (max-width: 763px) { #suF95509cEBQ0lRSucglTkhLdurLdf8q { display:block; }
 }@media only screen and (max-width: 763px) { #fihHJLMJKG2aXSm4ILvmHo6gQbluqJzW { display:block; }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #EANtOEw5qNst7KzqTzGnGzLN8WbkS5H7 {  }
 }@media only screen and (max-width: 763px) { #PhBgiv2iMhC1JWZ03VzLpbbkc2CuWhuR #etANQf3kvnCDpEWgTk42gHH3KsWZSuvy {  }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:6.81875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:5.56875rem;top:1.25rem;left:0rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVR6TSX6b9KVCx4goalk5vAeOOEubuI { width:20rem;height:0;top:7.7rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm { display:block; }#HFnlrQ5iKnXCzifTMNtNVCewMoJ1AExm > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S31O0izcwTzqCPq7EZ6acxUdggchRPvk { width:20rem;height:16rem;top:14.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yUuDMRCyMvFWE1fHT0TqJ8rLTh20IMEf { width:14.8125rem;height:4.1875rem;top:44.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbq3K0E5RRsIVcnoclxVCZuu1FLO8xqK { display:block; }
 }@media only screen and (max-width: 763px) { #rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M { width:20rem;height:10.225rem;top:31.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c6ff727a-e1a9-446c-8f6b-69220d7ff924/211643_checkmark_round_icon1.png); }
 }@media only screen and (max-width: 763px) { #PdDnZyNxyBQD241tV9swGzd308MZUxI7 { width:14.8125rem;height:4.1875rem;top:49.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao4zZel1Ms3qR2OgU9evPbdiT6QbCKUQ { display:block; }
 }@media only screen and (max-width: 763px) { #VhRAChL590JJ3sPrTEquCbnvgmM17laT { height:11.220556745182rem;width:20rem;top:1.4041652679443rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxCZwzedunK7sNHFuAyW7tq3TSBcGSJg { width:20rem;height:12.8rem;top:4.7250003814697rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:3.7125rem;top:0rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDOXKtoxlAx5k6yKoxSsWFnt4X7HLJdL { width:16.3125rem;height:10.875rem;top:19.487501144409rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZrReVa288Hs1ipVzBDrF1LhHykMWIy { display:block; }#qeZrReVa288Hs1ipVzBDrF1LhHykMWIy > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaLglFJV7raeM1cUGSr5iaxDAKxlslbZ { width:20rem;height:11.2rem;top:7.10000038147rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOuGsfUii5lZ7Pg3LGqx4tEDZlOcCp0L { width:20rem;height:5.56875rem;top:0rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9I2bicEmiqX6PQiLCC5G1uzNDmmPSTk { width:16.3125rem;height:15.125rem;top:18.237499237061rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV { display:block; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { width:12.5rem;height:14.4rem;top:5.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { width:12.5rem;height:1.4625rem;top:3.25rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { width:12.5rem;height:16rem;top:27.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { width:12.5rem;height:1.4625rem;top:25.6875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { width:12.5rem;height:16rem;top:50.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { width:12.5rem;height:1.4625rem;top:48.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99RqgXEXW3VohxqOi7CEzKtnbPBGdst { width:12.5rem;height:14.4rem;top:72.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxvR5aZt7XsAmAd9t19tZOWwpAXP4zh { width:12.5rem;height:1.4625rem;top:70.8125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { width:13.75rem;height:21.1875rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { width:13.75rem;height:21.1875rem;top:23.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOWeXyIdadi0IVExBavW6fnWFibZgv { width:13.75rem;height:21.1875rem;top:46.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxHxKvuZbvPM8HN2cq6HPzlcGauryIZ { width:13.75rem;height:21.1875rem;top:68.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN { display:block; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfETGCv7TS7fOTg60rziN6XKKUGUe0eC { width:20rem;height:9.6rem;top:9.2874984741213rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtuytHroOnKGP38MSUyfSAnLsORhUrQF { width:20rem;height:5.56875rem;top:2.875rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD95LTAgPcTQNgERssQF2TivwunyPkCL { width:16.3125rem;height:14.0625rem;top:19.762500762939rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrvzuU7CIW37uDHJmTy1H9OU47aVb208 { display:block; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrKrXHvgqryn37lIyItip0cwldtfFUp { width:15.6875rem;height:9.6rem;top:6.75rem;left:2.1875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JBq61rae2UN1ToAVRRaTPErhCFXs8WqH { width:2.9375rem;height:2.9375rem;top:2.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgeyTBZkkZSbAUu4cp7DBKtmpFIgfIdg { width:2.5rem;height:1.625rem;top:3.375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZR4BPhJQlKrnmcwHqIRKcqutBVCfp9 { width:18.125rem;height:17.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoctAkm5mKVK4AdsFoaoCE3RdKJpWC8n { width:15.625rem;height:9.6rem;top:25.5rem;left:2.1875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BWfsMsckGxikWRr0qOcE4rBFfWunXcI3 { width:18.125rem;height:17.125rem;top:20rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdubGtOGTVpcV0BtruABbvcsPfH4A4Ze { width:2.9375rem;height:2.9375rem;top:21.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKRX7llV5DxM1xT7KNkot483pPPNctK { width:2.5rem;height:1.625rem;top:22.125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9nctsEBapul6ep6f7EKG41v9dagNQu { width:15.625rem;height:8rem;top:43.875rem;left:2.1875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RWQpHBvNW0TRsnMyaLMW3XZqK12v4Vf7 { width:18.125rem;height:16.125rem;top:38.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3PkSWQgLkdtfN9EFIHvnP2HleXZwtL7 { width:2.9375rem;height:2.9375rem;top:39.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or5d6G0qT9mXtAxN8NRHOO8XqipHdqmH { width:2.5rem;height:1.625rem;top:40.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { background-color:#000000;background-image:none;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { width:20rem;height:6.6rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { width:20rem;height:3.6rem;top:9.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hgQCUFRrZFM4zsJdlHHzPaemPTfFXnop { width:14.9375rem;height:4.1875rem;top:14.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCk05hAO62g5v5ykqSxr7KFnGffG9ZPt { display:block; }
 }@media only screen and (max-width: 763px) { #AVCHi3KrRe1WehwuF06fOqNsDn1ELg6D { width:14.9375rem;height:4.1875rem;top:19.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMgP6bfDo44BEZvtcw2LT35F1Trpdz3 { display:block; }
 }@media only screen and (max-width: 763px) { #qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHQLV5gqw2AB49aoTrByR0eJo41wAiwm { width:20rem;height:4.225rem;top:2.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2OT9XMEaszGxAfx2BW147oOaT55qEsu { width:20rem;height:0.975rem;top:6.7874984741213rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }