.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,236,218;--color-primary-1:235,190,183;--color-primary-2:252,162,72;--color-primary-3:151,97,43;--color-primary-4:50,32,14;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"work sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/015f5809-ce53-4512-83c5-7d4c6c361e91/14.jpg");background-position:top center !important;background-repeat:no-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; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz.adaptive-delivery-prevent-bg, #kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz.lazyload, #kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz.lazyloading { background-image: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container { background-color: transparent; background-image: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container > .video-iframe-container { display: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row > .video-iframe-container { display: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .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); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container { border-width: 0; border-radius: 0; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#aRuz0vrT0osiCkJTZTXpQBA6CorOCD4v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.25rem;left:33.90625rem;overflow:hidden;display:block; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-form-header {  }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23.125rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:"work sans";box-shadow: none;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"work sans";vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:"work sans";font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .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; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#2f2f2f;width:23.125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .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; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:first-of-type{padding-top:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:last-of-type{padding-bottom:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7  { background-color:rgba(var(--color-tertiary-0),0.63);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:10.37353515625rem;left:42.93701171875rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 {display:block;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 { background-color:rgba(var(--color-tertiary-0),0.63);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:10.37353515625rem;left:42.93701171875rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #XQizAVesOOlJ060WSsAJTquvsTWlbne2 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #lQhvqvVlXo5LrsvP0LRwIRPpfukqKQCk { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OaFys9U8GyVWrdIgxfdmXG9VaVmHglb4 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #Sd9tUSUacPgiKMdOA1EIQoShcwrm2m9T { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #SxHcDMUBb1L7ZlthLpJOh4xEO8CGq1qn { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #pc6GfA5Goand7lDUdCa3VqdVImy8rAxT { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #fRLck2nO8BgF8lrTAZQw5Vdh8NHA0Fty { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #VZ0TcWQs45r92b0XaCaTEVO1RdO5BFlq { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #vLHQ8UpUr5qleBMFO6AOnIVKpE1gKLdm { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TPHUkC92eATSqXquTBryPu0Q1AkTAltb { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #QVi87reQcTiUR8y1OxeXh35CLOrElsiX { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #IAcamGoIam1IhCJ3JhDMl9Hm1FK24ac4 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #iR2qizq2cflGtLuMbmFeQNETT1teOiRq { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TzZGS4FtHTfJby4lMKpcZg7iUGmER1TL { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #aumahb7ST5u47qFexFRTJ8i8grJfC4lG { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #STBTQOoUEUBEVFRFdTVJsQ2q82841PuZ { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #ysuFkyHePrdJRm9BPzLRKJx06ZuPZcIc { position:relative;z-index:2; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #rmwlPzNGzOdw2gkfqAgXgtpTBxTGnbJ2 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #T1NTKkbfJZhieBml4nuqoZmWVITe29g1 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OKKusfXUHocA1oid82vHmtn9irZNB1rm { position:relative; }
#TaBkAf4IBX40trARZdvRfL7nfTw8Rctz { color:#2f2f2f;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:12.437133789062rem;left:9.6875rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFZbFvAFirCZI4TBKz5PXqxaZmmJ6Hea { color:rgba(var(--color-secondary-4),1);display:block;width:31.124875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.3267822265625rem;left:10.007934570312rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#JxNvikqU9uJbJSdl7DC8aCOHc0srMVoC { color:rgba(var(--color-secondary-4),1);display:block;width:31.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:25.375366210938rem;left:9.6875rem;height:2.53784375rem;text-align:left;text-align-last:left;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; }
#AXBR8oXJTDNhr2TuvaKkZsMDaTNRUdsf { color:rgba(var(--color-secondary-4),1);display:block;width:31.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:27.912109375rem;left:11.5625rem;height:1.487425rem;text-align:left;text-align-last:left;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; }
#dXru9lAhKIgqsLpdXp1g3w7E4aVNchs5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.537109375rem;left:9.5625rem; }
#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .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); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { border-width: 0; border-radius: 0; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.875rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.4375rem;left:22.625rem;height:4.19860625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.4375rem;left:60.125rem;height:4.19860625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:41.375rem;height:2.799075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { 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:3.8125rem;width:12.125rem;top:3.875rem;left:22.0625rem;overflow:hidden;display:block; }
#OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.9375rem;top:3.5rem;left:4.9375rem;overflow:hidden;display:block; }
#TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.5625rem;top:2.6875rem;left:42.125rem;overflow:hidden;display:block; }
#Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.8125rem;top:3.6875rem;left:60.75rem;overflow:hidden;display:block; }
#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f1121f4-dad1-4880-ba8a-21a054c68714/LPimagesGeneral.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.adaptive-delivery-prevent-bg, #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.lazyload, #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.lazyloading { background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { background-color: transparent; background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .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); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { border-width: 0; border-radius: 0; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#guV9ErT7kFloFLQN93N563tSOfEcV5kP { color:#001342;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:5.5rem;height:19.338875rem;text-align:left;text-align-last:left;display:none; }
#klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { color:#001342;display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0614013671875rem;left:2.718505859375rem;height:22.7465875rem;text-align:left;text-align-last:left;display:block; }
#wZp1PmrJ5hf0Gr9FovqK17FXdAxK6Bct { color:#2f2f2f;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.9375rem;left:2.71875rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJXUkaaaGa8z2zFpTpOt1J918iFMUzdu { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.25rem;left:3rem;display:block; }
#SLoJ8USiRJ179ZNJ0FysaA5gLkuLo0XL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;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; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .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); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#2f2f2f;display:block;width:68.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.9371337890625rem;left:2.1875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkTRrzMTlP3Okz2d5bvJIzTaTMAZdOLT { color:#001342;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.812255859375rem;left:2.1875rem;height:6.906125rem;text-align:left;text-align-last:left;display:block; }
#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;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; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container { background-color: transparent; background-image: none; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container > .video-iframe-container { display: none; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row > .video-iframe-container { display: none; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .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); }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container { border-width: 0; border-radius: 0; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#BLF9Ufl6AnHQ4cpgJ2MNd6E2GOMwOvvC { box-sizing:content-box;height:16.625rem;width:17.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.8746337890625rem;left:1.312255859375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TiU3sBp2CrLloSSDsSG28BoS2bCA2FKp { box-sizing:content-box;height:16.625rem;width:17.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.8746337890625rem;left:19.874877929688rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#tn34Cb6G87l4pMNTCt5arAUaVt5Z7fw1 { box-sizing:content-box;height:16.5rem;width:17.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.8746337890625rem;left:38.312377929688rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TkXraIcnaqpwS2a8nDIzqUZpzySi67p2 { box-sizing:content-box;height:16.3125rem;width:17.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.8746337890625rem;left:56.68701171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#lDAaL4qKTAbfo2JbhOskTAgDpe1VKF3A { color:#2f2f2f;display:block;width:10.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.22;letter-spacing:0;top:2.5rem;left:7.8125rem;height:5.0317375rem;display:block; }
#fQE5GipuS4WpbbT109A32fnsliCVspQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.186375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.499755859375rem;left:2.750244140625rem;height:6.906125rem;display:block; }
#I8IyMI0mMpNZu57zbnrZJnPr3dlad1X1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.1875rem;left:3.5rem; }
#xdn6FCbiqTGKMqCXCmuNU2i1QOJu6JCf { color:#2f2f2f;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.22;letter-spacing:0;top:2.5rem;left:26.37451171875rem;height:4.573975rem;display:block; }
#QxWpkd0TvUoSUBimBUKJC2TOPUHeZJvR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.499755859375rem;left:21.312866210938rem;height:4.143675rem;display:block; }
#LwWIAAicvwHTgnmkXmdCu8VBHJqTqI5Q { color:#2f2f2f;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.22;letter-spacing:0;top:2.5rem;left:44.874877929688rem;height:4.573975rem;display:block; }
#wdbx5LbEhgSZpPTuMLEsOGgUf166M44z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.499755859375rem;left:40.289916992188rem;height:4.143675rem;display:block; }
#Hov2dbGKA1xCBOnaeev3UT2W3HlWESGe { color:#2f2f2f;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.22;letter-spacing:0;top:2.4993896484375rem;left:63.35205078125rem;height:3.04931875rem;display:block; }
#gb0nstFe2Lao0CTJJ9mkTvHrqMDe92xG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.499755859375rem;left:58.125rem;height:4.143675rem;display:block; }
#monXzFdzcTJcieR1pEHg9ZcLGVzp74uU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.1875rem;left:21.75rem; }
#dWQrFvl5kNI0pUEZG0ywI004CQNh47N8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.1875rem;left:40.4375rem; }
#gFQK2rLlJXn7ywE7ZmdFCq9xE3ivm7J9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.1875rem;left:58.75rem; }
#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f7aade25-7faf-4c46-91e2-eb585bcd1a11/LPimagesGeneral1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn.adaptive-delivery-prevent-bg, #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn.lazyload, #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn.lazyloading { background-image: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { background-color: transparent; background-image: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container > .video-iframe-container { display: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row > .video-iframe-container { display: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .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); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { border-width: 0; border-radius: 0; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#h2ZeFq75V5Lg76ETl7UiJCJfnF7whc33 { color:#ffffff;display:block;width:60.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:5.3118896484375rem;left:7.3114013671875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbAbReyRZbtzIWsKTFNamD76cpF7US6q { color:#ffffff;display:block;width:51.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.342529296875rem;left:11.8115234375rem;height:4.143675rem;text-align:center;text-align-last:center;display:block; }
#udo8nRc7cAIJBpx8s0zI9pC0tn2oqBKl { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.396606445312rem;left:29.84375rem;display:block; }
#ZSKieoJebOw9BPp5LmN6wcSpFR1hB9Po { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZStH8PUEXTRK36yKTkqdLixFRHutyTcB { color:#ffffff;display:block;width:60.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:8.0609130859375rem;left:7.3126220703125rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;background-image:url("https://images.assets-landingi.com/uc/bf067785-94d0-4e3c-9ea6-f966a2aa8ebf/LPimagesGeneral2.jpg");background-position:top 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; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.adaptive-delivery-prevent-bg, #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.lazyload, #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.lazyloading { background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { background-color: transparent; background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .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); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { border-width: 0; border-radius: 0; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#P7kZec66vOS5licUTDIwgh3hKT96NTpN { color:#2f2f2f;display:block;width:49.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:5.687255859375rem;left:12.529907226562rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHQ3b6Ta0Pl1e7WooMLe8nqTxTHl0AUc { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.999145507812rem;left:29.84375rem;display:block; }
#c1VfQBzdtlEcn30TkcHL4TNyzq2BtGLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hoD8UCgTIMmvAFPZ2kgHm0XfEsefD6Sk { color:#000000;display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.352172851562rem;left:16.875rem;height:9.668575rem;text-align:center;text-align-last:center;display:block; }
#h9uQAarNP7656T12FSD05418hewECFDP { position:relative;display:block; }#h9uQAarNP7656T12FSD05418hewECFDP { background-color: transparent; background-image: none; }#h9uQAarNP7656T12FSD05418hewECFDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .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); }#h9uQAarNP7656T12FSD05418hewECFDP { border-width: 0; border-radius: 0; }#h9uQAarNP7656T12FSD05418hewECFDP > .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; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#k7rd6KzKW9t2FkQr60OmWzq0KqQF1Wa7 { color:#001342;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.0625rem;height:6.906125rem;text-align:left;text-align-last:left;display:block; }
#EcbP4TETBfAKItHgtqTWsyWHnISTfdym { color:#2f2f2f;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6rem;left:3.0625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKydTewKVSqchv6zxrOTw98SJJ1OeZqX { color:#001342;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.1875rem;left:4.5625rem;height:1.381225rem;text-align:left;text-align-last:left;display:block; }
#guvcKt42MhioaTiZ5cT3w4O9bkus9azQ { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.625rem;left:3.125rem;display:block; }
#L1M3GrdFvai47SonZa6na8cQshnklUV9 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:3.125rem;display:block; }
#WFaTxsCbbt6GvMxLct3LBrLAwzCOLThE { color:#001342;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.5625rem;height:1.381225rem;text-align:left;text-align-last:left;display:block; }
#VkPLqQ5T1eFngl8doA4h6PWnyUQKFfFB { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5625rem;left:3.125rem;display:block; }
#i20h4vovSNnIScoQQ35d4TL0Jidq0222 { color:#001342;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:24.125rem;left:4.5625rem;height:1.381225rem;text-align:left;text-align-last:left;display:block; }
#oneCA85aiexii9G8bJdux15NdBPHtA3U { color:#001342;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.0625rem;height:2.76245rem;text-align:left;text-align-last:left;display:block; }
#UCOArnZalZ1syz8WdOlAyyCOCcWGSG1P { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.625rem;width:35.4375rem;top:6.75rem;left:39.5625rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iEriTofv7FOqGkarGapogWtGlRSnTHwe { color:rgba(var(--color-secondary-2),1);display:block;width:7.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:67.625rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#w6k6W0X4RyFv5qdXfIw5BmEWpNxNZWt4 { color:rgba(var(--color-secondary-2),1);display:block;width:7.06175rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.375rem;left:60.0625rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#ezCGWxgd3N0uh4ZmSgcSCWNJlMySetR3 { color:rgba(var(--color-secondary-2),1);display:block;width:25.687rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.69970703125rem;left:49.31298828125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#c6olNgy50p6hPhaEKpBRoUWES5fdJNT8 { color:rgba(var(--color-secondary-2),1);display:block;width:7.749rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.375rem;left:51.25rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#QKxWbFMwCCUVidyOPC45XSyt0a1V2FTi { color:rgba(var(--color-secondary-2),1);display:block;width:25.687rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.2685546875rem;left:26.1875rem;height:3.8983125rem;text-align:center;text-align-last:center;display:block; }
#Egtp3pHFp1eFTTB3BqqLFUJCX7ZKt8wB { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.3125rem;left:59.5rem;display:block; }
#ma6hzUiIsGhZTzTHa7diqcryAcPhusfw { box-sizing:content-box;height:1.25rem;width:0.124511875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.3125rem;left:67.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz { display:block; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRuz0vrT0osiCkJTZTXpQBA6CorOCD4v { top:2.25rem;left:20.28125rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7  { width:23.125rem;height:auto;top:10.3125rem;left:22.125rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 {display:block;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 { width:23.125rem;height:auto;top:10.3125rem;left:22.125rem; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #XQizAVesOOlJ060WSsAJTquvsTWlbne2 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #lQhvqvVlXo5LrsvP0LRwIRPpfukqKQCk {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OaFys9U8GyVWrdIgxfdmXG9VaVmHglb4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #Sd9tUSUacPgiKMdOA1EIQoShcwrm2m9T {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #SxHcDMUBb1L7ZlthLpJOh4xEO8CGq1qn {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #pc6GfA5Goand7lDUdCa3VqdVImy8rAxT {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #fRLck2nO8BgF8lrTAZQw5Vdh8NHA0Fty {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #VZ0TcWQs45r92b0XaCaTEVO1RdO5BFlq {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #vLHQ8UpUr5qleBMFO6AOnIVKpE1gKLdm {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TPHUkC92eATSqXquTBryPu0Q1AkTAltb {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #QVi87reQcTiUR8y1OxeXh35CLOrElsiX {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #IAcamGoIam1IhCJ3JhDMl9Hm1FK24ac4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #iR2qizq2cflGtLuMbmFeQNETT1teOiRq {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TzZGS4FtHTfJby4lMKpcZg7iUGmER1TL {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #aumahb7ST5u47qFexFRTJ8i8grJfC4lG {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #STBTQOoUEUBEVFRFdTVJsQ2q82841PuZ {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #ysuFkyHePrdJRm9BPzLRKJx06ZuPZcIc {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #rmwlPzNGzOdw2gkfqAgXgtpTBxTGnbJ2 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #T1NTKkbfJZhieBml4nuqoZmWVITe29g1 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OKKusfXUHocA1oid82vHmtn9irZNB1rm {  }
 }@media only screen and (max-width: 763px) { #TaBkAf4IBX40trARZdvRfL7nfTw8Rctz { top:12.375rem;left:0rem;width:33.25rem;height:11.8125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFZbFvAFirCZI4TBKz5PXqxaZmmJ6Hea { width:31.0625rem;height:3.5625rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxNvikqU9uJbJSdl7DC8aCOHc0srMVoC { width:31.0625rem;height:;top:25.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXBR8oXJTDNhr2TuvaKkZsMDaTNRUdsf { width:31.0625rem;height:1.4375rem;top:27.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXru9lAhKIgqsLpdXp1g3w7E4aVNchs5 { top:27.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { top:10.8125rem;left:0.46875rem;width:11rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { top:9.4375rem;left:12.40625rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { top:9.4375rem;left:36.28125rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { top:10.125rem;left:24.34375rem;width:11rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { top:3.875rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { top:3.5rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { top:2.6875rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { top:3.6875rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #guV9ErT7kFloFLQN93N563tSOfEcV5kP { top:11.5rem;left:0rem;width:29.5rem;height:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { top:6rem;left:0rem;width:31.0625rem;height:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZp1PmrJ5hf0Gr9FovqK17FXdAxK6Bct { top:1.875rem;left:0rem;width:32rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXUkaaaGa8z2zFpTpOt1J918iFMUzdu { width:15.3125rem;height:3.75rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoJ8USiRJ179ZNJ0FysaA5gLkuLo0XL { display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:4.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTRrzMTlP3Okz2d5bvJIzTaTMAZdOLT { top:8.75rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 { display:block; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLF9Ufl6AnHQ4cpgJ2MNd6E2GOMwOvvC { top:0.8125rem;left:0rem;width:17.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiU3sBp2CrLloSSDsSG28BoS2bCA2FKp { top:0.8125rem;left:6.2498779296875rem;width:17.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn34Cb6G87l4pMNTCt5arAUaVt5Z7fw1 { top:0.8125rem;left:24.687377929688rem;width:17.0625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXraIcnaqpwS2a8nDIzqUZpzySi67p2 { top:0.8125rem;left:30.6875rem;width:17.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDAaL4qKTAbfo2JbhOskTAgDpe1VKF3A { top:2.5rem;left:0rem;width:10.5rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQE5GipuS4WpbbT109A32fnsliCVspQQ { top:8.4375rem;left:0rem;width:14.125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IyMI0mMpNZu57zbnrZJnPr3dlad1X1 { top:3.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdn6FCbiqTGKMqCXCmuNU2i1QOJu6JCf { top:2.5rem;left:12.74951171875rem;width:9.1875rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxWpkd0TvUoSUBimBUKJC2TOPUHeZJvR { top:8.4375rem;left:7.6878662109375rem;width:14.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwWIAAicvwHTgnmkXmdCu8VBHJqTqI5Q { top:2.5rem;left:31.249877929688rem;width:9.5rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdbx5LbEhgSZpPTuMLEsOGgUf166M44z { top:8.4375rem;left:26.664916992188rem;width:14.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hov2dbGKA1xCBOnaeev3UT2W3HlWESGe { top:2.4375rem;left:37rem;width:10.75rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0nstFe2Lao0CTJJ9mkTvHrqMDe92xG { top:8.4375rem;left:33.625rem;width:14.125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #monXzFdzcTJcieR1pEHg9ZcLGVzp74uU { top:3.1875rem;left:8.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWQrFvl5kNI0pUEZG0ywI004CQNh47N8 { top:3.1875rem;left:26.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFQK2rLlJXn7ywE7ZmdFCq9xE3ivm7J9 { top:3.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn { display:block; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2ZeFq75V5Lg76ETl7UiJCJfnF7whc33 { top:5.25rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbAbReyRZbtzIWsKTFNamD76cpF7US6q { top:12.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udo8nRc7cAIJBpx8s0zI9pC0tn2oqBKl { width:15.3125rem;height:3.75rem;top:18.375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKieoJebOw9BPp5LmN6wcSpFR1hB9Po { display:block; }
 }@media only screen and (max-width: 763px) { #ZStH8PUEXTRK36yKTkqdLixFRHutyTcB { top:8rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7kZec66vOS5licUTDIwgh3hKT96NTpN { top:5.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHQ3b6Ta0Pl1e7WooMLe8nqTxTHl0AUc { width:15.3125rem;height:3.75rem;top:20.9375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1VfQBzdtlEcn30TkcHL4TNyzq2BtGLf { display:block; }
 }@media only screen and (max-width: 763px) { #hoD8UCgTIMmvAFPZ2kgHm0XfEsefD6Sk { top:10.3125rem;left:3.25rem;width:41.25rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9uQAarNP7656T12FSD05418hewECFDP { display:block; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7rd6KzKW9t2FkQr60OmWzq0KqQF1Wa7 { top:9.8125rem;left:0rem;width:28.4375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcbP4TETBfAKItHgtqTWsyWHnISTfdym { top:6rem;left:0rem;width:24.0625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKydTewKVSqchv6zxrOTw98SJJ1OeZqX { top:19.1875rem;left:0rem;width:24.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvcKt42MhioaTiZ5cT3w4O9bkus9azQ { top:19.625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1M3GrdFvai47SonZa6na8cQshnklUV9 { top:22rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFaTxsCbbt6GvMxLct3LBrLAwzCOLThE { top:21.5625rem;left:0rem;width:24.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPLqQ5T1eFngl8doA4h6PWnyUQKFfFB { top:24.5625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20h4vovSNnIScoQQ35d4TL0Jidq0222 { top:24.125rem;left:0rem;width:24.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oneCA85aiexii9G8bJdux15NdBPHtA3U { top:27.6875rem;left:0rem;width:27.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOArnZalZ1syz8WdOlAyyCOCcWGSG1P { top:6.75rem;left:12.3125rem;width:35.4375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iEriTofv7FOqGkarGapogWtGlRSnTHwe { top:4.375rem;left:40.375rem;width:7.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6k6W0X4RyFv5qdXfIw5BmEWpNxNZWt4 { top:4.375rem;left:40.75rem;width:7rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCGWxgd3N0uh4ZmSgcSCWNJlMySetR3 { top:1.6875rem;left:22.125rem;width:25.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6olNgy50p6hPhaEKpBRoUWES5fdJNT8 { top:4.375rem;left:37.625rem;width:7.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxWbFMwCCUVidyOPC45XSyt0a1V2FTi { top:2.25rem;left:12.5625rem;width:25.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egtp3pHFp1eFTTB3BqqLFUJCX7ZKt8wB { top:4.3125rem;left:45.875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6hzUiIsGhZTzTHa7diqcryAcPhusfw { top:4.3125rem;left:47.6875rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f2f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/015f5809-ce53-4512-83c5-7d4c6c361e91/14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz.adaptive-delivery-prevent-bg, #kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz.lazyload, #kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz.lazyloading { background-image: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container { background-color: transparent; background-image: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container > .video-iframe-container { display: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row > .video-iframe-container { display: none; }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .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); }#kWWAzsKb33kTmTOlCoO3aSGoi6rCZqSz > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRuz0vrT0osiCkJTZTXpQBA6CorOCD4v { width:6.1875rem;height:2.25rem;top:2.28125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:first-of-type{padding-top:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:last-of-type{padding-bottom:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7  { width:17.5rem;height:auto;top:28.12353515625rem;left:0rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 {display:block;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 { width:17.5rem;height:auto;top:28.12353515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #XQizAVesOOlJ060WSsAJTquvsTWlbne2 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #lQhvqvVlXo5LrsvP0LRwIRPpfukqKQCk {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OaFys9U8GyVWrdIgxfdmXG9VaVmHglb4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #Sd9tUSUacPgiKMdOA1EIQoShcwrm2m9T {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #SxHcDMUBb1L7ZlthLpJOh4xEO8CGq1qn {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #pc6GfA5Goand7lDUdCa3VqdVImy8rAxT {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #fRLck2nO8BgF8lrTAZQw5Vdh8NHA0Fty {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #VZ0TcWQs45r92b0XaCaTEVO1RdO5BFlq {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #vLHQ8UpUr5qleBMFO6AOnIVKpE1gKLdm {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TPHUkC92eATSqXquTBryPu0Q1AkTAltb {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #QVi87reQcTiUR8y1OxeXh35CLOrElsiX {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #IAcamGoIam1IhCJ3JhDMl9Hm1FK24ac4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #iR2qizq2cflGtLuMbmFeQNETT1teOiRq {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TzZGS4FtHTfJby4lMKpcZg7iUGmER1TL {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #aumahb7ST5u47qFexFRTJ8i8grJfC4lG {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #STBTQOoUEUBEVFRFdTVJsQ2q82841PuZ {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #ysuFkyHePrdJRm9BPzLRKJx06ZuPZcIc {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #rmwlPzNGzOdw2gkfqAgXgtpTBxTGnbJ2 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #T1NTKkbfJZhieBml4nuqoZmWVITe29g1 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OKKusfXUHocA1oid82vHmtn9irZNB1rm {  }
 }@media only screen and (max-width: 763px) { #TaBkAf4IBX40trARZdvRfL7nfTw8Rctz { width:19.6875rem;height:7.875375rem;top:9.716796875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFZbFvAFirCZI4TBKz5PXqxaZmmJ6Hea { width:20rem;height:2.5rem;top:7.216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxNvikqU9uJbJSdl7DC8aCOHc0srMVoC { width:20rem;height:3.57421875rem;top:18.341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:300;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AXBR8oXJTDNhr2TuvaKkZsMDaTNRUdsf { width:15.1875rem;height:2.97485625rem;top:23.2607421875rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dXru9lAhKIgqsLpdXp1g3w7E4aVNchs5 { display:flex;width:1.875rem;height:1.875rem;top:23.0107421875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { background-color:#ffffff;background-image:none;display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .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); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { width:7.125rem;height:1.3999rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { width:11rem;height:3.8983125rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { width:11rem;height:3.8983125rem;top:14.75rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { width:7.125rem;height:2.598875rem;top:15.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { width:6.1875rem;height:4rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { width:7rem;height:2.9375rem;top:10.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { background-color:#ffffff;background-image:none;display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { background-color: transparent; background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .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); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { top:1.8125rem;left:0rem;width:20rem;height:20rem;z-index:15008;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guV9ErT7kFloFLQN93N563tSOfEcV5kP { width:20rem;height:23.3876625rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { width:20rem;height:23.389875rem;top:26.435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wZp1PmrJ5hf0Gr9FovqK17FXdAxK6Bct { width:20rem;height:1.71875rem;top:23.80859375rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OJXUkaaaGa8z2zFpTpOt1J918iFMUzdu { width:12.625rem;height:3.1875rem;top:51.7939453125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoJ8USiRJ179ZNJ0FysaA5gLkuLo0XL { display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:20rem;height:3.4375rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkTRrzMTlP3Okz2d5bvJIzTaTMAZdOLT { width:20rem;height:12.994375rem;top:7.21875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 { display:block; }#VuKQmHrmcMfgyanJJ4bcCCAUHRLWtBH9 > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLF9Ufl6AnHQ4cpgJ2MNd6E2GOMwOvvC { width:17.0625rem;height:15.625rem;top:1.25rem;left:1.4373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiU3sBp2CrLloSSDsSG28BoS2bCA2FKp { width:17.0625rem;height:14.1875rem;top:17.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn34Cb6G87l4pMNTCt5arAUaVt5Z7fw1 { width:17.0625rem;height:14.125rem;top:32.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXraIcnaqpwS2a8nDIzqUZpzySi67p2 { width:17.0625rem;height:14.5625rem;top:47.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDAaL4qKTAbfo2JbhOskTAgDpe1VKF3A { width:10.499875rem;height:5.0317375rem;top:2.872802734375rem;left:7.97607421875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQE5GipuS4WpbbT109A32fnsliCVspQQ { width:14.12475rem;height:6.4971875rem;top:8.90380859375rem;left:2.87451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IyMI0mMpNZu57zbnrZJnPr3dlad1X1 { display:flex;width:3.0625rem;height:3.0625rem;top:3.59814453125rem;left:3.62451171875rem; }
 }@media only screen and (max-width: 763px) { #xdn6FCbiqTGKMqCXCmuNU2i1QOJu6JCf { width:10.499875rem;height:5.0317375rem;top:19.25rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxWpkd0TvUoSUBimBUKJC2TOPUHeZJvR { width:14.12475rem;height:5.19775625rem;top:25.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwWIAAicvwHTgnmkXmdCu8VBHJqTqI5Q { width:10.437rem;height:5.0317375rem;top:34.125rem;left:8.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdbx5LbEhgSZpPTuMLEsOGgUf166M44z { width:14.124125rem;height:5.19775625rem;top:39.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hov2dbGKA1xCBOnaeev3UT2W3HlWESGe { width:10.37475rem;height:6.709rem;top:49.125rem;left:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0nstFe2Lao0CTJJ9mkTvHrqMDe92xG { width:14.124125rem;height:3.8983125rem;top:56.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #monXzFdzcTJcieR1pEHg9ZcLGVzp74uU { display:flex;width:3.0625rem;height:3.0625rem;top:20rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #dWQrFvl5kNI0pUEZG0ywI004CQNh47N8 { display:flex;width:3.125rem;height:3.125rem;top:34.875rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #gFQK2rLlJXn7ywE7ZmdFCq9xE3ivm7J9 { display:flex;width:3.125rem;height:3.125rem;top:49.875rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn { display:block; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2ZeFq75V5Lg76ETl7UiJCJfnF7whc33 { width:19.6875rem;height:3.71215625rem;top:3rem;left:0.0625rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbAbReyRZbtzIWsKTFNamD76cpF7US6q { width:20rem;height:7.796625rem;top:9.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #udo8nRc7cAIJBpx8s0zI9pC0tn2oqBKl { width:12.6245rem;height:3.18725625rem;top:18.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKieoJebOw9BPp5LmN6wcSpFR1hB9Po { display:block; }
 }@media only screen and (max-width: 763px) { #ZStH8PUEXTRK36yKTkqdLixFRHutyTcB { width:20rem;height:1.23730625rem;top:7rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7kZec66vOS5licUTDIwgh3hKT96NTpN { width:20rem;height:3.848875rem;top:2.75rem;left:0rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHQ3b6Ta0Pl1e7WooMLe8nqTxTHl0AUc { width:12.6245rem;height:3.18725625rem;top:20.625rem;left:3.6865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1VfQBzdtlEcn30TkcHL4TNyzq2BtGLf { display:block; }
 }@media only screen and (max-width: 763px) { #hoD8UCgTIMmvAFPZ2kgHm0XfEsefD6Sk { width:20rem;height:11.69494375rem;top:7.874755859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #h9uQAarNP7656T12FSD05418hewECFDP { background-color:rgba(var(--color-tertiary-0),1);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; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { background-color: transparent; background-image: none; }#h9uQAarNP7656T12FSD05418hewECFDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .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); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { border-width: 0; border-radius: 0; }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7rd6KzKW9t2FkQr60OmWzq0KqQF1Wa7 { width:20rem;height:7.79663125rem;top:6.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EcbP4TETBfAKItHgtqTWsyWHnISTfdym { width:20rem;height:1.71875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKydTewKVSqchv6zxrOTw98SJJ1OeZqX { width:14.5625rem;height:1.29980625rem;top:16.25rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #guvcKt42MhioaTiZ5cT3w4O9bkus9azQ { width:0.5625rem;height:0.5625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1M3GrdFvai47SonZa6na8cQshnklUV9 { width:0.5625rem;height:0.5625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFaTxsCbbt6GvMxLct3LBrLAwzCOLThE { width:19.125rem;height:2.598875rem;top:18.625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VkPLqQ5T1eFngl8doA4h6PWnyUQKFfFB { width:0.5625rem;height:0.5625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20h4vovSNnIScoQQ35d4TL0Jidq0222 { width:19rem;height:2.598875rem;top:21.375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oneCA85aiexii9G8bJdux15NdBPHtA3U { width:20rem;height:3.8983125rem;top:25.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UCOArnZalZ1syz8WdOlAyyCOCcWGSG1P { width:20rem;height:13.333rem;top:33.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:22rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid rgba(47,47,47,0.52);border-left:0.0625rem solid rgba(47,47,47,0.52);border-right:0.0625rem solid rgba(47,47,47,0.52);border-bottom:0.0625rem solid rgba(47,47,47,0.52);display:block; }
 }@media only screen and (max-width: 763px) { #iEriTofv7FOqGkarGapogWtGlRSnTHwe { width:10rem;height:1.13769375rem;top:15.4375rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6k6W0X4RyFv5qdXfIw5BmEWpNxNZWt4 { width:7.062375rem;height:1.13769375rem;top:18.8125rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCGWxgd3N0uh4ZmSgcSCWNJlMySetR3 { width:10.812375rem;height:2.2753875rem;top:5.3302001953125rem;left:4.59228515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6olNgy50p6hPhaEKpBRoUWES5fdJNT8 { width:6.3745rem;height:1.13769375rem;top:17.1875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxWbFMwCCUVidyOPC45XSyt0a1V2FTi { width:20rem;height:3.41308125rem;top:8.7493896484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Egtp3pHFp1eFTTB3BqqLFUJCX7ZKt8wB { width:0.0625rem;height:1.25rem;top:4.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma6hzUiIsGhZTzTHa7diqcryAcPhusfw { width:0.0625rem;height:1.25rem;top:4.3125rem;left:9.9375rem;display:none; }
 }