.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#x3bCsNSeq7JyvwgxtNlWLlqmQLkoiTlW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.75rem;top:1.75rem;left:4.1875rem;overflow:hidden;display:block; }
#J40RWSGdqooomVyRZhRfOXql2Zq7eDNy { color:#646464;display:block;width:8.625rem;position:absolute;font-family:"okta neue";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.75rem;left:35.1875rem;height:2.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxNkHCkOIZQUPad7MRDnzkTKHSgIaybu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.875rem;left:33.25rem; }
#DnCtIHQQti63tp1oC291ZsJWemctwB6O { color:#646464;display:block;width:7.125rem;position:absolute;font-family:"okta neue";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:1.75rem;left:48.6875rem;height:2.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8c0Wsw0olF5iHlCxZp0oqdfVwwxPhpn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.875rem;left:46.75rem; }
#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e28bafb9-926b-4d14-8056-6916ac822e4e/BG.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; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.adaptive-delivery-prevent-bg, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyload, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyloading { background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { background-color: transparent; background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .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); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { border-width: 0; border-radius: 0; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:60rem;position:relative;display:block; }#LbOZTsOqPHdZO1tTE95T85cW0XCbzWRv { box-sizing:content-box;height:35.125rem;width:24.75rem;position:absolute;display:block;z-index:15008;background-color:#b40415;background-image:none;top:19.0625rem;left:4.3125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-form-header {  }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-regular-label { height:auto;display:block;font-family:"okta neue";font-size:1.5rem;font-weight:400;color:#ffffff;width:20.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;font-style:normal;overflow:hidden;line-height:1.4; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-text { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:3.125rem;color:#050505;font-size:1rem;overflow:hidden;font-family:"okta neue";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-textarea { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:4.375rem;color:#050505;font-size:1rem;overflow:hidden;font-family:"okta neue";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-select { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:3.125rem;color:#717171;font-family:"okta neue";font-size:1rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#10a71c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:20.5625rem;height:3.875rem;font-family:roboto;overflow:hidden;text-shadow:0rem 0.0625rem 0.0625rem rgba(0,0,0,0.15); }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe [class*="-text"]:-moz-placeholder { color:#717171;font-family:"okta neue";font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe [class*="-text"]::-moz-placeholder { color:#717171;font-family:"okta neue";font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:"okta neue";font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:"okta neue";font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .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";font-size:0.875rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .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; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-container:first-of-type{padding-top:0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-container:last-of-type{padding-bottom:0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.1875rem;top:25.4375rem;z-index:15009;position:absolute; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5625rem;display:block;vertical-align:top; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe {display:block;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.1875rem;top:25.4375rem;z-index:15009;position:absolute; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #t0NvLF523h67r1oVxf7uqUUwenDn3o73 { position:relative; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #yHwJHmqGlgx1RvoxgCQ4gDg50trs19zK { position:relative;display:block; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #wNetyBkENShDJ6VW1dxdLpmf9XSKTCiy { position:relative; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #FzXEU2Up66ebX6Ow1wS1GLNrzvXHzHf9 { position:relative; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #syf4CXisbLMU0v1EkghM6qBEiiE3eIbO { position:relative;display:block; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #Ph6L70aVKdFqdM3BypClw9bUMCJfAIsZ { position:relative; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #tfnMgnCDtf63XrTutuHh1WQbWci9Ot5u { position:relative; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #g3VBASVu9126iPxPW0IsXtTfL06qeHgw { position:relative;display:block; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #uLhObKvEaRGrci3dOJWHvZFlKKxoWba7 { position:relative; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #WOR3IE4KHugtpTG5wVGmECZKcnTp2ot9 { position:relative;z-index:1; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #QKxDLPwEETF08ddJXtHNqiPZ5EZnN2oN { position:relative; }
#ypM0csOLVEWegWf7zNKLPBPI5HXtnHNp { color:#232222;display:block;width:38.3125rem;position:absolute;font-family:"okta neue";font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:11.625rem;left:10.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqG33wp1QXbKiaZ32Me9IDkwrM5v0xVk { color:#232222;display:block;width:40.5625rem;position:absolute;font-family:"okta neue";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.0625rem;left:9.75rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIusSo4iKZSKXNomDrSLSHqPUJ9FsHSV { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"okta neue";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:21.6875rem;left:6.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container { background-color: transparent; background-image: none; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container > .video-iframe-container { display: none; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row > .video-iframe-container { display: none; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .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); }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container { border-width: 0; border-radius: 0; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#aknUTOhgIqQaE7iu9axTs3W9nVPip0ym { box-sizing:content-box;height:13rem;width:12.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.875rem;left:1.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.3) ;display:block; }
#JUAMlZiOnnnW5afkLaIACUxFltrhT9ku { box-sizing:content-box;height:12.5rem;width:11.625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:3.125rem;left:16.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.3) ;display:block; }
#MCHE5xMgkI5GtWK5HxUTxwfZUxyIa842 { box-sizing:content-box;height:12.5rem;width:11.625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.125rem;left:31.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.3) ;display:block; }
#CDm3uyQl2wpkhny4rAroyGcb9uMQmbMO { box-sizing:content-box;height:12.5rem;width:11.625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:3.125rem;left:46.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0rem 1.375rem rgba(0,0,0,0.3) ;display:block; }
#fRh5oBnlFPASC47vq3aObS042DDTTov6 { 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:4.625rem;width:4.625rem;top:5.0625rem;left:5.1875rem;overflow:hidden;display:block; }
#yMvNL6JnRlNSs3c8H9gqS85UExkvWSet { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:5.0625rem;left:20.1875rem;overflow:hidden;display:block; }
#LgupaqxI9xFCeSLWLwMFVXkGNIkaMUAM { position:absolute;display:block;z-index:15008;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:4.625rem;width:4.625rem;top:5.0625rem;left:35.1875rem;overflow:hidden;display:block; }
#OKpd58RRuwQwSXiLK0gNhS1JT2oyES3K { position:absolute;display:block;z-index:15010;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:4.625rem;width:4.625rem;top:5.0625rem;left:50.1875rem;overflow:hidden;display:block; }
#uLspq7ZItmbcfHmE7gad8omrwmvEfgPM { color:#232222;display:block;width:9.9375rem;position:absolute;font-family:"okta neue";font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:10rem;left:2.53125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuTCPVRk12PqUNVEpCyUV1Tx61g3RheD { color:#232222;display:block;width:8.625rem;position:absolute;font-family:"okta neue";font-size:1.75rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:10rem;left:18.1875rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czrrsMfvHOkPHtppTxOB2cFVueKBo8gz { color:#232222;display:block;width:11.8125rem;position:absolute;font-family:"okta neue";font-size:1.75rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10rem;left:31.59375rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2qdrLnDOvlQhCFW9zdLrB5zsnKUKUek { color:#232222;display:block;width:13.1875rem;position:absolute;font-family:"okta neue";font-size:1.75rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:10rem;left:45.90625rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373737;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; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container { background-color: transparent; background-image: none; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container > .video-iframe-container { display: none; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row > .video-iframe-container { display: none; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .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); }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container { border-width: 0; border-radius: 0; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#I3nPiOL85cI634FhyyHKVzeEcm6ckgkJ { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"okta neue";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:4.5625rem;left:10rem;height:9.0703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKgtufWXaLxT4uOmCsbS05VUU7sv6k0c { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"okta neue";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18rem;left:10rem;height:9.0703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJpTmbDv5O2vnvdetvDZirD9Q8nieK9o { box-sizing:content-box;height:0.8125rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:15.5625rem;left:7.8125rem;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;display:block; }
#Tfq8QMDe67QzHEEyrUUiX1f6oxnXDTBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.5625rem;left:7.8125rem; }
#XyTpwN3uhzQKr17HSQiKKAI6JJyxm2R5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18rem;left:7.8125rem; }
#gw8py7KaBAdgABUFT50ZM7tkEcKChrIS { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"okta neue";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:4.625rem;left:36.3125rem;height:7.55859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#el05RBClnqC9P74ioJXmCoNN8yPUNdcx { box-sizing:content-box;height:0.8125rem;width:18rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:15.5625rem;left:34.125rem;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;display:block; }
#scUURzOVAasuvCGqWaH7TiLB4wVzdynL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.625rem;left:34.125rem; }
#IbdVKLnAorFTrGKQIN4BUQTGkVTgPyVR { position:absolute;display:block;z-index:15023;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.125rem;width:11.25rem;top:32rem;left:24.375rem;overflow:hidden;display:block; }
#dlGxxXUKeS5HCkJJs6yOION6t98sOw9m { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"okta neue";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:18rem;left:36.375rem;height:9.0703125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0nGXKWM80DUcpQoWGxt0cFXL3TdnXKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18rem;left:34.1875rem; }
#XbFmXVRGOJ9FBa2XEA6UAZ2I8KxXqu0t { box-sizing:content-box;height:0.8125rem;width:18rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:12.5625rem;left:34.125rem;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3bCsNSeq7JyvwgxtNlWLlqmQLkoiTlW { width:9.75rem;height:2.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J40RWSGdqooomVyRZhRfOXql2Zq7eDNy { width:8.625rem;height:2.6875rem;top:1.75rem;left:29.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNkHCkOIZQUPad7MRDnzkTKHSgIaybu { width:1.5625rem;height:1.5625rem;top:1.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCtIHQQti63tp1oC291ZsJWemctwB6O { width:7.125rem;height:2.6875rem;top:1.75rem;left:40.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8c0Wsw0olF5iHlCxZp0oqdfVwwxPhpn { width:1.5625rem;height:1.5625rem;top:1.875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk { display:block; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbOZTsOqPHdZO1tTE95T85cW0XCbzWRv { width:24.75rem;height:35.125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe  { width:20rem;height:auto;top:7.1875rem;left:25.25rem; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe {display:block;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe { width:20rem;height:auto;top:7.1875rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #t0NvLF523h67r1oVxf7uqUUwenDn3o73 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #yHwJHmqGlgx1RvoxgCQ4gDg50trs19zK { display:none; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #wNetyBkENShDJ6VW1dxdLpmf9XSKTCiy {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #FzXEU2Up66ebX6Ow1wS1GLNrzvXHzHf9 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #syf4CXisbLMU0v1EkghM6qBEiiE3eIbO {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #Ph6L70aVKdFqdM3BypClw9bUMCJfAIsZ {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #tfnMgnCDtf63XrTutuHh1WQbWci9Ot5u {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #g3VBASVu9126iPxPW0IsXtTfL06qeHgw {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #uLhObKvEaRGrci3dOJWHvZFlKKxoWba7 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #WOR3IE4KHugtpTG5wVGmECZKcnTp2ot9 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #QKxDLPwEETF08ddJXtHNqiPZ5EZnN2oN {  }
 }@media only screen and (max-width: 763px) { #ypM0csOLVEWegWf7zNKLPBPI5HXtnHNp { width:38.3125rem;height:4.5625rem;top:11.625rem;left:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqG33wp1QXbKiaZ32Me9IDkwrM5v0xVk { width:40.5625rem;height:6.875rem;top:4.0625rem;left:3.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIusSo4iKZSKXNomDrSLSHqPUJ9FsHSV { width:21.125rem;height:3.5625rem;top:21.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vus9p7f7K3I1T6sNFpnxQoriX78rMKmo { display:block; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aknUTOhgIqQaE7iu9axTs3W9nVPip0ym { width:12.375rem;height:13rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAMlZiOnnnW5afkLaIACUxFltrhT9ku { width:11.625rem;height:12.5rem;top:3.125rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHE5xMgkI5GtWK5HxUTxwfZUxyIa842 { width:11.625rem;height:12.5rem;top:3.125rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDm3uyQl2wpkhny4rAroyGcb9uMQmbMO { width:11.625rem;height:12.5rem;top:3.125rem;left:35.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRh5oBnlFPASC47vq3aObS042DDTTov6 { width:4.625rem;height:4.625rem;top:5.0625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMvNL6JnRlNSs3c8H9gqS85UExkvWSet { width:4.625rem;height:4.625rem;top:5.0625rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgupaqxI9xFCeSLWLwMFVXkGNIkaMUAM { width:4.625rem;height:4.625rem;top:5.0625rem;left:27.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKpd58RRuwQwSXiLK0gNhS1JT2oyES3K { width:4.625rem;height:4.625rem;top:5.0625rem;left:39.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLspq7ZItmbcfHmE7gad8omrwmvEfgPM { width:9.9375rem;height:4.1875rem;top:10rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTCPVRk12PqUNVEpCyUV1Tx61g3RheD { width:8.625rem;height:4.1875rem;top:10rem;left:13.59375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czrrsMfvHOkPHtppTxOB2cFVueKBo8gz { width:11.8125rem;height:4.1875rem;top:10rem;left:23.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qdrLnDOvlQhCFW9zdLrB5zsnKUKUek { width:13.1875rem;height:4.1875rem;top:10rem;left:34.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d { display:block; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3nPiOL85cI634FhyyHKVzeEcm6ckgkJ { width:15.4375rem;height:9.0625rem;top:4.5625rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKgtufWXaLxT4uOmCsbS05VUU7sv6k0c { width:15.6875rem;height:9.0625rem;top:18rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJpTmbDv5O2vnvdetvDZirD9Q8nieK9o { width:17.25rem;height:0.8125rem;top:15.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfq8QMDe67QzHEEyrUUiX1f6oxnXDTBi { width:1.6875rem;height:1.6875rem;top:4.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyTpwN3uhzQKr17HSQiKKAI6JJyxm2R5 { width:1.6875rem;height:1.6875rem;top:18rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw8py7KaBAdgABUFT50ZM7tkEcKChrIS { width:17.3125rem;height:7.5rem;top:4.625rem;left:30.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el05RBClnqC9P74ioJXmCoNN8yPUNdcx { width:18rem;height:0.8125rem;top:15.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #scUURzOVAasuvCGqWaH7TiLB4wVzdynL { width:1.6875rem;height:1.6875rem;top:4.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbdVKLnAorFTrGKQIN4BUQTGkVTgPyVR { width:11.25rem;height:3.125rem;top:32rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGxxXUKeS5HCkJJs6yOION6t98sOw9m { width:15.75rem;height:9.0625rem;top:18rem;left:30.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0nGXKWM80DUcpQoWGxt0cFXL3TdnXKo { width:1.6875rem;height:1.6875rem;top:18rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFmXVRGOJ9FBa2XEA6UAZ2I8KxXqu0t { width:18rem;height:0.8125rem;top:12.5625rem;left:28rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3bCsNSeq7JyvwgxtNlWLlqmQLkoiTlW { width:11rem;height:3.1875rem;top:1.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J40RWSGdqooomVyRZhRfOXql2Zq7eDNy { width:7.1875rem;height:2.699225rem;top:6.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxNkHCkOIZQUPad7MRDnzkTKHSgIaybu { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #DnCtIHQQti63tp1oC291ZsJWemctwB6O { width:7.125rem;height:2.699225rem;top:6.4375rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8c0Wsw0olF5iHlCxZp0oqdfVwwxPhpn { display:flex;width:1.5625rem;height:1.5625rem;top:6.5rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06666b29-ebfa-43b0-b52b-042c3eb720b7/BGMOBILE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.adaptive-delivery-prevent-bg, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyload, #XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk.lazyloading { background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { background-color: transparent; background-image: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row > .video-iframe-container { display: none; }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .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); }#XTLqyyUMfpWahi2AL2PC8pikCEGsb4Gk > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbOZTsOqPHdZO1tTE95T85cW0XCbzWRv { width:20rem;height:36.5rem;top:24.375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-text {padding-top: 0; padding-bottom: 0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-select {padding-top: 0; padding-bottom: 0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.3125rem;overflow:hidden; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-container:first-of-type{padding-top:0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .widget-container:last-of-type{padding-bottom:0;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe  { width:17.5rem;height:auto;top:32.5rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe {display:block;}#GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe { width:17.5rem;height:auto;top:32.5rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #t0NvLF523h67r1oVxf7uqUUwenDn3o73 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #yHwJHmqGlgx1RvoxgCQ4gDg50trs19zK { display:block; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #wNetyBkENShDJ6VW1dxdLpmf9XSKTCiy {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #FzXEU2Up66ebX6Ow1wS1GLNrzvXHzHf9 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #syf4CXisbLMU0v1EkghM6qBEiiE3eIbO { display:block; }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #Ph6L70aVKdFqdM3BypClw9bUMCJfAIsZ {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #tfnMgnCDtf63XrTutuHh1WQbWci9Ot5u {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #g3VBASVu9126iPxPW0IsXtTfL06qeHgw {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #uLhObKvEaRGrci3dOJWHvZFlKKxoWba7 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #WOR3IE4KHugtpTG5wVGmECZKcnTp2ot9 {  }
 }@media only screen and (max-width: 763px) { #GxSBXfaPygJW5GGgRhfLShUT5fi7LRfe #QKxDLPwEETF08ddJXtHNqiPZ5EZnN2oN {  }
 }@media only screen and (max-width: 763px) { #ypM0csOLVEWegWf7zNKLPBPI5HXtnHNp { width:18.8125rem;height:8.097625rem;top:13.9091796875rem;left:0.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqG33wp1QXbKiaZ32Me9IDkwrM5v0xVk { width:18.9375rem;height:11.546875rem;top:1.1875rem;left:0.53125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIusSo4iKZSKXNomDrSLSHqPUJ9FsHSV { width:16.125rem;height:5.28125rem;top:27.1875rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vus9p7f7K3I1T6sNFpnxQoriX78rMKmo { display:block; }#vus9p7f7K3I1T6sNFpnxQoriX78rMKmo > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aknUTOhgIqQaE7iu9axTs3W9nVPip0ym { width:12.5rem;height:12.5rem;top:2.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAMlZiOnnnW5afkLaIACUxFltrhT9ku { width:12.5rem;height:12.5rem;top:16.984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHE5xMgkI5GtWK5HxUTxwfZUxyIa842 { width:12.5rem;height:12.5rem;top:31.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDm3uyQl2wpkhny4rAroyGcb9uMQmbMO { width:12.5rem;height:12.5rem;top:45.5947265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRh5oBnlFPASC47vq3aObS042DDTTov6 { width:5rem;height:5rem;top:4.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMvNL6JnRlNSs3c8H9gqS85UExkvWSet { width:4.9375rem;height:4.9375rem;top:18.671875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgupaqxI9xFCeSLWLwMFVXkGNIkaMUAM { width:5.3125rem;height:5.3125rem;top:32.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKpd58RRuwQwSXiLK0gNhS1JT2oyES3K { width:5.125rem;height:5.125rem;top:47.330078125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLspq7ZItmbcfHmE7gad8omrwmvEfgPM { width:9.9375rem;height:3.9609375rem;top:9.875rem;left:5.03125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTCPVRk12PqUNVEpCyUV1Tx61g3RheD { width:8.625rem;height:3.9609375rem;top:24.2978515625rem;left:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czrrsMfvHOkPHtppTxOB2cFVueKBo8gz { width:11.8125rem;height:4.0234375rem;top:38.5625rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2qdrLnDOvlQhCFW9zdLrB5zsnKUKUek { width:13.1875rem;height:3.9609375rem;top:53.0322265625rem;left:3.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d { display:block; }#Z8EX1lykVzgDaQJWlSmQUloyXxfDqv2d > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3nPiOL85cI634FhyyHKVzeEcm6ckgkJ { width:14.125rem;height:8.66016875rem;top:3.5rem;left:4.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MKgtufWXaLxT4uOmCsbS05VUU7sv6k0c { width:14.25rem;height:10.103525rem;top:15.625rem;left:4.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CJpTmbDv5O2vnvdetvDZirD9Q8nieK9o { width:15rem;height:0.8125rem;top:13.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfq8QMDe67QzHEEyrUUiX1f6oxnXDTBi { display:flex;width:1.6875rem;height:1.6875rem;top:3.5rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #XyTpwN3uhzQKr17HSQiKKAI6JJyxm2R5 { display:flex;width:1.6875rem;height:1.6875rem;top:30.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #gw8py7KaBAdgABUFT50ZM7tkEcKChrIS { width:14.375rem;height:8.66016875rem;top:30.375rem;left:4.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #el05RBClnqC9P74ioJXmCoNN8yPUNdcx { width:15.25rem;height:0.875rem;top:27.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #scUURzOVAasuvCGqWaH7TiLB4wVzdynL { display:flex;width:1.6875rem;height:1.6875rem;top:15.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #IbdVKLnAorFTrGKQIN4BUQTGkVTgPyVR { width:11.625rem;height:3.25rem;top:56.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGxxXUKeS5HCkJJs6yOION6t98sOw9m { width:14.6875rem;height:10.103525rem;top:43.125rem;left:4.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0nGXKWM80DUcpQoWGxt0cFXL3TdnXKo { display:flex;width:1.6875rem;height:1.6875rem;top:42.8125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #XbFmXVRGOJ9FBa2XEA6UAZ2I8KxXqu0t { width:15.25rem;height:0.875rem;top:41.125rem;left:2rem;z-index:15022;display:block; }
 }