.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:244,239,233;--color-primary-1:219,200,183;--color-primary-2:183,145,111;--color-primary-3:92,73,56;--color-primary-4:27,22,17;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:132,132,132;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:3.5rem;left:44.75rem;display:block; }
#PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { position:absolute;display:block;z-index:15014;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:5.1875rem;width:10.5rem;top:0.65625rem;left:1.6259765625rem;overflow:hidden;display:block; }
#xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15015;top:1.0625rem;left:42.4375rem; }
#TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15000;top:3.375rem;left:42.4375rem; }
#BzEaFBTJ4X38NqqUE9EAHJJogTLM8Twy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.75rem;height:1.25rem;display:none; }
#ECNJLVqEm7C01VOQl4p3TUWCvBStZsTf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:0.65625rem;left:44.75rem;height:1.29980625rem;display:block; }
#W1Q6iWKwm9RDyiHtHnw6yOGPLJWUt96x { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.75rem;height:1.25rem;display:none; }
#lGGJbpyaNhKpw3KArxMI86SbKhUzWfiL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:44.75rem;height:1.29980625rem;display:block; }
#wbtAZtWnqfJnlSdUOdV17hhBHP2pOXBL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15015;top:1.0625rem;left:42.4375rem;display:none; }
#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3e2c6db-c5b1-4b73-a95e-b175296072a9/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:26.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-primary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0.0625rem;height:3.29980625rem;text-align:center;text-align-last:center;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; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;text-shadow:1.1875rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),1);top:12.0625rem;left:0.0625rem;height:6.75rem;text-align:center;text-align-last:center;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; }
#l8NswTDSDg5EInzwqB17liz2GK8TrP3z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.875rem;left:20.40625rem;display:block; }
#vygufNemTrstJPtb3i9rEi2ZTCm6qbf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I5T7RIC1Li4vc1lEzsEUut2uKweT0Qy4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#b9LATgNwlBA1JGNwfgow7TCMdTIaSWyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { background-color: transparent; background-image: none; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container > .video-iframe-container { display: none; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row > .video-iframe-container { display: none; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .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); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { border-width: 0; border-radius: 0; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#DShrndkUTptVc5DyQuFxT7LhP8h7UIqW { color:rgba(var(--color-primary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.78125rem;left:1.75rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HuWWJmhRERuMIRBMxZ635UxnSQ0sbK2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.5rem;left:2.4375rem; }
#oWHS6CvHKLeCf273L0LezyRCx8qDNPAJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.34375rem;left:14.0625rem; }
#whbeIeZv4KlAfC4Sm7DAg4su93iLibwF { color:rgba(var(--color-primary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.75rem;left:15.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJhgBD0IA9KffVE54LGaUrZtWyCdTCvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.3125rem;left:29.625rem; }
#WTaxR2omIz4QTLdhme1N02Xztas5qbOR { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.75rem;left:30.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AZPDpA1z5LxmSucTUqo8GAp3fOQWx6f5 { 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:15007;opacity:1;top:1.375rem;left:47.25rem; }
#oVWTdWzVouD7hOQKn3eO4l8nwG65bI6n { color:rgba(var(--color-primary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.75rem;left:49.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { background-color: transparent; background-image: none; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container > .video-iframe-container { display: none; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row > .video-iframe-container { display: none; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .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); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { border-width: 0; border-radius: 0; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#iVeCXUxltViad3XHh0owIfyt8r8gxdQz { color:rgba(var(--color-primary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.75rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;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; }
#pMAf3I4iO7xMXTJVBomnEufDggFT4JJF { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.1875rem;top:8.25rem;left:24.90625rem;display:block; }
#C39QmrlcMe6UeKXDuesFkOQLZcCllTnx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:4.59375rem;height:1.29980625rem;display:block; }
#lQaLV05X8lW1qCN2lP82w1TpMPyIcwxG { 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:15006;opacity:1;top:9.40625rem;left:1.53125rem; }
#Nux0FQonUT2x3gkHMNSIpH2aNkOU6ms0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.71923828125rem;left:1.53125rem;height:2.5996125rem;display:block; }
#Vg1U53Vt9HJLT8HQrWktIPzdDGwmTOBp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.2626953125rem;left:1.53125rem;height:3.41161875rem;display:block; }
#Q3gGTBFACC7dJR3NIGA3UcdAE8bwoNX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.44970703125rem;left:1.53125rem;height:2.11230625rem;display:block; }
#wLR7RBdo55Vns2nTTVz5au7oS2sbFzpR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.75rem;left:21.90625rem; }
#A2WvblwkXd6iRD95TPVRVo8ewVA6Nyur { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5625rem;left:21.9375rem;height:2.5996125rem;display:block; }
#PX6F80WAaGbWzv0EpbS4ME1P6L9rhclk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:21.9375rem;height:3.41161875rem;display:block; }
#d8XpJ5AVtBnoeC1lsI6xA7BAr4AleoSg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.25rem;left:21.9375rem;height:1.05615rem;display:block; }
#X6ftZ6zQbZMkBwGcSGvaVvJStABLErw6 { 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:15013;opacity:1;top:9.6875rem;left:41.0625rem; }
#JACm44pQp6CFmzngiW3KFxSmICS732Q3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.67333984375rem;left:41.4375rem;height:1.05615rem;display:block; }
#UBSQPLs0J8XD5zAFNyzRQraoQISzoggX { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.8623046875rem;left:41.4375rem;height:3.41161875rem;display:block; }
#FNyH3TSmAR5hCDigCeXFsOwE40KCWF5P { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.5625rem;left:41.0625rem;height:2.5996125rem;display:block; }
#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { background-color: transparent; background-image: none; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container > .video-iframe-container { display: none; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row > .video-iframe-container { display: none; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .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); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { border-width: 0; border-radius: 0; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#g3NRvCu1HescKzWhFH5c4QzqexnaIXMr { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.78125rem;left:4.46875rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { background-color: transparent; background-image: none; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container > .video-iframe-container { display: none; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row > .video-iframe-container { display: none; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .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); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { border-width: 0; border-radius: 0; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#W6k8vfziIc8WTy9cBDFcHZF86ExMfNQW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:39.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container { background-color: transparent; background-image: none; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container > .video-iframe-container { display: none; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row > .video-iframe-container { display: none; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .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); }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container { border-width: 0; border-radius: 0; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#tXf9hUEuUQPZW1qUq37oX7UnHII84wMb { color:rgba(var(--color-tertiary-4),1);display:block;width:56.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:2.84375rem;height:;display:block; }
#l4TkENneSldVRDzk5MpEdEPopR0OO9yg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { background-color: transparent; background-image: none; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container > .video-iframe-container { display: none; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row > .video-iframe-container { display: none; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .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); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { border-width: 0; border-radius: 0; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#dRWzdB6dEly9gqef66wfsT8VlElQWzIV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:8.875rem;width:13.5rem;top:1.40625rem;left:0.75rem;overflow:hidden;display:block; }
#fMdrkVb7DST1Q8vCRvX1iIngUhPMvkc6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.0625rem;top:1.25rem;left:15.96875rem;overflow:hidden;display:block; }
#uPTr9Hbf4s2cC3Au33mLMofvqUfJkqFs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:13.25rem;top:1.375rem;left:30.625rem;overflow:hidden;display:block; }
#FTL6EgrwsdpqqmnvXTQC68etFfwygdTe { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:8.875rem;width:13.3125rem;top:1.40625rem;left:45.125rem;overflow:hidden;display:block; }
#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { background-color: transparent; background-image: none; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container > .video-iframe-container { display: none; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row > .video-iframe-container { display: none; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .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); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { border-width: 0; border-radius: 0; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#NFAIikf68C8dGftbdVh4s3diRSATum20 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0.8125rem;height:3.57421875rem;display:block; }
#J5CLCkBnISUrOow0emsIsNFiKhX1gmqp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.15625rem;left:0.8125rem;height:7.7988375rem;display:block; }
#GHevsB7FMpISRIedcyx02TApXg8Imv9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:30.8125rem;height:;display:block; }
#IsDWnwFMGyyMAm2fqRDByzFPJwdSKbBe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:30.84375rem;height:7.7988375rem;display:block; }
#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container { background-color: transparent; background-image: none; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container > .video-iframe-container { display: none; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row > .video-iframe-container { display: none; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .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); }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container { border-width: 0; border-radius: 0; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#zQDNOqNn9hqpT66CMzRS0hG58K0xRTaS { color:rgba(var(--color-primary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;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; }
#X6Tpd8o48pIqQPNQbHtTciFutTUlpueu { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.1875rem;top:8.25rem;left:24.90625rem;display:block; }
#XMKGpnH2lG42vMbRXpLWHgAodGZnCyib { color:rgba(var(--color-tertiary-4),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:3.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HduukWK24mQpcUG7pmp30CQUsRy0M8ei { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13rem;left:1.1875rem;height:1.29980625rem;display:block; }
#OBFdhOnVCpXQivZWiHosCQB7Vt5osuMe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.5625rem;left:1.1875rem;height:3.41161875rem;display:block; }
#Is2aNx1kibp0tyK8q20nTtxZWVPIlUrf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.125rem;left:15.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#EaPySoLfhxWX20TCDv50DFkFvHkLSBaF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.125rem;height:3.41161875rem;display:block; }
#Z7J9Ehz5AGxU15spQ8d6G2d6CQDlZSaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.5rem;left:29.625rem;height:3.41161875rem;display:block; }
#C8SXA2Rr8C6dwhzl7LZdqHwSfiJJ0WBI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13rem;left:29.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yURckMSO3ootSBJrQnXLilXeSDSqrW6M { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13rem;left:45.3125rem;height:1.29980625rem;display:block; }
#WsWsZQwJGny9DDAM4ysmmBdeCQqhk18l { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.6875rem;left:45.375rem;height:3.41161875rem;display:block; }
#V8qMFhADSrhAIITb38RLEgofalqQDfIv { 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:15028;opacity:1;top:9.9375rem;left:1.1875rem; }
#BDiqsL41oPEkqdOulnbKOLSux093WADI { 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:15029;opacity:1;top:10.0625rem;left:15.125rem; }
#ENhMTmLimaAru5sh9fpVfpwuvC8S0FUC { 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:15030;opacity:1;top:9.9375rem;left:29.625rem; }
#ZZNZTeWtUUnNf4NgmTleT1UeyMIERRP1 { 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:15031;opacity:1;top:9.9375rem;left:45.3125rem; }
#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container { background-color: transparent; background-image: none; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container > .video-iframe-container { display: none; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row > .video-iframe-container { display: none; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .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); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container { border-width: 0; border-radius: 0; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#DMsBdcKLiw06q0z0ZIC38tTX6WGDGxex { color:rgba(var(--color-primary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.375rem;left:17.1875rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:#050b26;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.375rem;left:30.625rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.375rem;left:46.6875rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.9375rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y52v69t3xrZLT2PZAZue8synCGUdBRyU { position:absolute;display:block;z-index:15021;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:13.6875rem;width:13.6875rem;top:0.65625rem;left:0.65625rem;overflow:hidden;display:none; }
#qsB2tPphOZT0QfSunuQ65dsrgFu2IcFL { position:absolute;display:block;z-index:15022;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:13.6875rem;width:13.4375rem;top:0.90625rem;left:15.65625rem;overflow:hidden;display:none; }
#nkvIACe1RMpaNuLZJxNM5vaLRMBncO1C { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:0.90625rem;left:30.65625rem;overflow:hidden;display:none; }
#IAC4yvD9Fzk8TkgBbuPSpXTHpia1cJ7c { position:absolute;display:block;z-index:15024;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:13.6875rem;width:13.6875rem;top:0.90625rem;left:45.65625rem;overflow:hidden;display:none; }
#LO7K4ppINvDyAZDMknMg65k2siTdR0y5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.5rem;left:1.25rem;height:1.29980625rem;display:none; }
#L0IKJnbhsqosoLQvQiRCiJCiLU2V3VXi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.7998046875rem;left:1.25rem;height:2.5996125rem;display:none; }
#H81EhwB6bOLTfJVM06ICMmJWGSPkZr7N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.3994140625rem;left:1.25rem;height:2.5996125rem;display:none; }
#HWda6U1SchyS9xZaG2NV4VuJEW435l1r { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.9990234375rem;left:1.25rem;height:2.5996125rem;display:none; }
#FT2LKCorIDoNpHUQVJ3lUbWzFuOVBOao { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.5rem;left:16.25rem;height:1.29980625rem;display:none; }
#BOoEx6f92VK7roT9fUCg7Gi4ohNcp86k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.5rem;left:16.25rem;height:1.29980625rem;display:none; }
#C2FnGduyItclOJtpRbOQixTJuL6ALvdh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.8125rem;left:16.25rem;height:2.5996125rem;display:none; }
#hb0ginbsMQImDpt8E5XunVr5dl9GLys1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.375rem;left:16.25rem;height:1.29980625rem;display:none; }
#Wo84cHTKFdIncaCpJ7iALaSOQQpATIeu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.25rem;height:1.29980625rem;display:none; }
#WkNedzttTrOgNMSPhMnutfKvMEKSH7Mx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.5rem;left:16.25rem;height:1.29980625rem;display:none; }
#XWNKre97JQZmHVO16uSgUrGXd8Ix4JmE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.8125rem;left:16.25rem;height:2.5996125rem;display:none; }
#Q6tQJkftBoGCpZV6yS3LuIWHeEgrXlU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.375rem;left:16.25rem;height:1.29980625rem;display:none; }
#qlycSpO3vFb7mVxN49BbBy0sKcmN3AZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.25rem;height:1.29980625rem;display:none; }
#im4FsD7kTRCPiFKo4nKihuVhEaCotu1q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:20.76123046875rem;left:46.25rem;height:1.29980625rem;display:none; }
#EcXdf8z3Az8vCADINGUvNfxfb33STG3N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:18.13720703125rem;left:46.25rem;height:2.5996125rem;display:none; }
#PMZQ0XReeAbayF1b1tQh977cRtRTZriQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:16.8125rem;left:46.25rem;height:1.29980625rem;display:none; }
#yC1JbAevZ4ID0BoxRQP9El53c9ok7o3u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.5rem;left:46.25rem;height:1.29980625rem;display:none; }
#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container { background-color: transparent; background-image: none; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container > .video-iframe-container { display: none; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row > .video-iframe-container { display: none; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .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); }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container { border-width: 0; border-radius: 0; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#lL7X0JEyBwfWdXwETLpZL56L8Ib4O0BO { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:1.375rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RapmbrDGS89hLsmypxnCxIZOt7GCytT6 { color:#050b26;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.3125rem;left:30.5rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tTuZnp2iwwtfuiwa2lDPiuZXbIK3znLO { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.3125rem;left:46.8125rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qlPRHp8RcdcqTwTFnS7THy5aEawEEusD { position:absolute;display:block;z-index:15021;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:13.6875rem;width:13.6875rem;top:0.65625rem;left:0.65625rem;overflow:hidden;display:block; }
#mwammTk6umVhB0qugmlJqwubd6lpJB0D { position:absolute;display:block;z-index:15022;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:13.6875rem;width:13.4375rem;top:0.90625rem;left:15.65625rem;overflow:hidden;display:block; }
#sCuTqQyyAK7LDTes0WH54f0FztcxEpma { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:0.90625rem;left:30.65625rem;overflow:hidden;display:block; }
#B4vfnHT4s1sMpsHtC9C0biHoXHh2iPrT { position:absolute;display:block;z-index:15024;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:13.6875rem;width:13.6875rem;top:0.90625rem;left:45.65625rem;overflow:hidden;display:block; }
#aUlwMevpCooafATG8K7OFemEFq9GaLH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.5rem;left:1.25rem;height:1.29980625rem;display:block; }
#Kz5UUQ9CiAGWQrK7e9yEML4U0Xf1sZnD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.7998046875rem;left:1.25rem;height:2.5996125rem;display:block; }
#PunGfhTqcTs6IWeiy2Gec6WT6ToVAfV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.3994140625rem;left:1.25rem;height:2.5996125rem;display:block; }
#cCceczWLB1vpMq22d322wOxri7GC0712 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.9990234375rem;left:1.25rem;height:2.5996125rem;display:block; }
#ETG09bT1L6AVfxo7VCm9MXJw0GmnPKKc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.5rem;left:16.25rem;height:1.29980625rem;display:block; }
#araxKAxIQH3XwVPx0WFowb0oE63ruBR2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:16.8125rem;left:16.25rem;height:2.5996125rem;display:block; }
#C8HosIxxfclAsF8NKDbZJ4pMcmcV9GC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.375rem;left:16.25rem;height:1.29980625rem;display:block; }
#cBTf5OtAHtMe4WkCqTi36B3zStNshW7K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.25rem;height:1.29980625rem;display:block; }
#WzmnI3wFw7e6N2vxKrmUyKpCTpmJzQ2z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.6875rem;left:30.6875rem;height:1.29980625rem;display:block; }
#oeni2vFP1f6coEenB15E10lM9p8Xdq8x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:19.375rem;left:30.6875rem;height:1.29980625rem;display:block; }
#bIPFE61iBa4edfW80d1X8tKWDsZ9dZ6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.8125rem;left:30.6875rem;height:2.5996125rem;display:block; }
#OJnXgJWcxQdd0MPPRDT464RkW6PMtLQF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:15.5rem;left:30.6875rem;height:1.29980625rem;display:block; }
#dQ4soWEkilFwfPzLv9fEEIykmNWKcliP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:20.76123046875rem;left:46.25rem;height:1.29980625rem;display:block; }
#vK1BEN8FTQ7qV0AMNfeh1Q306k9dBBle { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:16.8125rem;left:46.25rem;height:1.29980625rem;display:block; }
#DuPS8DtVAOCoq9ZZToCZPuTdgqB7mu3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.5rem;left:46.25rem;height:1.29980625rem;display:block; }
#AX2JZTsRaSlL1WbylgMUwUEfUVUiCHNm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:18.13720703125rem;left:46.25rem;height:2.5996125rem;display:block; }
#csHGzWShh3CP4ORHLCEupX7M40XA70Pz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qnhCExlxWzJ6k5iXD8V1HCh3P3ZBq2RP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3e2c6db-c5b1-4b73-a95e-b175296072a9/2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa.adaptive-delivery-prevent-bg, #lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa.lazyload, #lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa.lazyloading { background-image: none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container { border-width: 0; border-radius: 0; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container { width:60rem;height:57.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#W0MQ6HzwEUimqWn3TCoGeNZnEZFJiHqH { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.1220703125rem;left:0.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QwpWD7fPHtmiZO2Xd3NE8aPUB2XbH6AI { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;text-shadow:1.1875rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),1);top:12.05859375rem;left:0.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbUF7mIe45PofM7cXiMAChvqW27n4NMT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:32.9375rem;width:34.5rem;top:19.623046875rem;left:12.78125rem;display:block; }
#MP3R25sEfnB1ZfTWJpQtXGp9aCGln31i { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.5rem;left:14.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A54hUvMbTkaEP6tl6oNH5nCFk8CFNCBD { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.3125rem;left:17.0625rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-form-header {  }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .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:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-text {padding-top: 0; padding-bottom: 0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-select {padding-top: 0; padding-bottom: 0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .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.5rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .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; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-container:first-of-type{padding-top:0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-container:last-of-type{padding-bottom:0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.5rem;left:18rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .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; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD {display:block;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.5rem;left:18rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #e9L3cRWXbb5zB23cyfXpJWzil2bqed4Q { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #p2kESe6Fmggocl1SrtIR0vfE0HZE5nUi { position:relative;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #zu5JEIzMcVEzaw5urzccADhKuIEDvT6L { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #TcHUPyMtMGzs1XhHTGffoODZFRC4kaTX { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #FkmKSn3Pr9oovgEf4Bn63Pr9SQ3MPgRr { position:relative;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #TxV2ORZJQQevqX3OoTDlDDl2crDfT6UT { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #Oa861vCDuytxrTxb5SaUPDQybTFUUyT0 { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #QcmgHrnlNlTzt6c5i7HxUp4qdLUbyJpS { position:relative;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #kI4JidS2o7Ml1npXaT0iTXJ3cN6AsUnv { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #THym0GTMHWatU4P6hH4RiablNpCCCNA6 { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #VArbld5bXpxiOlNOz72p8yHNLpHRomKT { position:relative;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #u7WnyQ5bAR5yuJWEJ8xFNnl6zMaTuPVd { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #mS2ws3UW0MUDauewWgRNGUknl8BezwU5 { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #FEeDSQTR8gkJ5cnbxeNpuOBOed303TNW { position:relative;z-index:2; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #O1o5itqvANle79E6guekkun80XPvKp2J { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #oAOqBBlN0haE3QldKA93T7EJ5zeL7Quc { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #Bdtx5hsrOzh9EoJQv0SiGiDdIpwNNFc2 { position:relative;z-index:2; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #T9PyBlSKiFO65MGUyEtEG0eid8Byeevk { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #CuuTceTCrwHldPwK7O0Kv115dP0ZhXsS { position:relative; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #DZGyKCNFXTsQCpBDPPhH1rdJGsXio74v { position:relative; }
#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0ecd49f-ccd8-4d57-ab56-cbf0fd8bfcac/7.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;position:relative;z-index:auto;display:block; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF.adaptive-delivery-prevent-bg, #TyPBFSabh3Z0B4Dk726oE847KNwpBVgF.lazyload, #TyPBFSabh3Z0B4Dk726oE847KNwpBVgF.lazyloading { background-image: none; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container { background-color: transparent; background-image: none; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container > .video-iframe-container { display: none; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row > .video-iframe-container { display: none; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .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); }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container { border-width: 0; border-radius: 0; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container { width:60rem;height:42.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GT7CQV7KDNLJi2BKF7y6hoBbBE1gELw7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:37.9375rem;width:34.5rem;top:2.375rem;left:14.125rem;display:block; }
#pr4Qy0RDRwzXomTETN9qdgu0FWSEwL5V { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:16.3125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCktBVNwFk9cEdKoQqNQtxIlDGqcWtD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:18.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-form-header {  }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .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:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-text {padding-top: 0; padding-bottom: 0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-select {padding-top: 0; padding-bottom: 0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .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.5rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .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; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-container:first-of-type{padding-top:0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-container:last-of-type{padding-bottom:0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9677734375rem;left:19.3427734375rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .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; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC {display:block;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.9677734375rem;left:19.3427734375rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #DRn3g8zZdLTfMzzEhun03sbvWqwsmsRk { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #BW5iivvQiGi4tt0ZC1iktOPvlVCbsV4z { position:relative;display:block; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #auoyOH0kPisfT9suwgOLayxqrVNNrKpL { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #hp4cZB6ALw06sBwiWOoZ7RXULXWsNsbO { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #n18EgL5UTbRRatt3XshRZJBgbosWrkIy { position:relative;display:block; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #zwHWXMTUFqdiir7EPO1eb46698ACuuAL { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #vf99IJLNWTU3fIDVKpnGATm0HJgQmTuf { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #vr75WDXyJbgMk9Rqv9z779pMiA01McUu { position:relative;display:block; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #bBlQd4AESDqFnx5bT2H9apl51yvnyszT { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #nLbtiUporfkeDPhlrSDp66FasnTomKKs { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #ZyQTCfP6Nba57p4ZG9z2mml3wJwg3ISx { position:relative;display:none; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #o5ex5A8uDvuIWLfAXpvyNQwuV8powMUp { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #pMo4nhQmNZeS9qZ9Ma4LmXAHzGuZteyP { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #ymZHV16q1T3zUcP0Makerv8CUkFeC5Rz { position:relative;z-index:2; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #P6iLsiSVbZN2zmeekGtwHCX2sJVBJW0V { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #skhXWnM1iHBSyTs282HbK50gTVCUuIQQ { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #e0D9aaNENHHByV0l002U1NAQTxeQRbpq { position:relative;z-index:2; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #OG4HRsq9gxMLKyD7KTfztGI0LksNsbto { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #dGbh0CF74yfkIsS2uSZ3vLoig74kb6UX { position:relative; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #OEDHfLPftgPXxqwwSDxdBbO8m3ODigTI { position:relative; }
#boK8Vptgwix8zFptU9HKuLIidG9Ku1hk { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LVeqEg1EnIbGafBvdTPvazI5Mu8tpNtn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2TBGGdlrhGwmX6HthwPnOtiNLXBZqRQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2.125rem;left:45.0625rem;height:1.25rem;display:none; }
#fIZHfgW9HlIpvggTgWlHUTP1x6Sdr1GU { color:rgba(var(--color-primary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:42.1875rem;left:1.09375rem;height:3.4121125rem;display:block; }
#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container { background-color: transparent; background-image: none; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container > .video-iframe-container { display: none; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row > .video-iframe-container { display: none; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .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); }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container { border-width: 0; border-radius: 0; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-trigger.adaptive-delivery-prevent-bg, #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-trigger.lazyload, #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-trigger.lazyloading { background-image: none; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT { box-sizing:content-box;height:auto;width:57.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.375rem;left:0.09375rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #F9mXJhRTmp9kkR2nPr1BxxHLk6vbFubT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #s8x5IAQeNhNAQdvIaR80bCyLIfPqAuTy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #hRNKw3cfygKO2utLeMiy2L4J7wwn3tbe { display:block;position:relative; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #dVl6RMZh6iF23faI8KAduTlZgX1kWAQn {  }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #TG93ZTf45ETqBsrHUh9xGWULbBr7h32d {  }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #nFTcJdQ8NvZrJGM51IPC6nlW5IpfI8ZD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #XyIce56FlhyTeKVGgPXCwbkRXX8xKoZh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #caOH2rQV3ftqmQZSRNQ2lPFDGZwByKLf { display:block;position:relative; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #MD0MlkmdP63fiwncc0kKbLa5UnwPFyRU {  }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #lxKmv8e85zOkKnCQrON6g5AA8fyAZGqi { display:none; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #wtOvGIIdCUWPgKkPcrh5OxBPcAkWgnTU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #BCcckkhlb3XTFAmmVKN1rLvVXQz2kVi5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #hCdOEtDC9DKWnzTfaKIV4Pb36KcqMUpK { display:block;position:relative; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #T1oSeQHrOcvQI4hwhBsJG0w8qUSeE17t {  }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #FDulopDGHp2ArFtT2TBL3RHxTP7sXJ1e { display:none; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #t4OOMEswdS7zHlVVNe0DTsn37khTxgDb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #xwuVN5N0Qzla5v2WzuLtVd2sxWee9SGu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #GhKIL3d8OMFphEPvCCn1JTinTUWpO8qi { display:block;position:relative; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #cS1DzKIP73aVTR8qIvAXbONTpVwMqBB1 {  }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #rH2T5o0VRIueJH3iDPtC35o0b6ecXwN4 { display:none; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #NOmG4ECUTItOsDdrsz9nXci6kTr57X9R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #zf7xfRvuOONTzT5yTrSheGpNDl7UoR8T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #PdEiKIV2osRcSoNVGByU6sCgWD6K4r7b { display:block;position:relative; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #KJRatqLfWeaSaa0dw1USAMg6rQ3oQl1T {  }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #E5gxLDTSZaXm9yNI43T2qsFNbLFITCGh { display:none; }
#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container { background-color: transparent; background-image: none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container > .video-iframe-container { display: none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row > .video-iframe-container { display: none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .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); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container { border-width: 0; border-radius: 0; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#r5hSGUiUi75pnpRhugI9LvahbS7xVEPl { position:absolute;display:block;z-index:15019;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:5.1875rem;width:10.5rem;top:1rem;left:1.5rem;overflow:hidden;display:block; }
#aHO3DTyTVDeCw9MEtyaNRlgDvfbTlhCy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15020;top:1.25rem;left:42.6875rem; }
#EgOTZ2ZL7iTO0F0QI84TZEgD9SlkmgT2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15005;top:4rem;left:42.6875rem; }
#Z7BupPDEAFHOL0P39a6Jn02Uau2Tycby { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:1.3125rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:4.3125rem;left:45.0625rem;display:block; }
#bTJioI4JJNiSPAiTKigKHpn81m56SWXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNM0HgmsQg5rywhTxy2dRQlnUKlcCnt2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.75rem;left:14.125rem;height:1.05615rem;display:block; }
#rRM0VhfEk9VUAIVmmI6TwzMchNf3KRFt { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.125rem;height:1.05615rem;display:block; }
#s3RsnAtBpQ4s3OI1IGi4780et9U3aXfJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.0625rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:2.21875rem;left:14.125rem;display:block; }
#hMdiTHodNLrTFHBeA8LrtnaGeLrQPTqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UAgfVCWJSp0iO6IpED5aZorDhp2JkWOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.75rem;left:45.0625rem;height:1.29980625rem;display:block; }
#X1Su13TuiazimbNnXXK37TyHrRTXKQl9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.75rem;height:1.25rem;display:none; }
#KfVRc3mXzMqqNFAcydpeOGE9iHTsg2fH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:45.0625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:13.875rem;height:1.3125rem;top:3.5rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:10.5rem;height:5.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:1.0625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { width:1.875rem;height:1.875rem;top:3.375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzEaFBTJ4X38NqqUE9EAHJJogTLM8Twy { top:1.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECNJLVqEm7C01VOQl4p3TUWCvBStZsTf { top:0.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Q6iWKwm9RDyiHtHnw6yOGPLJWUt96x { top:1.6875rem;left:8.75rem;width:5.25rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGGJbpyaNhKpw3KArxMI86SbKhUzWfiL { top:1.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbtAZtWnqfJnlSdUOdV17hhBHP2pOXBL { width:1.875rem;height:1.875rem;top:1.0625rem;left:36.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:47.75rem;height:6.75rem;top:12.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8NswTDSDg5EInzwqB17liz2GK8TrP3z { width:22.3125rem;height:2.75rem;top:20.875rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygufNemTrstJPtb3i9rEi2ZTCm6qbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #I5T7RIC1Li4vc1lEzsEUut2uKweT0Qy4 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #b9LATgNwlBA1JGNwfgow7TCMdTIaSWyL { display:block; }
 }@media only screen and (max-width: 763px) { #K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp { display:block; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DShrndkUTptVc5DyQuFxT7LhP8h7UIqW { width:12.375rem;height:1.0625rem;top:1.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWWJmhRERuMIRBMxZ635UxnSQ0sbK2z { top:1.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWHS6CvHKLeCf273L0LezyRCx8qDNPAJ { top:1.3125rem;left:7.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whbeIeZv4KlAfC4Sm7DAg4su93iLibwF { width:10.9375rem;height:1.125rem;top:1.75rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJhgBD0IA9KffVE54LGaUrZtWyCdTCvT { top:1.3125rem;left:23.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaxR2omIz4QTLdhme1N02Xztas5qbOR { width:15.0625rem;height:1.125rem;top:1.75rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPDpA1z5LxmSucTUqo8GAp3fOQWx6f5 { top:1.375rem;left:41.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVWTdWzVouD7hOQKn3eO4l8nwG65bI6n { width:9rem;height:1.125rem;top:1.75rem;left:38.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV { display:block; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVeCXUxltViad3XHh0owIfyt8r8gxdQz { width:47.75rem;height:2.375rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMAf3I4iO7xMXTJVBomnEufDggFT4JJF { width:10.1875rem;height:0.125rem;top:8.25rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C39QmrlcMe6UeKXDuesFkOQLZcCllTnx { top:5.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQaLV05X8lW1qCN2lP82w1TpMPyIcwxG { top:9.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nux0FQonUT2x3gkHMNSIpH2aNkOU6ms0 { top:12.6875rem;left:0rem;width:13.9375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1U53Vt9HJLT8HQrWktIPzdDGwmTOBp { top:14.25rem;left:0rem;width:14.375rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gGTBFACC7dJR3NIGA3UcdAE8bwoNX0 { top:18.4375rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLR7RBdo55Vns2nTTVz5au7oS2sbFzpR { top:9.75rem;left:15.78125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WvblwkXd6iRD95TPVRVo8ewVA6Nyur { top:12.5625rem;left:15.8125rem;width:15.0625rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6F80WAaGbWzv0EpbS4ME1P6L9rhclk { top:14.0625rem;left:15.8125rem;width:14.375rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XpJ5AVtBnoeC1lsI6xA7BAr4AleoSg { top:18.25rem;left:15.8125rem;width:12.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ftZ6zQbZMkBwGcSGvaVvJStABLErw6 { top:9.6875rem;left:34.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JACm44pQp6CFmzngiW3KFxSmICS732Q3 { top:17.625rem;left:35.25rem;width:12.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBSQPLs0J8XD5zAFNyzRQraoQISzoggX { top:13.8125rem;left:32.75rem;width:15rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNyH3TSmAR5hCDigCeXFsOwE40KCWF5P { top:12.5625rem;left:28.4375rem;width:19.3125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gucUE0P43RZeMeeHGnTgLzvLi1P0atDa { display:block; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3NRvCu1HescKzWhFH5c4QzqexnaIXMr { top:0.75rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy { display:block; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6k8vfziIc8WTy9cBDFcHZF86ExMfNQW { top:0rem;left:0rem;width:47.75rem;height:31.684114583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g { display:block; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXf9hUEuUQPZW1qUq37oX7UnHII84wMb { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TkENneSldVRDzk5MpEdEPopR0OO9yg { display:block; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRWzdB6dEly9gqef66wfsT8VlElQWzIV { top:1.375rem;left:0rem;width:13.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMdrkVb7DST1Q8vCRvX1iIngUhPMvkc6 { top:1.25rem;left:10.8125rem;width:13.0625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTr9Hbf4s2cC3Au33mLMofvqUfJkqFs { top:1.375rem;left:22.0625rem;width:13.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTL6EgrwsdpqqmnvXTQC68etFfwygdTe { top:1.375rem;left:31rem;width:13.3125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsyiq79XmDsqGN8Zxb8m3aOSze175HkV { display:block; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFAIikf68C8dGftbdVh4s3diRSATum20 { top:1.25rem;left:0rem;width:28.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CLCkBnISUrOow0emsIsNFiKhX1gmqp { top:6.125rem;left:0rem;width:28.3125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHevsB7FMpISRIedcyx02TApXg8Imv9Z { top:1.25rem;left:19.375rem;width:28.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDWnwFMGyyMAm2fqRDByzFPJwdSKbBe { top:5.5rem;left:19.4375rem;width:28.3125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x { display:block; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQDNOqNn9hqpT66CMzRS0hG58K0xRTaS { width:47.75rem;height:2.375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Tpd8o48pIqQPNQbHtTciFutTUlpueu { width:10.1875rem;height:0.125rem;top:8.25rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMKGpnH2lG42vMbRXpLWHgAodGZnCyib { top:5.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HduukWK24mQpcUG7pmp30CQUsRy0M8ei { top:13rem;left:0rem;width:13.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBFdhOnVCpXQivZWiHosCQB7Vt5osuMe { top:14.5625rem;left:0rem;width:12.875rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2aNx1kibp0tyK8q20nTtxZWVPIlUrf { top:13.125rem;left:9rem;width:13.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPySoLfhxWX20TCDv50DFkFvHkLSBaF { top:14.625rem;left:9rem;width:12.0625rem;height:4.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7J9Ehz5AGxU15spQ8d6G2d6CQDlZSaQ { top:14.5rem;left:23.5rem;width:14.1875rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8SXA2Rr8C6dwhzl7LZdqHwSfiJJ0WBI { top:13rem;left:23.5rem;width:15.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yURckMSO3ootSBJrQnXLilXeSDSqrW6M { top:13rem;left:39.1875rem;width:6.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsWsZQwJGny9DDAM4ysmmBdeCQqhk18l { top:14.6875rem;left:33.125rem;width:14.625rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qMFhADSrhAIITb38RLEgofalqQDfIv { top:9.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDiqsL41oPEkqdOulnbKOLSux093WADI { top:10.0625rem;left:9rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENhMTmLimaAru5sh9fpVfpwuvC8S0FUC { top:9.9375rem;left:23.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNZTeWtUUnNf4NgmTleT1UeyMIERRP1 { top:9.9375rem;left:39.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 { display:block; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMsBdcKLiw06q0z0ZIC38tTX6WGDGxex { width:47.75rem;height:2.375rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:2.875rem;top:5.375rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:14rem;height:2.875rem;top:5.375rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:2.875rem;top:5.375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y52v69t3xrZLT2PZAZue8synCGUdBRyU { top:0.625rem;left:0rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsB2tPphOZT0QfSunuQ65dsrgFu2IcFL { top:0.875rem;left:10.1875rem;width:13.4375rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkvIACe1RMpaNuLZJxNM5vaLRMBncO1C { top:0.875rem;left:22.125rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAC4yvD9Fzk8TkgBbuPSpXTHpia1cJ7c { top:0.875rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LO7K4ppINvDyAZDMknMg65k2siTdR0y5 { top:15.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0IKJnbhsqosoLQvQiRCiJCiLU2V3VXi { top:16.75rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H81EhwB6bOLTfJVM06ICMmJWGSPkZr7N { top:19.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWda6U1SchyS9xZaG2NV4VuJEW435l1r { top:21.9375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FT2LKCorIDoNpHUQVJ3lUbWzFuOVBOao { top:15.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOoEx6f92VK7roT9fUCg7Gi4ohNcp86k { top:15.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2FnGduyItclOJtpRbOQixTJuL6ALvdh { top:16.8125rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb0ginbsMQImDpt8E5XunVr5dl9GLys1 { top:19.375rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wo84cHTKFdIncaCpJ7iALaSOQQpATIeu { top:20.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkNedzttTrOgNMSPhMnutfKvMEKSH7Mx { top:15.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWNKre97JQZmHVO16uSgUrGXd8Ix4JmE { top:16.8125rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6tQJkftBoGCpZV6yS3LuIWHeEgrXlU1 { top:19.375rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlycSpO3vFb7mVxN49BbBy0sKcmN3AZ7 { top:20.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #im4FsD7kTRCPiFKo4nKihuVhEaCotu1q { top:20.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcXdf8z3Az8vCADINGUvNfxfb33STG3N { top:18.125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMZQ0XReeAbayF1b1tQh977cRtRTZriQ { top:16.8125rem;left:34.5rem;width:13.25rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yC1JbAevZ4ID0BoxRQP9El53c9ok7o3u { top:15.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 { display:block; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL7X0JEyBwfWdXwETLpZL56L8Ib4O0BO { width:19.0625rem;height:1.25rem;top:1.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RapmbrDGS89hLsmypxnCxIZOt7GCytT6 { width:17.0625rem;height:1.25rem;top:31.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTuZnp2iwwtfuiwa2lDPiuZXbIK3znLO { width:14rem;height:1.25rem;top:58rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlPRHp8RcdcqTwTFnS7THy5aEawEEusD { top:0.625rem;left:0rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwammTk6umVhB0qugmlJqwubd6lpJB0D { top:0.875rem;left:10.1875rem;width:13.4375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCuTqQyyAK7LDTes0WH54f0FztcxEpma { top:0.875rem;left:22.125rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vfnHT4s1sMpsHtC9C0biHoXHh2iPrT { top:0.875rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUlwMevpCooafATG8K7OFemEFq9GaLH5 { top:15.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5UUQ9CiAGWQrK7e9yEML4U0Xf1sZnD { top:16.75rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunGfhTqcTs6IWeiy2Gec6WT6ToVAfV3 { top:19.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCceczWLB1vpMq22d322wOxri7GC0712 { top:21.9375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETG09bT1L6AVfxo7VCm9MXJw0GmnPKKc { top:15.5rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #araxKAxIQH3XwVPx0WFowb0oE63ruBR2 { top:16.8125rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8HosIxxfclAsF8NKDbZJ4pMcmcV9GC0 { top:19.375rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBTf5OtAHtMe4WkCqTi36B3zStNshW7K { top:20.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmnI3wFw7e6N2vxKrmUyKpCTpmJzQ2z { top:20.6875rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeni2vFP1f6coEenB15E10lM9p8Xdq8x { top:19.375rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIPFE61iBa4edfW80d1X8tKWDsZ9dZ6Q { top:16.8125rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJnXgJWcxQdd0MPPRDT464RkW6PMtLQF { top:15.5rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ4soWEkilFwfPzLv9fEEIykmNWKcliP { top:20.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK1BEN8FTQ7qV0AMNfeh1Q306k9dBBle { top:16.8125rem;left:34.5rem;width:13.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuPS8DtVAOCoq9ZZToCZPuTdgqB7mu3Q { top:15.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX2JZTsRaSlL1WbylgMUwUEfUVUiCHNm { top:18.125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csHGzWShh3CP4ORHLCEupX7M40XA70Pz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qnhCExlxWzJ6k5iXD8V1HCh3P3ZBq2RP { display:block; }
 }@media only screen and (max-width: 763px) { #lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa { display:none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W0MQ6HzwEUimqWn3TCoGeNZnEZFJiHqH { width:47.75rem;height:6.5rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwpWD7fPHtmiZO2Xd3NE8aPUB2XbH6AI { width:47.75rem;height:2.25rem;top:12rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbUF7mIe45PofM7cXiMAChvqW27n4NMT { width:34.5rem;height:32.9375rem;top:19.5625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3R25sEfnB1ZfTWJpQtXGp9aCGln31i { width:30.125rem;height:2.8125rem;top:21.5rem;left:8.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A54hUvMbTkaEP6tl6oNH5nCFk8CFNCBD { width:25.9375rem;height:1.1875rem;top:24.3125rem;left:10.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-text {padding-top: 0; padding-bottom: 0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-select {padding-top: 0; padding-bottom: 0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD {display:block;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #e9L3cRWXbb5zB23cyfXpJWzil2bqed4Q {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #p2kESe6Fmggocl1SrtIR0vfE0HZE5nUi { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #zu5JEIzMcVEzaw5urzccADhKuIEDvT6L {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #TcHUPyMtMGzs1XhHTGffoODZFRC4kaTX {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #FkmKSn3Pr9oovgEf4Bn63Pr9SQ3MPgRr { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #TxV2ORZJQQevqX3OoTDlDDl2crDfT6UT {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #Oa861vCDuytxrTxb5SaUPDQybTFUUyT0 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #QcmgHrnlNlTzt6c5i7HxUp4qdLUbyJpS { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #kI4JidS2o7Ml1npXaT0iTXJ3cN6AsUnv {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #THym0GTMHWatU4P6hH4RiablNpCCCNA6 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #VArbld5bXpxiOlNOz72p8yHNLpHRomKT { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #u7WnyQ5bAR5yuJWEJ8xFNnl6zMaTuPVd {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #mS2ws3UW0MUDauewWgRNGUknl8BezwU5 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #FEeDSQTR8gkJ5cnbxeNpuOBOed303TNW {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #O1o5itqvANle79E6guekkun80XPvKp2J {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #oAOqBBlN0haE3QldKA93T7EJ5zeL7Quc {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #Bdtx5hsrOzh9EoJQv0SiGiDdIpwNNFc2 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #T9PyBlSKiFO65MGUyEtEG0eid8Byeevk {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #CuuTceTCrwHldPwK7O0Kv115dP0ZhXsS {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #DZGyKCNFXTsQCpBDPPhH1rdJGsXio74v {  }
 }@media only screen and (max-width: 763px) { #TyPBFSabh3Z0B4Dk726oE847KNwpBVgF { display:block; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT7CQV7KDNLJi2BKF7y6hoBbBE1gELw7 { width:34.5rem;height:37.9375rem;top:2.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr4Qy0RDRwzXomTETN9qdgu0FWSEwL5V { width:30.125rem;height:1.8125rem;top:3.4375rem;left:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCktBVNwFk9cEdKoQqNQtxIlDGqcWtD2 { width:25.9375rem;height:1.1875rem;top:5.75rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-text {padding-top: 0; padding-bottom: 0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-select {padding-top: 0; padding-bottom: 0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC {display:block;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #DRn3g8zZdLTfMzzEhun03sbvWqwsmsRk {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #BW5iivvQiGi4tt0ZC1iktOPvlVCbsV4z { display:block; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #auoyOH0kPisfT9suwgOLayxqrVNNrKpL {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #hp4cZB6ALw06sBwiWOoZ7RXULXWsNsbO {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #n18EgL5UTbRRatt3XshRZJBgbosWrkIy { display:block; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #zwHWXMTUFqdiir7EPO1eb46698ACuuAL {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #vf99IJLNWTU3fIDVKpnGATm0HJgQmTuf {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #vr75WDXyJbgMk9Rqv9z779pMiA01McUu {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #bBlQd4AESDqFnx5bT2H9apl51yvnyszT {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #nLbtiUporfkeDPhlrSDp66FasnTomKKs {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #ZyQTCfP6Nba57p4ZG9z2mml3wJwg3ISx {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #o5ex5A8uDvuIWLfAXpvyNQwuV8powMUp {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #pMo4nhQmNZeS9qZ9Ma4LmXAHzGuZteyP {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #ymZHV16q1T3zUcP0Makerv8CUkFeC5Rz {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #P6iLsiSVbZN2zmeekGtwHCX2sJVBJW0V {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #skhXWnM1iHBSyTs282HbK50gTVCUuIQQ {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #e0D9aaNENHHByV0l002U1NAQTxeQRbpq {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #OG4HRsq9gxMLKyD7KTfztGI0LksNsbto {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #dGbh0CF74yfkIsS2uSZ3vLoig74kb6UX {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #OEDHfLPftgPXxqwwSDxdBbO8m3ODigTI {  }
 }@media only screen and (max-width: 763px) { #boK8Vptgwix8zFptU9HKuLIidG9Ku1hk { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #LVeqEg1EnIbGafBvdTPvazI5Mu8tpNtn { display:block; }
 }@media only screen and (max-width: 763px) { #d2TBGGdlrhGwmX6HthwPnOtiNLXBZqRQ { top:2.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIZHfgW9HlIpvggTgWlHUTP1x6Sdr1GU { top:42.1875rem;left:0rem;width:29.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug { display:block; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT { display:flex;height:auto;width:27.8125rem;top:3.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #F9mXJhRTmp9kkR2nPr1BxxHLk6vbFubT {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #s8x5IAQeNhNAQdvIaR80bCyLIfPqAuTy {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #hRNKw3cfygKO2utLeMiy2L4J7wwn3tbe {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #dVl6RMZh6iF23faI8KAduTlZgX1kWAQn {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #TG93ZTf45ETqBsrHUh9xGWULbBr7h32d {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #nFTcJdQ8NvZrJGM51IPC6nlW5IpfI8ZD {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #XyIce56FlhyTeKVGgPXCwbkRXX8xKoZh {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #caOH2rQV3ftqmQZSRNQ2lPFDGZwByKLf {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #MD0MlkmdP63fiwncc0kKbLa5UnwPFyRU {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #lxKmv8e85zOkKnCQrON6g5AA8fyAZGqi {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #wtOvGIIdCUWPgKkPcrh5OxBPcAkWgnTU {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #BCcckkhlb3XTFAmmVKN1rLvVXQz2kVi5 {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #hCdOEtDC9DKWnzTfaKIV4Pb36KcqMUpK {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #T1oSeQHrOcvQI4hwhBsJG0w8qUSeE17t {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #FDulopDGHp2ArFtT2TBL3RHxTP7sXJ1e {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #t4OOMEswdS7zHlVVNe0DTsn37khTxgDb {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #xwuVN5N0Qzla5v2WzuLtVd2sxWee9SGu {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #GhKIL3d8OMFphEPvCCn1JTinTUWpO8qi {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #cS1DzKIP73aVTR8qIvAXbONTpVwMqBB1 {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #rH2T5o0VRIueJH3iDPtC35o0b6ecXwN4 {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #NOmG4ECUTItOsDdrsz9nXci6kTr57X9R {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #zf7xfRvuOONTzT5yTrSheGpNDl7UoR8T {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #PdEiKIV2osRcSoNVGByU6sCgWD6K4r7b {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #KJRatqLfWeaSaa0dw1USAMg6rQ3oQl1T {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #E5gxLDTSZaXm9yNI43T2qsFNbLFITCGh {  }
 }@media only screen and (max-width: 763px) { #ux266wVWfbiOeO2K2H7TSp7K1oexdNuk { display:none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r5hSGUiUi75pnpRhugI9LvahbS7xVEPl { width:10.5rem;height:5.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHO3DTyTVDeCw9MEtyaNRlgDvfbTlhCy { width:1.875rem;height:1.875rem;top:1.25rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgOTZ2ZL7iTO0F0QI84TZEgD9SlkmgT2 { width:1.875rem;height:1.875rem;top:4rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BupPDEAFHOL0P39a6Jn02Uau2Tycby { width:13.875rem;height:1.3125rem;top:4.3125rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJioI4JJNiSPAiTKigKHpn81m56SWXZ { display:block; }
 }@media only screen and (max-width: 763px) { #TNM0HgmsQg5rywhTxy2dRQlnUKlcCnt2 { top:4.75rem;left:8rem;width:27.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRM0VhfEk9VUAIVmmI6TwzMchNf3KRFt { top:1.25rem;left:8rem;width:24rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3RsnAtBpQ4s3OI1IGi4780et9U3aXfJ { width:9.1875rem;height:2.0625rem;top:2.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMdiTHodNLrTFHBeA8LrtnaGeLrQPTqP { display:block; }
 }@media only screen and (max-width: 763px) { #UAgfVCWJSp0iO6IpED5aZorDhp2JkWOZ { top:0.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Su13TuiazimbNnXXK37TyHrRTXKQl9 { top:1.6875rem;left:8.75rem;width:5.25rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfVRc3mXzMqqNFAcydpeOGE9iHTsg2fH { top:2.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRvhVkGN5wVHcSTz4bT2ZQVP0aTnnXBs { width:7.875rem;height:1.8125rem;top:5.4375rem;left:6.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9rZNBgqAR7dZwJhiCsGBoV02ud5zSO { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:4.875rem;height:2.1875rem;top:1.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1rem;height:1rem;top:4.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlESrxwnnqJxVQEew1lHnRKTx1EOeD6v { width:1.1875rem;height:1.1875rem;top:5.75rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzEaFBTJ4X38NqqUE9EAHJJogTLM8Twy { width:5.25rem;height:0.8125rem;top:4.53125rem;left:3.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECNJLVqEm7C01VOQl4p3TUWCvBStZsTf { width:12.5rem;height:0.8125rem;top:4.875rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W1Q6iWKwm9RDyiHtHnw6yOGPLJWUt96x { width:5.25rem;height:0.8125rem;top:4.53125rem;left:11.1875rem;font-size:0.625rem;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGGJbpyaNhKpw3KArxMI86SbKhUzWfiL { width:12.5rem;height:auto;top:1.9375rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wbtAZtWnqfJnlSdUOdV17hhBHP2pOXBL { width:1rem;height:1rem;top:4.4375rem;left:10.3125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3e2c6db-c5b1-4b73-a95e-b175296072a9/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:18.5rem;height:3.1494125rem;top:1.4375rem;left:0.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#b7916f;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:4.125rem;top:5.3984375rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l8NswTDSDg5EInzwqB17liz2GK8TrP3z { width:17.5rem;height:3.4375rem;top:21.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vygufNemTrstJPtb3i9rEi2ZTCm6qbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #I5T7RIC1Li4vc1lEzsEUut2uKweT0Qy4 { top:11.375rem;left:2.125rem;width:15.6875rem;height:2.5625rem;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;color:#b7916f;display:block; }
 }@media only screen and (max-width: 763px) { #b9LATgNwlBA1JGNwfgow7TCMdTIaSWyL { display:block; }
 }@media only screen and (max-width: 763px) { #K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp { 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; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { background-color: transparent; background-image: none; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container > .video-iframe-container { display: none; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row > .video-iframe-container { display: none; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .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); }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { border-width: 0; border-radius: 0; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0agRVwoHqedZO7TAVGCtuD8h4NMuzCp > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DShrndkUTptVc5DyQuFxT7LhP8h7UIqW { width:6.25rem;height:0.75rem;top:1.4375rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWWJmhRERuMIRBMxZ635UxnSQ0sbK2z { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #oWHS6CvHKLeCf273L0LezyRCx8qDNPAJ { display:flex;width:1.25rem;height:1.25rem;top:3.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #whbeIeZv4KlAfC4Sm7DAg4su93iLibwF { width:4.9375rem;height:1.5rem;top:3.0625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJhgBD0IA9KffVE54LGaUrZtWyCdTCvT { display:flex;width:1.625rem;height:1.625rem;top:1rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #WTaxR2omIz4QTLdhme1N02Xztas5qbOR { width:8.0625rem;height:1.5rem;top:1.0625rem;left:11.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZPDpA1z5LxmSucTUqo8GAp3fOQWx6f5 { display:flex;width:1.5625rem;height:1.5625rem;top:3.0625rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #oVWTdWzVouD7hOQKn3eO4l8nwG65bI6n { width:6.25rem;height:0.75rem;top:3.4375rem;left:12.84375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV { 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; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { background-color: transparent; background-image: none; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container > .video-iframe-container { display: none; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row > .video-iframe-container { display: none; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .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); }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { border-width: 0; border-radius: 0; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xq7aMPE6Vg4EVBLVaCznx9WXTg0ESTPV > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVeCXUxltViad3XHh0owIfyt8r8gxdQz { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMAf3I4iO7xMXTJVBomnEufDggFT4JJF { width:4.5rem;height:0.125rem;top:14.4375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C39QmrlcMe6UeKXDuesFkOQLZcCllTnx { width:20rem;height:3.8994125rem;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQaLV05X8lW1qCN2lP82w1TpMPyIcwxG { display:flex;width:2.1875rem;height:2.1875rem;top:9.0234375rem;left:4.78125rem; }
 }@media only screen and (max-width: 763px) { #Nux0FQonUT2x3gkHMNSIpH2aNkOU6ms0 { width:9.8125rem;height:0.8125rem;top:11.93603515625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vg1U53Vt9HJLT8HQrWktIPzdDGwmTOBp { width:9.5rem;height:3.25rem;top:12.68603515625rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gGTBFACC7dJR3NIGA3UcdAE8bwoNX0 { width:8.5625rem;height:1.625rem;top:16.49853515625rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLR7RBdo55Vns2nTTVz5au7oS2sbFzpR { display:flex;width:1.75rem;height:1.75rem;top:9.2421875rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #A2WvblwkXd6iRD95TPVRVo8ewVA6Nyur { width:9.9375rem;height:0.8125rem;top:11.93603515625rem;left:10.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PX6F80WAaGbWzv0EpbS4ME1P6L9rhclk { width:9.5rem;height:2.4375rem;top:13.09228515625rem;left:10.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8XpJ5AVtBnoeC1lsI6xA7BAr4AleoSg { width:7.3125rem;height:1.625rem;top:16.49853515625rem;left:11.78125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6ftZ6zQbZMkBwGcSGvaVvJStABLErw6 { display:flex;width:2.25rem;height:2.25rem;top:19.84716796875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #JACm44pQp6CFmzngiW3KFxSmICS732Q3 { width:12.5rem;height:0.8125rem;top:25.88134765625rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBSQPLs0J8XD5zAFNyzRQraoQISzoggX { width:15rem;height:1.625rem;top:23.74560546875rem;left:2.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNyH3TSmAR5hCDigCeXFsOwE40KCWF5P { width:11.0625rem;height:1.625rem;top:22.15625rem;left:4.46875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gucUE0P43RZeMeeHGnTgLzvLi1P0atDa { 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; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { background-color: transparent; background-image: none; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container > .video-iframe-container { display: none; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row > .video-iframe-container { display: none; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .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); }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { border-width: 0; border-radius: 0; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gucUE0P43RZeMeeHGnTgLzvLi1P0atDa > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3NRvCu1HescKzWhFH5c4QzqexnaIXMr { width:20rem;height:5.60595625rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy { 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; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { background-color: transparent; background-image: none; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container > .video-iframe-container { display: none; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row > .video-iframe-container { display: none; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .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); }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { border-width: 0; border-radius: 0; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw3a9r3yqMQ5vmQ1MUxMCCwAErb3eOy > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6k8vfziIc8WTy9cBDFcHZF86ExMfNQW { width:20rem;height:13.270833333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g { display:block; }#wpC23VvFccuHwipaxrxbbX6Nf1WXwi8g > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXf9hUEuUQPZW1qUq37oX7UnHII84wMb { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4TkENneSldVRDzk5MpEdEPopR0OO9yg { 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; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { background-color: transparent; background-image: none; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container > .video-iframe-container { display: none; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row > .video-iframe-container { display: none; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .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); }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { border-width: 0; border-radius: 0; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4TkENneSldVRDzk5MpEdEPopR0OO9yg > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRWzdB6dEly9gqef66wfsT8VlElQWzIV { width:8.1875rem;height:5.375rem;top:1.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMdrkVb7DST1Q8vCRvX1iIngUhPMvkc6 { width:7.9375rem;height:5.4375rem;top:1.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTr9Hbf4s2cC3Au33mLMofvqUfJkqFs { width:8.25rem;height:5.6875rem;top:8.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTL6EgrwsdpqqmnvXTQC68etFfwygdTe { width:8.125rem;height:5.375rem;top:8.625rem;left:10.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dsyiq79XmDsqGN8Zxb8m3aOSze175HkV { 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; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { background-color: transparent; background-image: none; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container > .video-iframe-container { display: none; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row > .video-iframe-container { display: none; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .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); }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { border-width: 0; border-radius: 0; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsyiq79XmDsqGN8Zxb8m3aOSze175HkV > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFAIikf68C8dGftbdVh4s3diRSATum20 { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CLCkBnISUrOow0emsIsNFiKhX1gmqp { width:20rem;height:10.3984375rem;top:7.8608375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHevsB7FMpISRIedcyx02TApXg8Imv9Z { width:20rem;height:1.7871125rem;top:19.509275rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDWnwFMGyyMAm2fqRDByzFPJwdSKbBe { width:20rem;height:12.99805rem;top:22.5463875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x { display:block; }#ulUID1DTHh3GqppRVT0PTq9pqAmA1f5x > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQDNOqNn9hqpT66CMzRS0hG58K0xRTaS { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Tpd8o48pIqQPNQbHtTciFutTUlpueu { width:4.5rem;height:0.125rem;top:14.4375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMKGpnH2lG42vMbRXpLWHgAodGZnCyib { width:20rem;height:1.29980625rem;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HduukWK24mQpcUG7pmp30CQUsRy0M8ei { width:9rem;height:0.9746125rem;top:6.6123046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBFdhOnVCpXQivZWiHosCQB7Vt5osuMe { width:9.4375rem;height:3.25rem;top:9.3369140625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Is2aNx1kibp0tyK8q20nTtxZWVPIlUrf { width:4.25rem;height:0.9746125rem;top:6.6123046875rem;left:13.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaPySoLfhxWX20TCDv50DFkFvHkLSBaF { width:9.375rem;height:2.4375rem;top:9.3369140625rem;left:10.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7J9Ehz5AGxU15spQ8d6G2d6CQDlZSaQ { width:9.5625rem;height:3.25rem;top:17.845703125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8SXA2Rr8C6dwhzl7LZdqHwSfiJJ0WBI { width:4.6875rem;height:0.9746125rem;top:14.25rem;left:2.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yURckMSO3ootSBJrQnXLilXeSDSqrW6M { width:4.125rem;height:0.9746125rem;top:14.25rem;left:13.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsWsZQwJGny9DDAM4ysmmBdeCQqhk18l { width:8.6875rem;height:3.25rem;top:17.908203125rem;left:11.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8qMFhADSrhAIITb38RLEgofalqQDfIv { display:flex;width:1.75rem;height:1.75rem;top:7.5869140625rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #BDiqsL41oPEkqdOulnbKOLSux093WADI { display:flex;width:1.6875rem;height:1.6875rem;top:7.5869140625rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #ENhMTmLimaAru5sh9fpVfpwuvC8S0FUC { display:flex;width:2rem;height:2rem;top:15.224609375rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #ZZNZTeWtUUnNf4NgmTleT1UeyMIERRP1 { display:flex;width:1.75rem;height:1.75rem;top:15.224609375rem;left:14.90625rem; }
 }@media only screen and (max-width: 763px) { #hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container { background-color: transparent; background-image: none; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container > .video-iframe-container { display: none; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row > .video-iframe-container { display: none; }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .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); }#hD8y7QATZUQ7RO64cZnNC47UqL1TxLD8 > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMsBdcKLiw06q0z0ZIC38tTX6WGDGxex { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:7.375rem;height:2.5996125rem;top:5.4375rem;left:12.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:6.1875rem;height:2.5996125rem;top:24.6875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:8.3125rem;height:2.5996125rem;top:24.6875rem;left:11.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:6.6875rem;height:2.5996125rem;top:5.4375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y52v69t3xrZLT2PZAZue8synCGUdBRyU { width:6.75rem;height:6.75rem;top:8.037109375rem;left:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qsB2tPphOZT0QfSunuQ65dsrgFu2IcFL { width:6.5rem;height:6.6875rem;top:8.037109375rem;left:12.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nkvIACe1RMpaNuLZJxNM5vaLRMBncO1C { width:6.375rem;height:6.375rem;top:28.5625rem;left:1.03125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #IAC4yvD9Fzk8TkgBbuPSpXTHpia1cJ7c { width:6.625rem;height:6.625rem;top:28.4375rem;left:12.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LO7K4ppINvDyAZDMknMg65k2siTdR0y5 { width:8.8125rem;height:0.89355625rem;top:16.625rem;left:0.6875rem;font-size:0.6875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #L0IKJnbhsqosoLQvQiRCiJCiLU2V3VXi { width:10.3125rem;height:1.7871125rem;top:17.9375rem;left:0.6875rem;font-size:0.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #H81EhwB6bOLTfJVM06ICMmJWGSPkZr7N { width:8.125rem;height:1.7871125rem;top:19.75rem;left:0.6875rem;font-size:0.6875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #HWda6U1SchyS9xZaG2NV4VuJEW435l1r { width:7.6875rem;height:1.7871125rem;top:21.5rem;left:0.6875rem;font-size:0.6875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #FT2LKCorIDoNpHUQVJ3lUbWzFuOVBOao { width:8.375rem;height:0.89355625rem;top:15.3125rem;left:0.6875rem;font-size:0.6875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BOoEx6f92VK7roT9fUCg7Gi4ohNcp86k { width:8.3125rem;height:0.9746125rem;top:14.787109375rem;left:11.6875rem;font-size:0.75rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #C2FnGduyItclOJtpRbOQixTJuL6ALvdh { width:7.3125rem;height:1.94921875rem;top:16.09716796875rem;left:11.75rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #hb0ginbsMQImDpt8E5XunVr5dl9GLys1 { width:7.4375rem;height:0.9746125rem;top:18.34375rem;left:11.625rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Wo84cHTKFdIncaCpJ7iALaSOQQpATIeu { width:7.75rem;height:1.94921875rem;top:19.724609375rem;left:11.75rem;font-size:0.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #WkNedzttTrOgNMSPhMnutfKvMEKSH7Mx { width:12.5rem;height:0.9746125rem;top:35.5625rem;left:0rem;font-size:0.75rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #XWNKre97JQZmHVO16uSgUrGXd8Ix4JmE { width:9.3125rem;height:1.94921875rem;top:36.875rem;left:0rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tQJkftBoGCpZV6yS3LuIWHeEgrXlU1 { width:12.5rem;height:0.9746125rem;top:38.82421875rem;left:0rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #qlycSpO3vFb7mVxN49BbBy0sKcmN3AZ7 { width:8.125rem;height:1.94921875rem;top:39.9375rem;left:0rem;font-size:0.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #im4FsD7kTRCPiFKo4nKihuVhEaCotu1q { width:8.25rem;height:0.9746125rem;top:40.97412109375rem;left:10.75rem;font-size:0.75rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #EcXdf8z3Az8vCADINGUvNfxfb33STG3N { width:8.3125rem;height:1.94921875rem;top:38.82421875rem;left:10.75rem;font-size:0.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #PMZQ0XReeAbayF1b1tQh977cRtRTZriQ { width:8rem;height:1.94921875rem;top:36.537109375rem;left:10.75rem;font-size:0.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #yC1JbAevZ4ID0BoxRQP9El53c9ok7o3u { width:9.25rem;height:0.9746125rem;top:35.5625rem;left:10.75rem;font-size:0.75rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 { display:none; }#QBEikQtXJqdQiGduaAaTvtt4TTSp5cQ4 > .row .container { width:20rem;height:114.8125rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lL7X0JEyBwfWdXwETLpZL56L8Ib4O0BO { width:19.0625rem;height:1.29980625rem;top:10.71875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RapmbrDGS89hLsmypxnCxIZOt7GCytT6 { width:17.0625rem;height:1.29980625rem;top:60.097675rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tTuZnp2iwwtfuiwa2lDPiuZXbIK3znLO { width:14rem;height:1.29980625rem;top:94.1465125rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qlPRHp8RcdcqTwTFnS7THy5aEawEEusD { width:13.6875rem;height:13.6875rem;top:5.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwammTk6umVhB0qugmlJqwubd6lpJB0D { width:13.4375rem;height:13.6875rem;top:34.00489375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCuTqQyyAK7LDTes0WH54f0FztcxEpma { width:13.6875rem;height:13.6875rem;top:62.64748125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vfnHT4s1sMpsHtC9C0biHoXHh2iPrT { width:13.6875rem;height:13.6875rem;top:88.7402625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUlwMevpCooafATG8K7OFemEFq9GaLH5 { width:12.5rem;height:1.29980625rem;top:19.90625rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5UUQ9CiAGWQrK7e9yEML4U0Xf1sZnD { width:12.5rem;height:2.5996125rem;top:22.45605625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PunGfhTqcTs6IWeiy2Gec6WT6ToVAfV3 { width:12.5rem;height:2.5996125rem;top:26.30566875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCceczWLB1vpMq22d322wOxri7GC0712 { width:12.5rem;height:2.5996125rem;top:30.15528125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETG09bT1L6AVfxo7VCm9MXJw0GmnPKKc { width:12.5rem;height:1.29980625rem;top:48.59864375rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #araxKAxIQH3XwVPx0WFowb0oE63ruBR2 { width:12.5rem;height:2.5996125rem;top:51.14845rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8HosIxxfclAsF8NKDbZJ4pMcmcV9GC0 { width:12.5rem;height:1.29980625rem;top:54.9980625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBTf5OtAHtMe4WkCqTi36B3zStNshW7K { width:12.5rem;height:1.29980625rem;top:57.54786875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzmnI3wFw7e6N2vxKrmUyKpCTpmJzQ2z { width:12.5rem;height:1.29980625rem;top:86.19045625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeni2vFP1f6coEenB15E10lM9p8Xdq8x { width:12.5rem;height:1.29980625rem;top:83.64065rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIPFE61iBa4edfW80d1X8tKWDsZ9dZ6Q { width:12.5rem;height:2.5996125rem;top:79.7910375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJnXgJWcxQdd0MPPRDT464RkW6PMtLQF { width:12.5rem;height:1.29980625rem;top:77.24123125rem;left:3.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQ4soWEkilFwfPzLv9fEEIykmNWKcliP { width:12.5rem;height:1.29980625rem;top:112.2832375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vK1BEN8FTQ7qV0AMNfeh1Q306k9dBBle { width:13.25rem;height:1.29980625rem;top:105.88381875rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuPS8DtVAOCoq9ZZToCZPuTdgqB7mu3Q { width:12.5rem;height:1.29980625rem;top:103.3340125rem;left:3.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX2JZTsRaSlL1WbylgMUwUEfUVUiCHNm { width:12.5rem;height:2.5996125rem;top:108.433625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csHGzWShh3CP4ORHLCEupX7M40XA70Pz { top:1.25rem;left:3.5625rem;width:12.875rem;height:2.5625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;color:#b7916f;display:block; }
 }@media only screen and (max-width: 763px) { #qnhCExlxWzJ6k5iXD8V1HCh3P3ZBq2RP { display:block; }
 }@media only screen and (max-width: 763px) { #lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3e2c6db-c5b1-4b73-a95e-b175296072a9/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa.adaptive-delivery-prevent-bg, #lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa.lazyload, #lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa.lazyloading { background-image: none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container { background-color: transparent; background-image: none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container > .video-iframe-container { display: none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row > .video-iframe-container { display: none; }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .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); }#lWJ1JfXwNxaN8eZe6U47OgAticqoqTJa > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0MQ6HzwEUimqWn3TCoGeNZnEZFJiHqH { width:18.5rem;height:0;top:5.244140625rem;left:0.75rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#b7916f;display:none; }
 }@media only screen and (max-width: 763px) { #QwpWD7fPHtmiZO2Xd3NE8aPUB2XbH6AI { width:18.75rem;height:0;top:11.744140625rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #hbUF7mIe45PofM7cXiMAChvqW27n4NMT { width:20rem;height:32.3125rem;top:20.7490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MP3R25sEfnB1ZfTWJpQtXGp9aCGln31i { width:18.75rem;height:1.86865rem;top:1.4375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#b7916f;display:block; }
 }@media only screen and (max-width: 763px) { #A54hUvMbTkaEP6tl6oNH5nCFk8CFNCBD { width:20rem;height:1.05615rem;top:4.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-text {padding-top: 0; padding-bottom: 0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-select {padding-top: 0; padding-bottom: 0;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden;background-color:#b7916f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD  { width:17.5rem;height:auto;top:5.125rem;left:0rem; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD {display:block;}#TLAJ0J8UcnGvavFVOadZXX75kk2hADxD { width:17.5rem;height:auto;top:5.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #e9L3cRWXbb5zB23cyfXpJWzil2bqed4Q {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #p2kESe6Fmggocl1SrtIR0vfE0HZE5nUi { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #zu5JEIzMcVEzaw5urzccADhKuIEDvT6L {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #TcHUPyMtMGzs1XhHTGffoODZFRC4kaTX {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #FkmKSn3Pr9oovgEf4Bn63Pr9SQ3MPgRr { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #TxV2ORZJQQevqX3OoTDlDDl2crDfT6UT {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #Oa861vCDuytxrTxb5SaUPDQybTFUUyT0 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #QcmgHrnlNlTzt6c5i7HxUp4qdLUbyJpS { display:block; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #kI4JidS2o7Ml1npXaT0iTXJ3cN6AsUnv {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #THym0GTMHWatU4P6hH4RiablNpCCCNA6 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #VArbld5bXpxiOlNOz72p8yHNLpHRomKT { display:none; }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #u7WnyQ5bAR5yuJWEJ8xFNnl6zMaTuPVd {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #mS2ws3UW0MUDauewWgRNGUknl8BezwU5 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #FEeDSQTR8gkJ5cnbxeNpuOBOed303TNW {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #O1o5itqvANle79E6guekkun80XPvKp2J {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #oAOqBBlN0haE3QldKA93T7EJ5zeL7Quc {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #Bdtx5hsrOzh9EoJQv0SiGiDdIpwNNFc2 {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #T9PyBlSKiFO65MGUyEtEG0eid8Byeevk {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #CuuTceTCrwHldPwK7O0Kv115dP0ZhXsS {  }
 }@media only screen and (max-width: 763px) { #TLAJ0J8UcnGvavFVOadZXX75kk2hADxD #DZGyKCNFXTsQCpBDPPhH1rdJGsXio74v {  }
 }@media only screen and (max-width: 763px) { #TyPBFSabh3Z0B4Dk726oE847KNwpBVgF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3e2c6db-c5b1-4b73-a95e-b175296072a9/2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF.adaptive-delivery-prevent-bg, #TyPBFSabh3Z0B4Dk726oE847KNwpBVgF.lazyload, #TyPBFSabh3Z0B4Dk726oE847KNwpBVgF.lazyloading { background-image: none; }#TyPBFSabh3Z0B4Dk726oE847KNwpBVgF > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GT7CQV7KDNLJi2BKF7y6hoBbBE1gELw7 { width:20rem;height:32.3125rem;top:20.7490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pr4Qy0RDRwzXomTETN9qdgu0FWSEwL5V { width:18.75rem;height:0;top:18.71875rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#b7916f;display:none; }
 }@media only screen and (max-width: 763px) { #xCktBVNwFk9cEdKoQqNQtxIlDGqcWtD2 { width:20rem;height:0;top:20.53125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-text {padding-top: 0; padding-bottom: 0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-select {padding-top: 0; padding-bottom: 0;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden;background-color:#b7916f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC  { width:17.5rem;height:auto;top:21.53125rem;left:0rem; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC {display:block;}#L2JsTAHETotxWqgHHtmm8LDCL6brMEQC { width:17.5rem;height:auto;top:21.53125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #DRn3g8zZdLTfMzzEhun03sbvWqwsmsRk {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #BW5iivvQiGi4tt0ZC1iktOPvlVCbsV4z { display:block; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #auoyOH0kPisfT9suwgOLayxqrVNNrKpL {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #hp4cZB6ALw06sBwiWOoZ7RXULXWsNsbO {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #n18EgL5UTbRRatt3XshRZJBgbosWrkIy { display:block; }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #zwHWXMTUFqdiir7EPO1eb46698ACuuAL {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #vf99IJLNWTU3fIDVKpnGATm0HJgQmTuf {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #vr75WDXyJbgMk9Rqv9z779pMiA01McUu {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #bBlQd4AESDqFnx5bT2H9apl51yvnyszT {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #nLbtiUporfkeDPhlrSDp66FasnTomKKs {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #ZyQTCfP6Nba57p4ZG9z2mml3wJwg3ISx {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #o5ex5A8uDvuIWLfAXpvyNQwuV8powMUp {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #pMo4nhQmNZeS9qZ9Ma4LmXAHzGuZteyP {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #ymZHV16q1T3zUcP0Makerv8CUkFeC5Rz {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #P6iLsiSVbZN2zmeekGtwHCX2sJVBJW0V {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #skhXWnM1iHBSyTs282HbK50gTVCUuIQQ {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #e0D9aaNENHHByV0l002U1NAQTxeQRbpq {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #OG4HRsq9gxMLKyD7KTfztGI0LksNsbto {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #dGbh0CF74yfkIsS2uSZ3vLoig74kb6UX {  }
 }@media only screen and (max-width: 763px) { #L2JsTAHETotxWqgHHtmm8LDCL6brMEQC #OEDHfLPftgPXxqwwSDxdBbO8m3ODigTI {  }
 }@media only screen and (max-width: 763px) { #boK8Vptgwix8zFptU9HKuLIidG9Ku1hk { top:1.25rem;left:3.5625rem;width:12.875rem;height:2.5625rem;z-index:15006;background-color:#b7916f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVeqEg1EnIbGafBvdTPvazI5Mu8tpNtn { display:block; }
 }@media only screen and (max-width: 763px) { #d2TBGGdlrhGwmX6HthwPnOtiNLXBZqRQ { width:5.8125rem;height:0.8125rem;top:2.5rem;left:5.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIZHfgW9HlIpvggTgWlHUTP1x6Sdr1GU { width:20rem;height:0;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug { display:block; }#tXQoFKgALmWSkhLVbxVEzkzTvh9KZXug > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #F9mXJhRTmp9kkR2nPr1BxxHLk6vbFubT {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #s8x5IAQeNhNAQdvIaR80bCyLIfPqAuTy {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #hRNKw3cfygKO2utLeMiy2L4J7wwn3tbe {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #dVl6RMZh6iF23faI8KAduTlZgX1kWAQn {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #TG93ZTf45ETqBsrHUh9xGWULbBr7h32d {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #nFTcJdQ8NvZrJGM51IPC6nlW5IpfI8ZD {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #XyIce56FlhyTeKVGgPXCwbkRXX8xKoZh {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #caOH2rQV3ftqmQZSRNQ2lPFDGZwByKLf {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #MD0MlkmdP63fiwncc0kKbLa5UnwPFyRU {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #lxKmv8e85zOkKnCQrON6g5AA8fyAZGqi {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #wtOvGIIdCUWPgKkPcrh5OxBPcAkWgnTU {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #BCcckkhlb3XTFAmmVKN1rLvVXQz2kVi5 {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #hCdOEtDC9DKWnzTfaKIV4Pb36KcqMUpK {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #T1oSeQHrOcvQI4hwhBsJG0w8qUSeE17t {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #FDulopDGHp2ArFtT2TBL3RHxTP7sXJ1e {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #t4OOMEswdS7zHlVVNe0DTsn37khTxgDb {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #xwuVN5N0Qzla5v2WzuLtVd2sxWee9SGu {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #GhKIL3d8OMFphEPvCCn1JTinTUWpO8qi {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #cS1DzKIP73aVTR8qIvAXbONTpVwMqBB1 {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #rH2T5o0VRIueJH3iDPtC35o0b6ecXwN4 {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #NOmG4ECUTItOsDdrsz9nXci6kTr57X9R {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #zf7xfRvuOONTzT5yTrSheGpNDl7UoR8T {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #PdEiKIV2osRcSoNVGByU6sCgWD6K4r7b {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #KJRatqLfWeaSaa0dw1USAMg6rQ3oQl1T {  }
 }@media only screen and (max-width: 763px) { #oupV9VCq2KrpQtqOd4JGWI5pKrZAlcyT #E5gxLDTSZaXm9yNI43T2qsFNbLFITCGh {  }
 }@media only screen and (max-width: 763px) { #ux266wVWfbiOeO2K2H7TSp7K1oexdNuk { display:block; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk { background-color: transparent; background-image: none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container > .video-iframe-container { display: none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row > .video-iframe-container { display: none; }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .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); }#ux266wVWfbiOeO2K2H7TSp7K1oexdNuk > .row .container { width:20rem;height:11.875rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5hSGUiUi75pnpRhugI9LvahbS7xVEPl { width:7.3125rem;height:3.5rem;top:0.75rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHO3DTyTVDeCw9MEtyaNRlgDvfbTlhCy { width:0.9375rem;height:0.9375rem;top:5.8125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgOTZ2ZL7iTO0F0QI84TZEgD9SlkmgT2 { width:1.1875rem;height:1.1875rem;top:6.75rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BupPDEAFHOL0P39a6Jn02Uau2Tycby { width:7.875rem;height:1.3125rem;top:6.75rem;left:7.53125rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTJioI4JJNiSPAiTKigKHpn81m56SWXZ { display:block; }
 }@media only screen and (max-width: 763px) { #TNM0HgmsQg5rywhTxy2dRQlnUKlcCnt2 { width:16.125rem;height:0.8125rem;top:10.125rem;left:2.625rem;font-size:0.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRM0VhfEk9VUAIVmmI6TwzMchNf3KRFt { width:18.6875rem;height:0.8125rem;top:4.25rem;left:0rem;font-size:0.625rem;color:#b7916f;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3RsnAtBpQ4s3OI1IGi4780et9U3aXfJ { width:9.1875rem;height:2.0625rem;top:8.0625rem;left:7.28125rem;color:#ffffff;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMdiTHodNLrTFHBeA8LrtnaGeLrQPTqP { display:block; }
 }@media only screen and (max-width: 763px) { #UAgfVCWJSp0iO6IpED5aZorDhp2JkWOZ { width:12.5rem;height:0.8125rem;top:10.375rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X1Su13TuiazimbNnXXK37TyHrRTXKQl9 { width:5.25rem;height:0.8125rem;top:5.875rem;left:7.375rem;font-size:0.625rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfVRc3mXzMqqNFAcydpeOGE9iHTsg2fH { width:12.5rem;height:auto;top:2.125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }