.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#776b90;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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dee782ef-6b8c-4b67-9c54-353a799cd6d6/pexelssamerdaboul1212818.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.38); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.38); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { color:#717171;display:block;width:70.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.9375rem;height:2.4375rem;font-style:italic;display:block; }
#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:69.75rem;position:absolute;font-family:roboto;font-size:3.9375rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:7.1875rem;left:4.25rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#130841;display:block;width:25.999125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.875rem;left:4.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwwEZkwWyecl4NxwpCDo1hVQBPuvwX9W { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.38);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.25rem rgba(0,0,0,0.75) ;height:25.5rem;width:27.5625rem;top:18.75rem;left:3.9375rem;display:block; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-form-header { font-size:0.75rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text { background-color:#ffffff;background-image:none;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:22.875rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:roboto;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-textarea { 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.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:roboto;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left: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:22.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .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:#fecd4d;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;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#28150a;width:22.875rem;height:3.4375rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .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; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .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.5;float:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:first-of-type{padding-top:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:last-of-type{padding-bottom:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:5rem;top:24.9375rem;z-index:15020;position:absolute;font-size:0.75rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.875rem;display:block;vertical-align:top; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd {display:block;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:5rem;top:24.9375rem;z-index:15020;position:absolute;font-size:0.75rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #EDAoCyLRtL36HfSk40OtLCd9P6eoKKAq { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #c7he968qbVTyaqrT7Anuy73bCz9IFkLF { position:relative;display:block; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qrs3k6y5d75hLyZrn24WvMAOviwey4E6 { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #aVDToClaAdoAAn6T3baJi3PseyiB4fLd { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #CGs8s6Bb5MoQ0sUAkVpph4WT6xvfvdfX { position:relative;display:block; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MBdbbTN6TFNhy908HdD0VupSzSt9kVvb { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #dXMUR3BL5esp6HtSyTBFqwRLzxaMffRP { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #Lms3Qfh4NL7BpMB3nqmPa5eIaKliNd0C { position:relative;z-index:2; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MeBvUZmS1Csl1wmTJKDzdguaTqKdOncA { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qtTwMmz9492sOaz2LutmmvKdrhTfNm3s { position:relative; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #M4pGZmOaRCbps62JyVDrza7qf3ZOLPbg { position:relative; }
#RxC0v5M01vCZUGyTg7Do1NmCykaCwHTT { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:28.0625rem;top:11.3125rem;left:3.9375rem;display:block; }
#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX { position:relative;display:block; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX { background-color: transparent; background-image: none; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row .container > .video-iframe-container { display: none; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row > .video-iframe-container { display: none; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .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); }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX { border-width: 0; border-radius: 0; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DJ8d8LrCkkyBTCow5WxoBoW9x1mr2mvg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.3125rem;left:17.5rem;display:block; }
#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container { background-color: transparent; background-image: none; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container > .video-iframe-container { display: none; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row > .video-iframe-container { display: none; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .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); }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container { border-width: 0; border-radius: 0; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#ozi7yTgJkSPUSTRNpqmFsqhbcqSCIrkZ { color:#723e20;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:3.3115234375rem;left:7.5rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCZ7pqn89O3aJHCNWds54zwdqetesRsr { color:#723e20;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.1865234375rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWnLTZwGGCBspwxOHc4yceCdh4HTULae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container { background-color: transparent; background-image: none; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container > .video-iframe-container { display: none; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row > .video-iframe-container { display: none; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .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); }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container { border-width: 0; border-radius: 0; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#iFFbHSCM3Cxvu1MxpATE5B9tiODDKnAT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:19rem;top:0.0625rem;left:2.9375rem;display:block; }
#CpiIFWsbm7LVMKVJWVhhmKiehIGI7Loa { position:absolute;display:block;z-index:15001;background-color:#aa9f3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:19rem;top:0.0625rem;left:3rem;display:block; }
#yqx0iAC6EMkIA3P75WrcBUCQg0kam3k2 { color:#ffffff;display:block;width:19.12475rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1708984375rem;left:2.935546875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kzr1tV5WbmU2v528DXdIcndrcDgFeD0D { color:#180d47;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:10.9375rem;left:4.15625rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2AqXHTC2zIFIsiG2Oqd0g3It0JTnuQd { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:19rem;top:0rem;left:27.9375rem;display:block; }
#e5NoVH2cGn36UwMRHTBCCTlhUP03kzfN { color:#180d47;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:10.9375rem;left:29.1875rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1q5C9lSRl5Nc2JVlxSP610z1MWb7TaC { position:absolute;display:block;z-index:15008;background-color:#65863a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:19rem;top:0rem;left:28rem;display:block; }
#HCpTr0wH8PXBZQP5r7AsncmDDz01TBP8 { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.169921875rem;left:27.998046875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Abd0isWM5b1nmFyXSIl5PBflrJuLQWiT { position:absolute;display:block;z-index:15008;background-color:#723e20;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:19rem;top:0rem;left:53rem;display:block; }
#sJhn8JoG2Q2f3dDSEJWboRwE3uu8EXQn { color:#ffffff;display:block;width:19.12475rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.169921875rem;left:52.935546875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5bK7rRSfXtmhnTyrK22b5rFm5r6scuE { color:#180d47;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:10.9375rem;left:54.1875rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUhKg52T8024OuUmpyWrbyZHD7TTXQDT { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:19rem;top:0rem;left:52.9375rem;display:block; }
#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#776b90;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; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { background-color: transparent; background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .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); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { border-width: 0; border-radius: 0; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#BqbOW36S005xGDW63inxkom2nKNfqc10 { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:3.75rem;left:37.8125rem;height:2.03125rem;font-style:italic;display:block; }
#UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:7.5rem;left:37.75rem;height:6.875rem;font-style:normal;display:block; }
#T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:16.125rem;left:37.8125rem;height:6.691375rem;font-style:normal;display:block; }
#dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15032;line-height:.9;letter-spacing:0;top:30.59375rem;left:37.8125rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:29.1875rem;left:37.8125rem;height:0.8994125rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#FlVkILmcT8JymNoWUqzbPODZyuIdxkTz { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a11e85fe-4582-4e78-b169-400ab98e4778/Brian_Ring.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem dashed #65863a;border-left:0.3125rem dashed #65863a;border-right:0.3125rem dashed #65863a;border-bottom:0.3125rem dashed #65863a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;height:24.0625rem;width:24.0625rem;top:7.53125rem;left:7.28125rem;display:block; }#FlVkILmcT8JymNoWUqzbPODZyuIdxkTz.adaptive-delivery-prevent-bg, #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz.lazyload, #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz.lazyloading { background-image: none; }
#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container { background-color: transparent; background-image: none; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container > .video-iframe-container { display: none; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row > .video-iframe-container { display: none; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .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); }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container { border-width: 0; border-radius: 0; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#rAxCDdVxChENkeMPsiDgGWQhzGVUHH1S { color:#717171;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:4.375rem;left:-60rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kidqTx0kXTZMDGvfCgLk6TknOzsVF1UW { color:#180d47;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:3.671875rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hi3FotIDwOK42OJmVZbe5CMnohoMkvGU { color:#180d47;display:block;width:46.9375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7.0625rem;left:14.03125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxBfDIUanoKLmszScQWlg2BpHF8PeksX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container { background-color: transparent; background-image: none; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container > .video-iframe-container { display: none; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row > .video-iframe-container { display: none; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .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); }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container { border-width: 0; border-radius: 0; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#kw9FWQcZESgT43n0KVFdTTosQvbpI8Om { position:absolute;display:block;z-index:15000;background-color:#aa9f3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:3.0625rem;display:block; }
#Os3TXzlRbK5kKQ6D9P0uycCFRnSQHWSS { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:10rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DwSHGzTI9ilS6IrC9W7pilCeTMe831un { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:4.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C4W7LQMbiQyFr5CAPcSn3geGLRRCTqM5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.1875rem;left:9.6875rem; }
#lunOVyOsC7fb51wuBosDeJs7VVOCOBSU { position:absolute;display:block;z-index:15004;background-color:#65863a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:0rem;left:28.0625rem;display:block; }
#V226ahJgo8bPAcWf6f3D26q2mH5Vngdo { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:10rem;left:29.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QolHMGerAv1oPeMFnUBT9SBqG8tDa8fV { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:29.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFleZJ4ZZQSxDwam719AJzUKFJi7mbZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.1875rem;left:34.65625rem; }
#zCXiXq1fdkOTGNPUKq9xHWf2b0Rg9sKs { position:absolute;display:block;z-index:15008;background-color:#723e20;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9365rem;top:0rem;left:53.0625rem;display:block; }
#m1V3kICg0gCUCAzxcmR61ZT5U2IUO8K4 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:10rem;left:54.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q0wZ1DZ6NkeL076WOTG3hxL5qsvV7o7i { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5625rem;left:54.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IJE5lqcDgQzTEqoPEzPEHFU8iXzWFEmP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.1875rem;left:59.65625rem; }
#VoRutZkTN3LghoILA64RPppTVm9T51n2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");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; }#VoRutZkTN3LghoILA64RPppTVm9T51n2.adaptive-delivery-prevent-bg, #VoRutZkTN3LghoILA64RPppTVm9T51n2.lazyload, #VoRutZkTN3LghoILA64RPppTVm9T51n2.lazyloading { background-image: none; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container { background-color: transparent; background-image: none; }#VoRutZkTN3LghoILA64RPppTVm9T51n2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container > .video-iframe-container { display: none; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row > .video-iframe-container { display: none; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .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); }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container { border-width: 0; border-radius: 0; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#KiALhcbhLoKFRGSRbGfe206vm9MH9XkT { color:#180d47;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJPWzoT3nItATPbnRc6VVqeHOr2NWW3W { color:#180d47;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:14.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNu4V396XVZLoyqIZzcu6oFJunfS5wgq { 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:2rem;width:2.8125rem;top:9.375rem;left:10.875rem;overflow:hidden;display:block; }
#QTznZUNfwBcrgMhEFwgEl115uti7TNWD { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:9.8125rem;left:62.125rem;overflow:hidden;display:block; }
#BsIvsRctmafHIFegu1KXlOXayPd3NudD { color:#180d47;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Thkx4Gpa1zcJUXbUCFD3XSacSaIhlGzn { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:17.1875rem;left:7.5rem;display:block; }
#cqke8rmTZgyqsDh8C3iuOR382CUFklXP { color:#180d47;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.730035781861rem;left:8.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D27CHKopIsxesRDImmkqsS9fxmmn6L7f { color:#180d47;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.855253219604rem;left:8.0625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lKX2waVPteTvg91fwfTAQm59MZ9RP3wE { color:#180d47;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:38.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOQZFidohKXw9XqOTP0wf75mxbL4ZXSG { color:#180d47;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:38.125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOKhHypJumqQlxSG7F7Et8KJ9R403Uk4 { position:absolute;display:block;z-index:15013;background-color:#dadada;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:18.25rem;left:37.4375rem;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zY7b8rTra3A/unsplash/merakist-zY7b8rTra3A-photo-1562577309-2ca9a61ab410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.adaptive-delivery-prevent-bg, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyload, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyloading { background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,8,65,0.51); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,8,65,0.51); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::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; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:6.25rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:12.3125rem;left:12.625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JDeuNH1P7SLvl1ZgKwus9MJemJlhFtvJ { background-color:#fecd4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#28150a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.25rem;left:28.75rem;display:block; }
#k0TxchGEuu8JUUE39kMx8uB4L9wiJhDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { background-color: transparent; background-image: none; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container > .video-iframe-container { display: none; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row > .video-iframe-container { display: none; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .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); }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { border-width: 0; border-radius: 0; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#BdnVgAJAut6Gxn30tSfM3loErQTy79z8 { z-index:15001;top:6.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#180d47;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wfG5SdVhTNtOkb4TSLJziQWwnR9z4cKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Va58TRdLZGJ4N2ofOTdS8K5Z4Qn4Axru { color:#180d47;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.44921875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aNvBabDgxqCFS7mOm3CceugzCVCn5e9i { color:#180d47;display:block;width:33.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:21.25rem;height:2.5996125rem;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) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:47.75rem;height:2.4375rem;top:4.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:47.75rem;height:7.875rem;top:7.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:25.9375rem;height:4.0625rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwwEZkwWyecl4NxwpCDo1hVQBPuvwX9W { top:18.75rem;left:0rem;width:27.5625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-regular-label { display:block; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-checkbox-label { width:13.75rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd  { width:15rem;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd {display:block;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #EDAoCyLRtL36HfSk40OtLCd9P6eoKKAq {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #c7he968qbVTyaqrT7Anuy73bCz9IFkLF { display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qrs3k6y5d75hLyZrn24WvMAOviwey4E6 {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #aVDToClaAdoAAn6T3baJi3PseyiB4fLd {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #CGs8s6Bb5MoQ0sUAkVpph4WT6xvfvdfX { display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MBdbbTN6TFNhy908HdD0VupSzSt9kVvb {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #dXMUR3BL5esp6HtSyTBFqwRLzxaMffRP {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #Lms3Qfh4NL7BpMB3nqmPa5eIaKliNd0C { z-index:2; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MeBvUZmS1Csl1wmTJKDzdguaTqKdOncA {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qtTwMmz9492sOaz2LutmmvKdrhTfNm3s {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #M4pGZmOaRCbps62JyVDrza7qf3ZOLPbg {  }
 }@media only screen and (max-width: 763px) { #RxC0v5M01vCZUGyTg7Do1NmCykaCwHTT { top:11.3125rem;left:0rem;width:28.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX { display:block; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ8d8LrCkkyBTCow5WxoBoW9x1mr2mvg { top:4.3125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC { display:block; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozi7yTgJkSPUSTRNpqmFsqhbcqSCIrkZ { width:47.75rem;height:6.875rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCZ7pqn89O3aJHCNWds54zwdqetesRsr { width:47.75rem;height:1.6875rem;top:10.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWnLTZwGGCBspwxOHc4yceCdh4HTULae { display:block; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFFbHSCM3Cxvu1MxpATE5B9tiODDKnAT { width:19rem;height:21.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpiIFWsbm7LVMKVJWVhhmKiehIGI7Loa { width:19rem;height:9.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqx0iAC6EMkIA3P75WrcBUCQg0kam3k2 { width:19.0625rem;height:2.8125rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzr1tV5WbmU2v528DXdIcndrcDgFeD0D { width:16.6875rem;height:7.625rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AqXHTC2zIFIsiG2Oqd0g3It0JTnuQd { width:19rem;height:21.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5NoVH2cGn36UwMRHTBCCTlhUP03kzfN { width:16.6875rem;height:7.625rem;top:10.9375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1q5C9lSRl5Nc2JVlxSP610z1MWb7TaC { width:19rem;height:9rem;top:0rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCpTr0wH8PXBZQP5r7AsncmDDz01TBP8 { width:19.125rem;height:2.875rem;top:3.125rem;left:12.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abd0isWM5b1nmFyXSIl5PBflrJuLQWiT { width:19rem;height:9.0625rem;top:0rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJhn8JoG2Q2f3dDSEJWboRwE3uu8EXQn { width:19.0625rem;height:;top:3.125rem;left:28.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bK7rRSfXtmhnTyrK22b5rFm5r6scuE { width:16.6875rem;height:7.625rem;top:10.9375rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUhKg52T8024OuUmpyWrbyZHD7TTXQDT { width:19rem;height:21.4375rem;top:0rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:37.125rem;height:2rem;top:3.75rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:35.5625rem;height:6.875rem;top:7.5rem;left:10.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:33.4375rem;height:8.875rem;top:16.125rem;left:14.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { width:30.3125rem;height:1.6875rem;top:30.5625rem;left:17.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { width:30.4375rem;height:0.875rem;top:29.1875rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz { top:7.5rem;left:0rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL { display:block; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAxCDdVxChENkeMPsiDgGWQhzGVUHH1S { width:47.75rem;height:2rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kidqTx0kXTZMDGvfCgLk6TknOzsVF1UW { width:47.75rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi3FotIDwOK42OJmVZbe5CMnohoMkvGU { width:46.9375rem;height:3.375rem;top:7.0625rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxBfDIUanoKLmszScQWlg2BpHF8PeksX { display:block; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw9FWQcZESgT43n0KVFdTTosQvbpI8Om { width:18.9375rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os3TXzlRbK5kKQ6D9P0uycCFRnSQHWSS { width:16.875rem;height:;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwSHGzTI9ilS6IrC9W7pilCeTMe831un { width:16.875rem;height:;top:7.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4W7LQMbiQyFr5CAPcSn3geGLRRCTqM5 { top:1.1875rem;left:5.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lunOVyOsC7fb51wuBosDeJs7VVOCOBSU { width:18.9375rem;height:18.75rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V226ahJgo8bPAcWf6f3D26q2mH5Vngdo { width:16.875rem;height:;top:10rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QolHMGerAv1oPeMFnUBT9SBqG8tDa8fV { width:16.875rem;height:;top:7.5625rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFleZJ4ZZQSxDwam719AJzUKFJi7mbZz { top:1.1875rem;left:20.96875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCXiXq1fdkOTGNPUKq9xHWf2b0Rg9sKs { width:18.875rem;height:18.75rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1V3kICg0gCUCAzxcmR61ZT5U2IUO8K4 { width:16.875rem;height:;top:10rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wZ1DZ6NkeL076WOTG3hxL5qsvV7o7i { width:16.875rem;height:;top:7.5625rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJE5lqcDgQzTEqoPEzPEHFU8iXzWFEmP { top:1.1875rem;left:36.84375rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoRutZkTN3LghoILA64RPppTVm9T51n2 { display:block; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiALhcbhLoKFRGSRbGfe206vm9MH9XkT { width:47.75rem;height:2.1875rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJPWzoT3nItATPbnRc6VVqeHOr2NWW3W { width:46.25rem;height:3.875rem;top:9.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNu4V396XVZLoyqIZzcu6oFJunfS5wgq { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTznZUNfwBcrgMhEFwgEl115uti7TNWD { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsIvsRctmafHIFegu1KXlOXayPd3NudD { width:47.75rem;height:1.3125rem;top:14rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thkx4Gpa1zcJUXbUCFD3XSacSaIhlGzn { width:47.625rem;height:9.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqke8rmTZgyqsDh8C3iuOR382CUFklXP { width:28.75rem;height:2.5625rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D27CHKopIsxesRDImmkqsS9fxmmn6L7f { width:28.75rem;height:1.6875rem;top:23.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKX2waVPteTvg91fwfTAQm59MZ9RP3wE { width:28.75rem;height:2.5625rem;top:19.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOQZFidohKXw9XqOTP0wf75mxbL4ZXSG { width:28.75rem;height:1.6875rem;top:23.875rem;left:19rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOKhHypJumqQlxSG7F7Et8KJ9R403Uk4 { width:0.125rem;height:7.5rem;top:18.25rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:47.75rem;height:2rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:47.75rem;height:2.4375rem;top:6.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:47.75rem;height:3.375rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDeuNH1P7SLvl1ZgKwus9MJemJlhFtvJ { width:17.5rem;height:3.4375rem;top:18.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TxchGEuu8JUUE39kMx8uB4L9wiJhDM { display:block; }
 }@media only screen and (max-width: 763px) { #U2QG8WVsW0WmTPMxqRQgik8m70PbvChx { display:block; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdnVgAJAut6Gxn30tSfM3loErQTy79z8 { top:6.75rem;left:0rem;width:46.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfG5SdVhTNtOkb4TSLJziQWwnR9z4cKu { display:block; }
 }@media only screen and (max-width: 763px) { #Va58TRdLZGJ4N2ofOTdS8K5Z4Qn4Axru { top:2.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNvBabDgxqCFS7mOm3CceugzCVCn5e9i { top:4.25rem;left:7.625rem;width:33.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dee782ef-6b8c-4b67-9c54-353a799cd6d6/pexelssamerdaboul1212818.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:12.6875rem;height:3.57421875rem;top:2.1875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:20rem;height:7.21875rem;top:5.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;z-index:15008;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:13.1875rem;height:4.38574375rem;top:15.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#180d47;display:block; }
 }@media only screen and (max-width: 763px) { #TwwEZkwWyecl4NxwpCDo1hVQBPuvwX9W { width:20rem;height:21.375rem;top:14.5rem;left:0rem;background-color:rgba(255,255,255,0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none;height:3.4375rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-text {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;background-color:#ffffff;background-image:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-select {padding-top: 0; padding-bottom: 0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:first-of-type{padding-top:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .widget-container:last-of-type{padding-bottom:0;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd  { width:17.5rem;height:auto;top:19.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd {display:block;}#HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd { width:17.5rem;height:auto;top:19.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #EDAoCyLRtL36HfSk40OtLCd9P6eoKKAq {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #c7he968qbVTyaqrT7Anuy73bCz9IFkLF { display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qrs3k6y5d75hLyZrn24WvMAOviwey4E6 {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #aVDToClaAdoAAn6T3baJi3PseyiB4fLd {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #CGs8s6Bb5MoQ0sUAkVpph4WT6xvfvdfX { display:block; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MBdbbTN6TFNhy908HdD0VupSzSt9kVvb {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #dXMUR3BL5esp6HtSyTBFqwRLzxaMffRP {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #Lms3Qfh4NL7BpMB3nqmPa5eIaKliNd0C { z-index:2; }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #MeBvUZmS1Csl1wmTJKDzdguaTqKdOncA {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #qtTwMmz9492sOaz2LutmmvKdrhTfNm3s {  }
 }@media only screen and (max-width: 763px) { #HSvZJnQRLZgJP6UJmqZrE82ATOqM29zd #M4pGZmOaRCbps62JyVDrza7qf3ZOLPbg {  }
 }@media only screen and (max-width: 763px) { #RxC0v5M01vCZUGyTg7Do1NmCykaCwHTT { width:15.8125rem;height:2.0625rem;top:8.33984375rem;left:2.09375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX { display:block; }#ZtruV2y1KgGENnyzZl0T3MPDy60MJuqX > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ8d8LrCkkyBTCow5WxoBoW9x1mr2mvg { height:11.25rem;width:20rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC { display:block; }#FVaTEgdVxsbE1aktJm8Jp9ZiVv0cthvC > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozi7yTgJkSPUSTRNpqmFsqhbcqSCIrkZ { width:20rem;height:3.125rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yCZ7pqn89O3aJHCNWds54zwdqetesRsr { width:17.9375rem;height:5.84765625rem;top:6.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bWnLTZwGGCBspwxOHc4yceCdh4HTULae { display:block; }#bWnLTZwGGCBspwxOHc4yceCdh4HTULae > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFFbHSCM3Cxvu1MxpATE5B9tiODDKnAT { width:19rem;height:17.875rem;top:0.062255859375rem;left:0.5621337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpiIFWsbm7LVMKVJWVhhmKiehIGI7Loa { width:19rem;height:4.5rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqx0iAC6EMkIA3P75WrcBUCQg0kam3k2 { width:19rem;height:2.11230625rem;top:1.193359375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kzr1tV5WbmU2v528DXdIcndrcDgFeD0D { width:19rem;height:5.09765625rem;top:4.5rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2AqXHTC2zIFIsiG2Oqd0g3It0JTnuQd { width:18.999625rem;height:27.24975rem;top:19.437255859375rem;left:0.4595947265625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5NoVH2cGn36UwMRHTBCCTlhUP03kzfN { width:19rem;height:5.09765625rem;top:17.75rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1q5C9lSRl5Nc2JVlxSP610z1MWb7TaC { width:19rem;height:4.3125rem;top:13.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCpTr0wH8PXBZQP5r7AsncmDDz01TBP8 { width:18.999625rem;height:2.11230625rem;top:14.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Abd0isWM5b1nmFyXSIl5PBflrJuLQWiT { width:19rem;height:4.5rem;top:25.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJhn8JoG2Q2f3dDSEJWboRwE3uu8EXQn { width:19rem;height:2.11230625rem;top:26.318359375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5bK7rRSfXtmhnTyrK22b5rFm5r6scuE { width:19rem;height:5.09765625rem;top:29.625rem;left:0.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUhKg52T8024OuUmpyWrbyZHD7TTXQDT { width:18.9984375rem;height:25.8111875rem;top:54.186401367188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:20rem;height:1.4619125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:16.9375rem;height:3.125rem;top:4.9375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:20rem;height:8.496125rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqe0tkVJ35yTM3pCTJG799d2xlF4Q3o { width:20rem;height:1.23730625rem;top:36.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpbcXk8ZFs2gN0uJth9eHhOC8vDtt0u { width:20rem;height:0.8994125rem;top:38.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlVkILmcT8JymNoWUqzbPODZyuIdxkTz { width:14.5625rem;height:14.5625rem;top:19.75rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL { display:block; }#HgxDLKOuhHnQGDfsxOHFgAyI27JIqLnL > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAxCDdVxChENkeMPsiDgGWQhzGVUHH1S { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kidqTx0kXTZMDGvfCgLk6TknOzsVF1UW { width:14.4985625rem;height:3rem;top:2.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Hi3FotIDwOK42OJmVZbe5CMnohoMkvGU { width:17.687375rem;height:5.19921875rem;top:6.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxBfDIUanoKLmszScQWlg2BpHF8PeksX { display:block; }#gxBfDIUanoKLmszScQWlg2BpHF8PeksX > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw9FWQcZESgT43n0KVFdTTosQvbpI8Om { width:18.9375rem;height:17.1875rem;top:0rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os3TXzlRbK5kKQ6D9P0uycCFRnSQHWSS { width:15.875rem;height:6.796875rem;top:9rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwSHGzTI9ilS6IrC9W7pilCeTMe831un { width:18.9375rem;height:1.7871125rem;top:6.5625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4W7LQMbiQyFr5CAPcSn3geGLRRCTqM5 { display:flex;width:4.375rem;height:4.375rem;top:1.375rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #lunOVyOsC7fb51wuBosDeJs7VVOCOBSU { width:18.9375rem;height:16.9375rem;top:18.1259765625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V226ahJgo8bPAcWf6f3D26q2mH5Vngdo { width:15.875rem;height:3.3984375rem;top:27.9375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QolHMGerAv1oPeMFnUBT9SBqG8tDa8fV { width:18.9375rem;height:1.7871125rem;top:25.5751953125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFleZJ4ZZQSxDwam719AJzUKFJi7mbZz { display:flex;width:4.375rem;height:4.375rem;top:20.1875rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #zCXiXq1fdkOTGNPUKq9xHWf2b0Rg9sKs { width:18.9375rem;height:16.5rem;top:35.9384765625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1V3kICg0gCUCAzxcmR61ZT5U2IUO8K4 { width:15.875rem;height:5.09765625rem;top:45.4375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wZ1DZ6NkeL076WOTG3hxL5qsvV7o7i { width:18.9375rem;height:1.7871125rem;top:43.044921875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJE5lqcDgQzTEqoPEzPEHFU8iXzWFEmP { display:flex;width:4.375rem;height:4.375rem;top:37.875rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #VoRutZkTN3LghoILA64RPppTVm9T51n2 { display:block; }#VoRutZkTN3LghoILA64RPppTVm9T51n2 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiALhcbhLoKFRGSRbGfe206vm9MH9XkT { width:19.0625rem;height:3.125rem;top:2.125rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJPWzoT3nItATPbnRc6VVqeHOr2NWW3W { width:20rem;height:7.7988125rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNu4V396XVZLoyqIZzcu6oFJunfS5wgq { width:2.87475625rem;height:1.9995125rem;top:6.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTznZUNfwBcrgMhEFwgEl115uti7TNWD { width:2.87475625rem;height:1.9995125rem;top:33.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsIvsRctmafHIFegu1KXlOXayPd3NudD { width:20rem;height:1.125rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thkx4Gpa1zcJUXbUCFD3XSacSaIhlGzn { width:20.06225rem;height:32.8125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqke8rmTZgyqsDh8C3iuOR382CUFklXP { width:20rem;height:3.8994125rem;top:20.9375rem;left:0rem;color:#180d47;display:block; }
 }@media only screen and (max-width: 763px) { #D27CHKopIsxesRDImmkqsS9fxmmn6L7f { width:20rem;height:1.4619125rem;top:25.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKX2waVPteTvg91fwfTAQm59MZ9RP3wE { width:20rem;height:3.8994125rem;top:29.5rem;left:0rem;color:#180d47;display:block; }
 }@media only screen and (max-width: 763px) { #dOQZFidohKXw9XqOTP0wf75mxbL4ZXSG { width:20rem;height:1.4619125rem;top:34.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOKhHypJumqQlxSG7F7Et8KJ9R403Uk4 { width:0.125rem;height:7.5rem;top:18.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { background-color:#776b90;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:13.81225rem;height:2.923825rem;top:2.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:20rem;height:3.1621125rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:16.6875rem;height:5.19921875rem;top:11.375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDeuNH1P7SLvl1ZgKwus9MJemJlhFtvJ { width:17.5rem;height:3.4375rem;top:18.625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0TxchGEuu8JUUE39kMx8uB4L9wiJhDM { display:block; }
 }@media only screen and (max-width: 763px) { #U2QG8WVsW0WmTPMxqRQgik8m70PbvChx { display:block; }#U2QG8WVsW0WmTPMxqRQgik8m70PbvChx > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdnVgAJAut6Gxn30tSfM3loErQTy79z8 { top:6.0992431640625rem;left:0rem;width:20rem;height:2.3120125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfG5SdVhTNtOkb4TSLJziQWwnR9z4cKu { display:block; }
 }@media only screen and (max-width: 763px) { #Va58TRdLZGJ4N2ofOTdS8K5Z4Qn4Axru { width:20rem;height:1.13671875rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNvBabDgxqCFS7mOm3CceugzCVCn5e9i { width:20rem;height:3.41015625rem;top:2.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }