.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,236,218;--color-primary-1:235,190,183;--color-primary-2:252,162,72;--color-primary-3:151,97,43;--color-primary-4:50,32,14;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"work sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/015f5809-ce53-4512-83c5-7d4c6c361e91/14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30.adaptive-delivery-prevent-bg, #WGLnXSzIvSXQDbJzxC618Gfe53AHNL30.lazyload, #WGLnXSzIvSXQDbJzxC618Gfe53AHNL30.lazyloading { background-image: none; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 > .row .container { border-width: 0; border-radius: 0; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#Ah3QU6DWSOAnHr034SnkI9GNEBAGfmF8 { color:rgba(var(--color-secondary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:15rem;left:22.4375rem;height:3.5rem;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; }
#Bt1UiWi28y9IL9eSiR2f42qUqBNhTph8 { color:#2f2f2f;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:6.75rem;left:15.375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRtucdS77aZPsLfhHxwvD52TRMDllUIT { color:rgba(var(--color-secondary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.6875rem;left:22.4375rem;height:2rem;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; }
#wlaqoZfeIZxzSimv0WImaZ1yZZyun8KB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.25rem;left:33.90625rem;overflow:hidden;display:block; }
#JKtcICoBgzTM5Z8V1QqHqZVtFWbdfcy1 { color:rgba(var(--color-secondary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:20.25rem;left:28.40625rem;height:1.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; }
#U8ReeIsyQ4KgKBZa2sT8LcZUEcfCm44l { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.1);top:35.5625rem;left:22.84375rem;height:3.5rem;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; }
#T7oSWATh99KiC3xrxvbCCZdurKdbd6uU { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.83);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0.0625rem solid #2f2f2f;border-left:0.0625rem solid #2f2f2f;border-right:0.0625rem solid #2f2f2f;border-bottom:0.0625rem solid #2f2f2f;top:20.25rem;left:47.1875rem;display:block; }
#n2MEx8H4sX6Z5Jca2l03Rc69gxacUJ4z { color:#2f2f2f;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5rem;left:47.25rem;height:4.3125rem;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; }
#gRD6pMf8PKTwu50Tn5sU1WNcM3ftuZTk { position:absolute;display:block;z-index:15009;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:3.5625rem;width:6.375rem;top:5.625rem;left:55.83935546875rem;overflow:hidden;display:block; }
#X0rZtruMLo7LkipcPJRUAlku8UI0Q14y { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.5625rem;left:29.84375rem;display:block; }
#QtGieZvTPkHX0q1S3TR3eR5Jl5nzf64s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/015f5809-ce53-4512-83c5-7d4c6c361e91/14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd.adaptive-delivery-prevent-bg, #dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd.lazyload, #dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd.lazyloading { background-image: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container { background-color: transparent; background-image: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container > .video-iframe-container { display: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row > .video-iframe-container { display: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .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); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container { border-width: 0; border-radius: 0; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#cvrO7mc13buAPzFIHVsNCt4rravP3qRc { color:rgba(var(--color-secondary-4),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.3125rem;left:16.5rem;height:2.875rem;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; }
#WUiXZBDm6b5G0VluJ3NfrA9PXUXtnnSk { color:#2f2f2f;display:block;width:53.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.84375rem;left:10.53125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSwh2asLuA0XRFQOlBvkTSUIa8blVcHL { color:rgba(var(--color-secondary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.96875rem;left:22.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dJQcPQpn4ZnhcrEKb4n5bEBdMg2OTSJD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.25rem;left:33.90625rem;overflow:hidden;display:block; }
#znh2gwODwx914x3NleeTQTHNvbm0S9Gk { color:rgba(var(--color-secondary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:21.03125rem;left:19.875rem;height:;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; }
#LVRdZAvf98GFz5fi88EddvwVW69Jv3Lq { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.83);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top:0.0625rem solid #2f2f2f;border-left:0.0625rem solid #2f2f2f;border-right:0.0625rem solid #2f2f2f;border-bottom:0.0625rem solid #2f2f2f;top:19.1875rem;left:51.6875rem;display:block; }
#h9tAPEmmaS1TAhhQC9uGyRPi4Ot0A6li { color:#2f2f2f;display:block;width:6.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.4375rem;left:51.75rem;height:4.3125rem;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; }
#Lxbhiw3hbPkyPsnWSMrUeAuy7xcUZLLF { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24rem;left:29.84375rem;display:block; }
#lUrbsL8TyiGIICOuMReHQFPZwxsD2MvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { border-width: 0; border-radius: 0; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.4375rem;left:22.625rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.4375rem;left:60.125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:41.375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:12.125rem;top:3.875rem;left:22.0625rem;overflow:hidden;display:block; }
#OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.9375rem;top:3.5rem;left:4.9375rem;overflow:hidden;display:block; }
#TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.5625rem;top:2.6875rem;left:42.125rem;overflow:hidden;display:block; }
#Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.8125rem;top:3.6875rem;left:60.75rem;overflow:hidden;display:block; }
#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f1121f4-dad1-4880-ba8a-21a054c68714/LPimagesGeneral.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.adaptive-delivery-prevent-bg, #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.lazyload, #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.lazyloading { background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { background-color: transparent; background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { border-width: 0; border-radius: 0; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.5rem;width:67.5rem;display:none; }
#guV9ErT7kFloFLQN93N563tSOfEcV5kP { color:#001342;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:5.5rem;height:19.338875rem;text-align:left;text-align-last:left;display:none; }
#klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { color:#001342;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.71875rem;height:17.875rem;text-align:left;text-align-last:left;display:block; }
#wZp1PmrJ5hf0Gr9FovqK17FXdAxK6Bct { color:#2f2f2f;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.9375rem;left:2.71875rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJXUkaaaGa8z2zFpTpOt1J918iFMUzdu { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.375rem;left:2.71875rem;display:block; }
#SLoJ8USiRJ179ZNJ0FysaA5gLkuLo0XL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#2f2f2f;display:block;width:60.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.9375rem;left:2.1875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkTRrzMTlP3Okz2d5bvJIzTaTMAZdOLT { color:#001342;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.1875rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }
#Jpqgl718HSNEQ51aTvKwakluTfuC025a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { background-color: transparent; background-image: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .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); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { border-width: 0; border-radius: 0; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.5rem;height:5.5rem;display:block; }
#nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { box-sizing:content-box;height:16.9375rem;width:21rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { color:#2f2f2f;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.22;letter-spacing:0;top:5.8125rem;left:3.5rem;height:3rem;display:block; }
#x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:28.5rem;height:4.125rem;display:block; }
#sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { box-sizing:content-box;height:16.9375rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:27rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { color:#2f2f2f;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:5.8125rem;left:28.5rem;height:3rem;display:block; }
#ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { box-sizing:content-box;height:16.9375rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:52rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#phHlEux3QfchTu1sr62F7XqgzW0yuvIF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:53.5rem;height:2.75rem;display:block; }
#dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { color:#2f2f2f;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:5.8125rem;left:53.5rem;height:3rem;display:block; }
#APHtTBH99ZCMBNdcOH7yOpzRW4FkS8ya { 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:15015;opacity:1;top:2.15625rem;left:3.5rem; }
#PTeRvPX7UzBFMxu7veiie17ige4bVFQy { 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:15016;opacity:1;top:2.15625rem;left:28.5rem; }
#l3WLC5qUX3Xs4chClep7wHI5UXe8ATKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.15625rem;left:53.5rem; }
#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f7aade25-7faf-4c46-91e2-eb585bcd1a11/LPimagesGeneral1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn.adaptive-delivery-prevent-bg, #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn.lazyload, #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn.lazyloading { background-image: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { background-color: transparent; background-image: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container > .video-iframe-container { display: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row > .video-iframe-container { display: none; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { border-width: 0; border-radius: 0; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#h2ZeFq75V5Lg76ETl7UiJCJfnF7whc33 { color:#ffffff;display:block;width:60.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6rem;left:7.3125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbAbReyRZbtzIWsKTFNamD76cpF7US6q { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10rem;left:14.5625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#udo8nRc7cAIJBpx8s0zI9pC0tn2oqBKl { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.5234375rem;left:29.84375rem;display:block; }
#ZSKieoJebOw9BPp5LmN6wcSpFR1hB9Po { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container { background-color: transparent; background-image: none; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container > .video-iframe-container { display: none; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row > .video-iframe-container { display: none; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .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); }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container { border-width: 0; border-radius: 0; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container { font-size:0.875rem;font-family:arial;height:136.25rem;width:75rem;position:relative;display:block; }#HUldX0AWgh0ZVi4defefTwSOZWxvzof1 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:4rem;display:block; }
#zTUzsCR5yvKeuEFawBS1NoRbV21blBcT { color:#2f2f2f;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.6875rem;left:5.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#RxTAhCsvT4VGOQ341nSWVxHSMlslnkRH { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:4rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hLpAyXaTpQrZ3ufbRO8H8iCEUxhO4bIz { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.625rem;left:5.25rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#GkPKpsKFZRJOOB0viTKaBGS9N5bSOo13 { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.0625rem;left:5.25rem;display:block; }
#rndQMqMgCQtMiwawbnBV7efVPrLgu9qe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXUtBPVVTFX6NGykBiBDbzZmyFisCc31 { color:#2f2f2f;display:block;width:60.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:5.65625rem;left:4rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROITMGWGcRFP3C3KK1NnGkbsALImklBR { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.125rem;left:4rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OuasJvFUKi3JP5TOBuHM5tCUfDcAIq1b { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.25rem;left:5.25rem;display:block; }
#aepP0DzXyT17XphKevdQxbnExMEOrr7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wb48eKOMoFW9fuqk5670uV61UzWn8TIn { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.8125rem;left:5.25rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#UXOaZemvJAg3eMoNAEG6aULfr68PTqTp { color:#2f2f2f;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.875rem;left:5.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#KSp4GERkcUTIXtiOprkGqKSOnce5gdnh { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:4rem;display:block; }
#RSxQpV7Gy2WeiJNkp4FhnTN6WJmQoDUl { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.125rem;left:26.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cHPqgmHTG3ws5Nc0F1UFsItQdfm8R7nf { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.25rem;left:28.125rem;display:block; }
#Gy70S2dEwUnqtORuaWcd4ntdBHtPWkkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrcGMrXR4R7aOvkoW0pCG8bAwIynUQUu { color:#2f2f2f;display:block;width:18.8125rem;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:33.8125rem;left:28.125rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#HTfvZ8CglgKQaFo2NCoLOWJTPhynrwTg { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.125rem;left:49.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LHlz8tn522xHbVaHknEsTkvsFSa3LkT8 { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.25rem;left:51.0625rem;display:block; }
#WBJ1IEQRK7PRC4s112BFNMkV2QaryUD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKWRX4EhJyEuikgcVPaLB7sTV6Flps9B { color:#2f2f2f;display:block;width:18.8125rem;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:33.8125rem;left:51.0625rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#HBb6cJOey5L1IzBLM9WtfFZld24ZKAW8 { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:4rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hDpEXSRflWLeanM4pRdoQkEQz25nHWwI { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:56.625rem;left:5.25rem;display:block; }
#fiKVFbQJL1cwLyqv6CITu04QKRCr7BAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD1CRVTMvDMuRlOXSQzqGCWsKxZkkuMH { color:#2f2f2f;display:block;width:18.8125rem;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:49.1875rem;left:5.25rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#ZOX8VVAr1yb8IJaxkGDf1BlpTWGvkl5D { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.5rem;left:26.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ednST4twTeVfRMaC9hq00NyOgtlD6b25 { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:56.625rem;left:28.125rem;display:block; }
#TWftdLcdqapREQ6xbBAdxqcofE4s71h4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S01SOJ1iw9EbvBtBKJd2IbIPKQsHmrOp { color:#2f2f2f;display:block;width:18.8125rem;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:49.1875rem;left:28.125rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#JMzSTNg7Gsl7lVQ5A6CughswWcqx4e98 { color:#2f2f2f;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:64.125rem;left:5.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#xQiFPXNFIzZgwyImAWB9akHFC9dglCPb { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.6875rem;left:3.9375rem;display:block; }
#A26TVVBP1kzdw9FSGohICyIF0MaIDeDN { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.375rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vXmOA4Tio95sLqckKGwd7ouX1tEbCTyN { color:#2f2f2f;display:block;width:18.8125rem;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:68.0625rem;left:5.1875rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#vFLhZXRAtqNmcBaDy8AAVCFZf6WwiGgq { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.375rem;left:26.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zMHcy20P6igAIQ7sMsc9Q40Nr89HSUir { color:#2f2f2f;display:block;width:18.8125rem;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:68.0625rem;left:28.0625rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#J8fFtAV6ioRfNIC77q3mpCLJ1B6vkac7 { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.375rem;left:49.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AfKMsqowwyecIciuh8B6qq9qsZliucNC { color:#2f2f2f;display:block;width:18.8125rem;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:68.0625rem;left:51rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#XlL6mLLQwIVQpqgXSHNXySw420uxNkWa { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:75.5rem;left:5.1875rem;display:block; }
#TThTgzfXcAdDOLdqqXQsdHDUob5PJMRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZzrNCA8sn4ZzG9Iad2L41DcVNK0Il6Z { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:75.5rem;left:28.0625rem;display:block; }
#CzM5WX28sE5pWRPtZTJVaEDEs34bB5by { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpMOvDBPQI9sLDN6QCOLoT9i82KpaA0W { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:75.5rem;left:51rem;display:block; }
#oDpwGiufHT72hUbmkv2nA2y1cxwTrW5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OnrbAvHAeKLDxXkaAFL0TBUWunpqKx3x { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.5rem;left:3.9375rem;display:block; }
#RN9uf02IGEXSt078liUsS1hxhi649GSa { color:#2f2f2f;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:82.9375rem;left:5.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#LnXmIszAEAdKTQiZRux41dyoXtWZiAkT { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.1875rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ccNet9XtqN53iIBuUy1AiTbH2gToVJ36 { color:#2f2f2f;display:block;width:18.8125rem;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:86.875rem;left:5.1875rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#eSNHmZewJQElWthtaEJrQRva8udihbtN { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.1875rem;left:26.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#v31QT00l5dRwFTTBGQXExn4BrNP13DAp { color:#2f2f2f;display:block;width:18.8125rem;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:86.875rem;left:28.0625rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#g1L1GHTlgESuxct8mRX3RMZcGIPSKTJK { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:94.3125rem;left:5.1875rem;display:block; }
#fFoTmGdF90nieNzXu1AyP6wOEeNxTI7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prrrCvCAFbHqXRoCQQc1tD1Uc1QQ2W6H { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:94.3125rem;left:28.0625rem;display:block; }
#rlPwLARDzQUByi40PDNWPg97pDeB6Mgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqPRnL9z7LSVfM2rOlHM29r6adRVAgrD { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:85.1875rem;left:49.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TTdplfLHqqhJRocVyCxdtTk9mhWT1RgD { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:94.3125rem;left:51rem;display:block; }
#Nd4kA2MgWl0e4hc04WXy89QZrJPcDHi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kISH7K1Boa4BMMxp12878PLfKmflikpb { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:86.875rem;left:51rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#t8q2p6ebJXyO3ogxTIZGfgiGxthCrWbk { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.625rem;left:26.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UUpJvPk0kSfxiNtdGpVMWmaiShTPO31U { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.625rem;left:49.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#g5D8AqusOnSsPbQlLy71Xl5g2GDsNZsm { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:109.75rem;left:28.0625rem;display:block; }
#BRNbEleNBvWtBiKg1GJIaHyqwsGOXLw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEu6N3MCyO63nmkX8KlDHi1K7yUCfTaH { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:109.75rem;left:51rem;display:block; }
#dUNBV7zGD5P2KHXcX4peRbQuTUK6g31J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2VKTtrH220s4hJfCw3AtxnPXHgapCO0 { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.625rem;left:3.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TQ6SWRLeKDsd3V5wOkTJL8IrfnMXRBKD { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:102.3125rem;left:5.1875rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#cnwgso8dqSLGuGDnHkTbE6igDCXXesrk { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:102.3125rem;left:28.0625rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#SmTJZ2wcBQcWsNut0TmOxrTPxVDlN6TO { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:102.3125rem;left:51rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#luJ4FQPPABCAZr3J1auacgcOMfvgo93L { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:109.75rem;left:5.1875rem;display:block; }
#ewkilDBaewDVCfB5IPGZV0OqIJMqyZEe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALAuSdhSN2GdUtddc5MTE59yv06dFXG0 { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:116.1875rem;left:26.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U2v1kE61RbES6JX9kleKJ4XcdyPXfoaV { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:125.3125rem;left:28.125rem;display:block; }
#G967glDUVRo4evd5vthD3kx8MNrAaPqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMQ192aeKu0f3AdxSGTkomzAeWQWZn4g { box-sizing:content-box;height:13.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:116.1875rem;left:4rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#RRwyt3hTfkcHESr901kL6gyiNKUPThQF { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:117.875rem;left:5.25rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#m0TvlQP6AGUl0frBUMSbS0dgNHd6L2Gx { color:#2f2f2f;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:117.875rem;left:28.125rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#Lv5yD2QSfFPIVusf0oXT8R8AQmAep4t6 { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:125.3125rem;left:5.25rem;display:block; }
#LQwh9yPKPMwVd8yTzqMyBS0ZaNLvM1Hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;background-image:url("https://images.assets-landingi.com/uc/bf067785-94d0-4e3c-9ea6-f966a2aa8ebf/LPimagesGeneral2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.adaptive-delivery-prevent-bg, #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.lazyload, #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.lazyloading { background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { background-color: transparent; background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { border-width: 0; border-radius: 0; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#iFE0cNiB6wVMazKSeox9hho84ay68Bfr { color:#2f2f2f;display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:7.8125rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#P7kZec66vOS5licUTDIwgh3hKT96NTpN { color:#2f2f2f;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.875rem;left:12.53125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHQ3b6Ta0Pl1e7WooMLe8nqTxTHl0AUc { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -moz-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -ms-linear-gradient(231deg, #ff914d, #ffc94b);background-image: -o-linear-gradient(231deg, #ff914d, #ffc94b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff914d', endColorstr='#ffc94b' );";background-image: linear-gradient(231deg, #ff914d, #ffc94b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.375rem;left:29.84375rem;display:block; }
#c1VfQBzdtlEcn30TkcHL4TNyzq2BtGLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9uQAarNP7656T12FSD05418hewECFDP { position:relative;display:block; }#h9uQAarNP7656T12FSD05418hewECFDP { background-color: transparent; background-image: none; }#h9uQAarNP7656T12FSD05418hewECFDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP { border-width: 0; border-radius: 0; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k7rd6KzKW9t2FkQr60OmWzq0KqQF1Wa7 { color:#001342;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.0625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#EcbP4TETBfAKItHgtqTWsyWHnISTfdym { color:#2f2f2f;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6rem;left:3.0625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKydTewKVSqchv6zxrOTw98SJJ1OeZqX { color:#001342;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.5625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#guvcKt42MhioaTiZ5cT3w4O9bkus9azQ { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:3.125rem;display:block; }
#L1M3GrdFvai47SonZa6na8cQshnklUV9 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:3.125rem;display:block; }
#WFaTxsCbbt6GvMxLct3LBrLAwzCOLThE { color:#001342;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.125rem;left:4.5625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#VkPLqQ5T1eFngl8doA4h6PWnyUQKFfFB { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#ff914d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:3.125rem;display:block; }
#i20h4vovSNnIScoQQ35d4TL0Jidq0222 { color:#001342;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.6875rem;left:4.5625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#oneCA85aiexii9G8bJdux15NdBPHtA3U { color:#001342;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:3.0625rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#UCOArnZalZ1syz8WdOlAyyCOCcWGSG1P { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.625rem;width:35.4375rem;top:6.75rem;left:39.5625rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbedd2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.6875rem;left:57.6875rem;display:block; }
#qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.625rem;left:66rem;display:block; }
#PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { color:rgba(var(--color-secondary-2),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:49.9375rem;height:0;text-align:center;text-align-last:center;display:block; }
#izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { color:rgba(var(--color-secondary-2),1);display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:57.375rem;height:0;text-align:center;text-align-last:center;display:block; }
#Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.0625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 { display:block; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ah3QU6DWSOAnHr034SnkI9GNEBAGfmF8 { width:30.25rem;height:;top:15rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1UiWi28y9IL9eSiR2f42qUqBNhTph8 { top:6.75rem;left:1.75rem;width:44.3125rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRtucdS77aZPsLfhHxwvD52TRMDllUIT { width:30.25rem;height:2rem;top:12.6875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlaqoZfeIZxzSimv0WImaZ1yZZyun8KB { top:2.25rem;left:20.28125rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKtcICoBgzTM5Z8V1QqHqZVtFWbdfcy1 { width:18.1875rem;height:1.75rem;top:20.25rem;left:14.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ReeIsyQ4KgKBZa2sT8LcZUEcfCm44l { width:29.3125rem;height:3.5rem;top:35.5625rem;left:9.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oSWATh99KiC3xrxvbCCZdurKdbd6uU { top:20.25rem;left:33.5625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2MEx8H4sX6Z5Jca2l03Rc69gxacUJ4z { width:6.8125rem;height:4.375rem;top:21.5rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRD6pMf8PKTwu50Tn5sU1WNcM3ftuZTk { top:5.625rem;left:41.375rem;width:6.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0rZtruMLo7LkipcPJRUAlku8UI0Q14y { width:15.3125rem;height:3.75rem;top:22.5625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtGieZvTPkHX0q1S3TR3eR5Jl5nzf64s { display:block; }
 }@media only screen and (max-width: 763px) { #dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd { display:block; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvrO7mc13buAPzFIHVsNCt4rravP3qRc { width:42rem;height:2.875rem;top:16.3125rem;left:2.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiXZBDm6b5G0VluJ3NfrA9PXUXtnnSk { top:10.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSwh2asLuA0XRFQOlBvkTSUIa8blVcHL { width:30.25rem;height:4.875rem;top:5.9375rem;left:8.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQcPQpn4ZnhcrEKb4n5bEBdMg2OTSJD { top:2.25rem;left:20.28125rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znh2gwODwx914x3NleeTQTHNvbm0S9Gk { width:35.25rem;height:;top:21rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVRdZAvf98GFz5fi88EddvwVW69Jv3Lq { top:19.1875rem;left:38.0625rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9tAPEmmaS1TAhhQC9uGyRPi4Ot0A6li { width:6.8125rem;height:4.3125rem;top:20.4375rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbhiw3hbPkyPsnWSMrUeAuy7xcUZLLF { width:15.3125rem;height:3.75rem;top:24rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUrbsL8TyiGIICOuMReHQFPZwxsD2MvU { display:block; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { top:10.8125rem;left:0.46875rem;width:11rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { top:9.4375rem;left:12.40625rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { top:9.4375rem;left:36.28125rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { top:10.125rem;left:24.34375rem;width:11rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { top:3.875rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { top:3.5rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { top:2.6875rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { top:3.6875rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #guV9ErT7kFloFLQN93N563tSOfEcV5kP { top:11.5rem;left:0rem;width:29.5rem;height:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { top:10.0625rem;left:0rem;width:33.6875rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZp1PmrJ5hf0Gr9FovqK17FXdAxK6Bct { top:1.9375rem;left:0rem;width:32.0625rem;height:7.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXUkaaaGa8z2zFpTpOt1J918iFMUzdu { width:15.3125rem;height:3.75rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoJ8USiRJ179ZNJ0FysaA5gLkuLo0XL { display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:4.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkTRrzMTlP3Okz2d5bvJIzTaTMAZdOLT { top:8.8125rem;left:0rem;width:45.9375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { top:9.5625rem;left:0rem;width:17.0625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { top:0.9375rem;left:0rem;width:21rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { top:5.8125rem;left:0rem;width:14.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { top:9.5625rem;left:15.875rem;width:16.1875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { top:0.9375rem;left:10.75rem;width:21rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { top:5.8125rem;left:14.375rem;width:17.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { top:0.9375rem;left:26.625rem;width:21rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { top:9.5625rem;left:29.625rem;width:16.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { top:5.8125rem;left:31.75rem;width:14.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APHtTBH99ZCMBNdcOH7yOpzRW4FkS8ya { top:2.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeRvPX7UzBFMxu7veiie17ige4bVFQy { top:2.125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3WLC5qUX3Xs4chClep7wHI5UXe8ATKl { top:2.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn { display:block; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2ZeFq75V5Lg76ETl7UiJCJfnF7whc33 { top:6rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbAbReyRZbtzIWsKTFNamD76cpF7US6q { top:10rem;left:0.9375rem;width:45.9375rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udo8nRc7cAIJBpx8s0zI9pC0tn2oqBKl { width:15.3125rem;height:3.75rem;top:15.5rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKieoJebOw9BPp5LmN6wcSpFR1hB9Po { display:block; }
 }@media only screen and (max-width: 763px) { #gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 { display:block; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUldX0AWgh0ZVi4defefTwSOZWxvzof1 { top:12.25rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUzsCR5yvKeuEFawBS1NoRbV21blBcT { top:11.6875rem;left:0rem;width:6.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTAhCsvT4VGOQ341nSWVxHSMlslnkRH { top:13.9375rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpAyXaTpQrZ3ufbRO8H8iCEUxhO4bIz { top:15.625rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkPKpsKFZRJOOB0viTKaBGS9N5bSOo13 { width:10.125rem;height:2.875rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rndQMqMgCQtMiwawbnBV7efVPrLgu9qe { display:block; }
 }@media only screen and (max-width: 763px) { #BXUtBPVVTFX6NGykBiBDbzZmyFisCc31 { top:5.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROITMGWGcRFP3C3KK1NnGkbsALImklBR { top:32.125rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuasJvFUKi3JP5TOBuHM5tCUfDcAIq1b { width:10.125rem;height:2.875rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aepP0DzXyT17XphKevdQxbnExMEOrr7v { display:block; }
 }@media only screen and (max-width: 763px) { #Wb48eKOMoFW9fuqk5670uV61UzWn8TIn { top:33.8125rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXOaZemvJAg3eMoNAEG6aULfr68PTqTp { top:29.875rem;left:0rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSp4GERkcUTIXtiOprkGqKSOnce5gdnh { top:30.4375rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSxQpV7Gy2WeiJNkp4FhnTN6WJmQoDUl { top:32.125rem;left:13.25rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPqgmHTG3ws5Nc0F1UFsItQdfm8R7nf { width:10.125rem;height:2.875rem;top:41.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy70S2dEwUnqtORuaWcd4ntdBHtPWkkb { display:block; }
 }@media only screen and (max-width: 763px) { #OrcGMrXR4R7aOvkoW0pCG8bAwIynUQUu { top:33.8125rem;left:14.5rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfvZ8CglgKQaFo2NCoLOWJTPhynrwTg { top:32.125rem;left:26.4375rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHlz8tn522xHbVaHknEsTkvsFSa3LkT8 { width:10.125rem;height:2.875rem;top:41.25rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJ1IEQRK7PRC4s112BFNMkV2QaryUD0 { display:block; }
 }@media only screen and (max-width: 763px) { #wKWRX4EhJyEuikgcVPaLB7sTV6Flps9B { top:33.8125rem;left:28.9375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBb6cJOey5L1IzBLM9WtfFZld24ZKAW8 { top:47.5rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDpEXSRflWLeanM4pRdoQkEQz25nHWwI { width:10.125rem;height:2.875rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiKVFbQJL1cwLyqv6CITu04QKRCr7BAu { display:block; }
 }@media only screen and (max-width: 763px) { #PD1CRVTMvDMuRlOXSQzqGCWsKxZkkuMH { top:49.1875rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOX8VVAr1yb8IJaxkGDf1BlpTWGvkl5D { top:47.5rem;left:13.25rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ednST4twTeVfRMaC9hq00NyOgtlD6b25 { width:10.125rem;height:2.875rem;top:56.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWftdLcdqapREQ6xbBAdxqcofE4s71h4 { display:block; }
 }@media only screen and (max-width: 763px) { #S01SOJ1iw9EbvBtBKJd2IbIPKQsHmrOp { top:49.1875rem;left:14.5rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzSTNg7Gsl7lVQ5A6CughswWcqx4e98 { top:64.125rem;left:0rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQiFPXNFIzZgwyImAWB9akHFC9dglCPb { top:64.6875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A26TVVBP1kzdw9FSGohICyIF0MaIDeDN { top:66.375rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXmOA4Tio95sLqckKGwd7ouX1tEbCTyN { top:68.0625rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFLhZXRAtqNmcBaDy8AAVCFZf6WwiGgq { top:66.375rem;left:13.1875rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMHcy20P6igAIQ7sMsc9Q40Nr89HSUir { top:68.0625rem;left:14.4375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8fFtAV6ioRfNIC77q3mpCLJ1B6vkac7 { top:66.375rem;left:26.4375rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfKMsqowwyecIciuh8B6qq9qsZliucNC { top:68.0625rem;left:28.9375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlL6mLLQwIVQpqgXSHNXySw420uxNkWa { width:10.125rem;height:2.875rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThTgzfXcAdDOLdqqXQsdHDUob5PJMRr { display:block; }
 }@media only screen and (max-width: 763px) { #TZzrNCA8sn4ZzG9Iad2L41DcVNK0Il6Z { width:10.125rem;height:2.875rem;top:75.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzM5WX28sE5pWRPtZTJVaEDEs34bB5by { display:block; }
 }@media only screen and (max-width: 763px) { #KpMOvDBPQI9sLDN6QCOLoT9i82KpaA0W { width:10.125rem;height:2.875rem;top:75.5rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDpwGiufHT72hUbmkv2nA2y1cxwTrW5t { display:block; }
 }@media only screen and (max-width: 763px) { #OnrbAvHAeKLDxXkaAFL0TBUWunpqKx3x { top:83.5rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN9uf02IGEXSt078liUsS1hxhi649GSa { top:82.9375rem;left:0rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnXmIszAEAdKTQiZRux41dyoXtWZiAkT { top:85.1875rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccNet9XtqN53iIBuUy1AiTbH2gToVJ36 { top:86.875rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSNHmZewJQElWthtaEJrQRva8udihbtN { top:85.1875rem;left:13.1875rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v31QT00l5dRwFTTBGQXExn4BrNP13DAp { top:86.875rem;left:14.4375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1L1GHTlgESuxct8mRX3RMZcGIPSKTJK { width:10.125rem;height:2.875rem;top:94.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFoTmGdF90nieNzXu1AyP6wOEeNxTI7s { display:block; }
 }@media only screen and (max-width: 763px) { #prrrCvCAFbHqXRoCQQc1tD1Uc1QQ2W6H { width:10.125rem;height:2.875rem;top:94.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlPwLARDzQUByi40PDNWPg97pDeB6Mgz { display:block; }
 }@media only screen and (max-width: 763px) { #zqPRnL9z7LSVfM2rOlHM29r6adRVAgrD { top:85.1875rem;left:26.4375rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdplfLHqqhJRocVyCxdtTk9mhWT1RgD { width:10.125rem;height:2.875rem;top:94.3125rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4kA2MgWl0e4hc04WXy89QZrJPcDHi9 { display:block; }
 }@media only screen and (max-width: 763px) { #kISH7K1Boa4BMMxp12878PLfKmflikpb { top:86.875rem;left:28.9375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8q2p6ebJXyO3ogxTIZGfgiGxthCrWbk { top:100.625rem;left:13.1875rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUpJvPk0kSfxiNtdGpVMWmaiShTPO31U { top:100.625rem;left:26.4375rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5D8AqusOnSsPbQlLy71Xl5g2GDsNZsm { width:10.125rem;height:2.875rem;top:109.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRNbEleNBvWtBiKg1GJIaHyqwsGOXLw4 { display:block; }
 }@media only screen and (max-width: 763px) { #hEu6N3MCyO63nmkX8KlDHi1K7yUCfTaH { width:10.125rem;height:2.875rem;top:109.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUNBV7zGD5P2KHXcX4peRbQuTUK6g31J { display:block; }
 }@media only screen and (max-width: 763px) { #R2VKTtrH220s4hJfCw3AtxnPXHgapCO0 { top:100.625rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6SWRLeKDsd3V5wOkTJL8IrfnMXRBKD { top:102.3125rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwgso8dqSLGuGDnHkTbE6igDCXXesrk { top:102.3125rem;left:14.4375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmTJZ2wcBQcWsNut0TmOxrTPxVDlN6TO { top:102.3125rem;left:28.9375rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luJ4FQPPABCAZr3J1auacgcOMfvgo93L { width:10.125rem;height:2.875rem;top:109.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewkilDBaewDVCfB5IPGZV0OqIJMqyZEe { display:block; }
 }@media only screen and (max-width: 763px) { #ALAuSdhSN2GdUtddc5MTE59yv06dFXG0 { top:116.1875rem;left:13.25rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2v1kE61RbES6JX9kleKJ4XcdyPXfoaV { width:10.125rem;height:2.875rem;top:125.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G967glDUVRo4evd5vthD3kx8MNrAaPqB { display:block; }
 }@media only screen and (max-width: 763px) { #ZMQ192aeKu0f3AdxSGTkomzAeWQWZn4g { top:116.1875rem;left:0rem;width:21.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRwyt3hTfkcHESr901kL6gyiNKUPThQF { top:117.875rem;left:0rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TvlQP6AGUl0frBUMSbS0dgNHd6L2Gx { top:117.875rem;left:14.5rem;width:18.8125rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv5yD2QSfFPIVusf0oXT8R8AQmAep4t6 { width:10.125rem;height:2.875rem;top:125.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQwh9yPKPMwVd8yTzqMyBS0ZaNLvM1Hy { display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { top:11rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7kZec66vOS5licUTDIwgh3hKT96NTpN { top:6.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHQ3b6Ta0Pl1e7WooMLe8nqTxTHl0AUc { width:15.3125rem;height:3.75rem;top:23.375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1VfQBzdtlEcn30TkcHL4TNyzq2BtGLf { display:block; }
 }@media only screen and (max-width: 763px) { #h9uQAarNP7656T12FSD05418hewECFDP { display:block; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7rd6KzKW9t2FkQr60OmWzq0KqQF1Wa7 { top:9.875rem;left:0rem;width:28.5rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcbP4TETBfAKItHgtqTWsyWHnISTfdym { top:6rem;left:0rem;width:24.0625rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKydTewKVSqchv6zxrOTw98SJJ1OeZqX { top:15.75rem;left:0rem;width:24.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guvcKt42MhioaTiZ5cT3w4O9bkus9azQ { top:16.1875rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1M3GrdFvai47SonZa6na8cQshnklUV9 { top:18.5625rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFaTxsCbbt6GvMxLct3LBrLAwzCOLThE { top:18.125rem;left:0rem;width:24.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPLqQ5T1eFngl8doA4h6PWnyUQKFfFB { top:21.125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20h4vovSNnIScoQQ35d4TL0Jidq0222 { top:20.6875rem;left:0rem;width:24.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oneCA85aiexii9G8bJdux15NdBPHtA3U { top:24.25rem;left:0rem;width:27.3125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOArnZalZ1syz8WdOlAyyCOCcWGSG1P { top:6.75rem;left:12.3125rem;width:35.4375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { top:4.6875rem;left:44.0625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { top:4.625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { top:4.5625rem;left:36.3125rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { top:4.5625rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { top:4.5625rem;left:40.3125rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f2f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/015f5809-ce53-4512-83c5-7d4c6c361e91/14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30.adaptive-delivery-prevent-bg, #WGLnXSzIvSXQDbJzxC618Gfe53AHNL30.lazyload, #WGLnXSzIvSXQDbJzxC618Gfe53AHNL30.lazyloading { background-image: none; }#WGLnXSzIvSXQDbJzxC618Gfe53AHNL30 > .row .container { width:20rem;height:35.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ah3QU6DWSOAnHr034SnkI9GNEBAGfmF8 { width:20rem;height:2.75rem;top:15.568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1UiWi28y9IL9eSiR2f42qUqBNhTph8 { width:18.4375rem;height:4.625rem;top:7.34375rem;left:0.78125rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRtucdS77aZPsLfhHxwvD52TRMDllUIT { width:20rem;height:1.5625rem;top:13.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlaqoZfeIZxzSimv0WImaZ1yZZyun8KB { width:6.1875rem;height:2.25rem;top:2.28125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKtcICoBgzTM5Z8V1QqHqZVtFWbdfcy1 { width:18.1875rem;height:1.375rem;top:20rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ReeIsyQ4KgKBZa2sT8LcZUEcfCm44l { width:16.4375rem;height:4.125rem;top:28.21142578125rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7oSWATh99KiC3xrxvbCCZdurKdbd6uU { width:5.125rem;height:5.125rem;top:20rem;left:14.875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n2MEx8H4sX6Z5Jca2l03Rc69gxacUJ4z { width:4.4375rem;height:3.375rem;top:20.9375rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRD6pMf8PKTwu50Tn5sU1WNcM3ftuZTk { width:3.625rem;height:1.9375rem;top:8.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0rZtruMLo7LkipcPJRUAlku8UI0Q14y { width:15rem;height:3.1875rem;top:22.125rem;left:2.5rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QtGieZvTPkHX0q1S3TR3eR5Jl5nzf64s { display:block; }
 }@media only screen and (max-width: 763px) { #dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/015f5809-ce53-4512-83c5-7d4c6c361e91/14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd.adaptive-delivery-prevent-bg, #dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd.lazyload, #dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd.lazyloading { background-image: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container { background-color: transparent; background-image: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container > .video-iframe-container { display: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row > .video-iframe-container { display: none; }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .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); }#dGGJqFIuPK3U69RJNsh5z5Ta3PTsuXTd > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvrO7mc13buAPzFIHVsNCt4rravP3qRc { width:20rem;height:1.375rem;top:15.568359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUiXZBDm6b5G0VluJ3NfrA9PXUXtnnSk { width:18.4375rem;height:4.625rem;top:9.96875rem;left:0.78125rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSwh2asLuA0XRFQOlBvkTSUIa8blVcHL { width:20rem;height:2.875rem;top:6.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQcPQpn4ZnhcrEKb4n5bEBdMg2OTSJD { width:6.1875rem;height:2.25rem;top:2.28125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znh2gwODwx914x3NleeTQTHNvbm0S9Gk { width:15.9375rem;height:2.75rem;top:18.25rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVRdZAvf98GFz5fi88EddvwVW69Jv3Lq { width:5.125rem;height:5.125rem;top:20rem;left:14.875rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h9tAPEmmaS1TAhhQC9uGyRPi4Ot0A6li { width:4.4375rem;height:3.375rem;top:20.9375rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbhiw3hbPkyPsnWSMrUeAuy7xcUZLLF { width:15rem;height:3.1875rem;top:22.125rem;left:2.5rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lUrbsL8TyiGIICOuMReHQFPZwxsD2MvU { display:block; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { background-color:#ffffff;background-image:none;display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { width:7.125rem;height:1.375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { width:11rem;height:3.75rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { width:11rem;height:3.75rem;top:14.75rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { width:7.125rem;height:2.5rem;top:15.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { width:6.1875rem;height:4rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { width:7rem;height:2.9375rem;top:10.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { background-color:#ffffff;background-image:none;display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { background-color: transparent; background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { top:1.8125rem;left:0rem;width:20rem;height:20rem;z-index:15008;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guV9ErT7kFloFLQN93N563tSOfEcV5kP { width:20rem;height:23.3876625rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { width:20rem;height:17.5rem;top:30.68603515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wZp1PmrJ5hf0Gr9FovqK17FXdAxK6Bct { width:20rem;height:5.0625rem;top:23.80859375rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OJXUkaaaGa8z2zFpTpOt1J918iFMUzdu { width:12.625rem;height:3.1875rem;top:50.3564453125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoJ8USiRJ179ZNJ0FysaA5gLkuLo0XL { display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:20rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkTRrzMTlP3Okz2d5bvJIzTaTMAZdOLT { width:20rem;height:10rem;top:7.21875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { width:18rem;height:5rem;top:10.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { width:20rem;height:15.9375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { width:14.4375rem;height:3rem;top:7.0625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { width:18rem;height:3.75rem;top:27.625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { width:20rem;height:14rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { width:16.3125rem;height:3rem;top:24.0625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { width:20rem;height:13rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { width:17.25rem;height:2.5rem;top:43.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { width:14.4375rem;height:3rem;top:39.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APHtTBH99ZCMBNdcOH7yOpzRW4FkS8ya { display:flex;width:3.125rem;height:3.125rem;top:3.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #PTeRvPX7UzBFMxu7veiie17ige4bVFQy { display:flex;width:3.125rem;height:3.125rem;top:20.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #l3WLC5qUX3Xs4chClep7wHI5UXe8ATKl { display:flex;width:3.125rem;height:3.125rem;top:36rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn { display:block; }#y6wSZipbFHxmUeZMQJf7kroIaGxLBCIn > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2ZeFq75V5Lg76ETl7UiJCJfnF7whc33 { width:17.875rem;height:3.375rem;top:4.0625rem;left:1.0625rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbAbReyRZbtzIWsKTFNamD76cpF7US6q { width:20rem;height:2.875rem;top:9.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #udo8nRc7cAIJBpx8s0zI9pC0tn2oqBKl { width:12.625rem;height:3.1875rem;top:14rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKieoJebOw9BPp5LmN6wcSpFR1hB9Po { display:block; }
 }@media only screen and (max-width: 763px) { #gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 { display:block; }#gTpmaRTk8e6QdWpxM4T6uWeTBgE0FX48 > .row .container { width:20rem;height:275.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUldX0AWgh0ZVi4defefTwSOZWxvzof1 { width:0.5625rem;height:0.5625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUzsCR5yvKeuEFawBS1NoRbV21blBcT { width:6.5625rem;height:1.625rem;top:6.1875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RxTAhCsvT4VGOQ341nSWVxHSMlslnkRH { width:20rem;height:13.6875rem;top:8.4375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hLpAyXaTpQrZ3ufbRO8H8iCEUxhO4bIz { width:18.8125rem;height:5.9375rem;top:10.125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GkPKpsKFZRJOOB0viTKaBGS9N5bSOo13 { width:10.125rem;height:2.875rem;top:17.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rndQMqMgCQtMiwawbnBV7efVPrLgu9qe { display:block; }
 }@media only screen and (max-width: 763px) { #BXUtBPVVTFX6NGykBiBDbzZmyFisCc31 { width:20rem;height:1.6875rem;top:2.5625rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROITMGWGcRFP3C3KK1NnGkbsALImklBR { width:20rem;height:13.6875rem;top:27.375rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #OuasJvFUKi3JP5TOBuHM5tCUfDcAIq1b { width:10.125rem;height:2.875rem;top:36.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aepP0DzXyT17XphKevdQxbnExMEOrr7v { display:block; }
 }@media only screen and (max-width: 763px) { #Wb48eKOMoFW9fuqk5670uV61UzWn8TIn { width:18.8125rem;height:5.9375rem;top:29.0625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UXOaZemvJAg3eMoNAEG6aULfr68PTqTp { width:14.5625rem;height:1.625rem;top:25.125rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KSp4GERkcUTIXtiOprkGqKSOnce5gdnh { width:0.5625rem;height:0.5625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSxQpV7Gy2WeiJNkp4FhnTN6WJmQoDUl { width:20rem;height:13.6875rem;top:42.3125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cHPqgmHTG3ws5Nc0F1UFsItQdfm8R7nf { width:10.125rem;height:2.875rem;top:51.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy70S2dEwUnqtORuaWcd4ntdBHtPWkkb { display:block; }
 }@media only screen and (max-width: 763px) { #OrcGMrXR4R7aOvkoW0pCG8bAwIynUQUu { width:18.8125rem;height:5.9375rem;top:44rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HTfvZ8CglgKQaFo2NCoLOWJTPhynrwTg { width:20rem;height:13.6875rem;top:57.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LHlz8tn522xHbVaHknEsTkvsFSa3LkT8 { width:10.125rem;height:2.875rem;top:66.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJ1IEQRK7PRC4s112BFNMkV2QaryUD0 { display:block; }
 }@media only screen and (max-width: 763px) { #wKWRX4EhJyEuikgcVPaLB7sTV6Flps9B { width:18.8125rem;height:5.9375rem;top:58.9375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HBb6cJOey5L1IzBLM9WtfFZld24ZKAW8 { width:20rem;height:13.6875rem;top:72.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hDpEXSRflWLeanM4pRdoQkEQz25nHWwI { width:10.125rem;height:2.875rem;top:81.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiKVFbQJL1cwLyqv6CITu04QKRCr7BAu { display:block; }
 }@media only screen and (max-width: 763px) { #PD1CRVTMvDMuRlOXSQzqGCWsKxZkkuMH { width:18.8125rem;height:5.9375rem;top:73.875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZOX8VVAr1yb8IJaxkGDf1BlpTWGvkl5D { width:20rem;height:13.6875rem;top:87.125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ednST4twTeVfRMaC9hq00NyOgtlD6b25 { width:10.125rem;height:2.875rem;top:96.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWftdLcdqapREQ6xbBAdxqcofE4s71h4 { display:block; }
 }@media only screen and (max-width: 763px) { #S01SOJ1iw9EbvBtBKJd2IbIPKQsHmrOp { width:18.8125rem;height:5.9375rem;top:88.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JMzSTNg7Gsl7lVQ5A6CughswWcqx4e98 { width:14.5625rem;height:1.625rem;top:103.5rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xQiFPXNFIzZgwyImAWB9akHFC9dglCPb { width:0.5625rem;height:0.5625rem;top:104.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A26TVVBP1kzdw9FSGohICyIF0MaIDeDN { width:20rem;height:13.6875rem;top:105.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vXmOA4Tio95sLqckKGwd7ouX1tEbCTyN { width:18.8125rem;height:5.9375rem;top:107.4375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vFLhZXRAtqNmcBaDy8AAVCFZf6WwiGgq { width:20rem;height:13.6875rem;top:120.6875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #zMHcy20P6igAIQ7sMsc9Q40Nr89HSUir { width:18.8125rem;height:5.9375rem;top:122.375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #J8fFtAV6ioRfNIC77q3mpCLJ1B6vkac7 { width:20rem;height:13.6875rem;top:135.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #AfKMsqowwyecIciuh8B6qq9qsZliucNC { width:18.8125rem;height:5.9375rem;top:137.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XlL6mLLQwIVQpqgXSHNXySw420uxNkWa { width:10.125rem;height:2.875rem;top:114.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThTgzfXcAdDOLdqqXQsdHDUob5PJMRr { display:block; }
 }@media only screen and (max-width: 763px) { #TZzrNCA8sn4ZzG9Iad2L41DcVNK0Il6Z { width:10.125rem;height:2.875rem;top:129.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzM5WX28sE5pWRPtZTJVaEDEs34bB5by { display:block; }
 }@media only screen and (max-width: 763px) { #KpMOvDBPQI9sLDN6QCOLoT9i82KpaA0W { width:10.125rem;height:2.875rem;top:144.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDpwGiufHT72hUbmkv2nA2y1cxwTrW5t { display:block; }
 }@media only screen and (max-width: 763px) { #OnrbAvHAeKLDxXkaAFL0TBUWunpqKx3x { width:0.5625rem;height:0.5625rem;top:152.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN9uf02IGEXSt078liUsS1hxhi649GSa { width:14.5625rem;height:1.625rem;top:151.625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LnXmIszAEAdKTQiZRux41dyoXtWZiAkT { width:20rem;height:13.6875rem;top:153.875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ccNet9XtqN53iIBuUy1AiTbH2gToVJ36 { width:18.8125rem;height:5.9375rem;top:155.5625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eSNHmZewJQElWthtaEJrQRva8udihbtN { width:20rem;height:13.6875rem;top:168.8125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #v31QT00l5dRwFTTBGQXExn4BrNP13DAp { width:18.8125rem;height:5.9375rem;top:170.5rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #g1L1GHTlgESuxct8mRX3RMZcGIPSKTJK { width:10.125rem;height:2.875rem;top:163rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFoTmGdF90nieNzXu1AyP6wOEeNxTI7s { display:block; }
 }@media only screen and (max-width: 763px) { #prrrCvCAFbHqXRoCQQc1tD1Uc1QQ2W6H { width:10.125rem;height:2.875rem;top:177.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlPwLARDzQUByi40PDNWPg97pDeB6Mgz { display:block; }
 }@media only screen and (max-width: 763px) { #zqPRnL9z7LSVfM2rOlHM29r6adRVAgrD { width:20rem;height:13.6875rem;top:183.75rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TTdplfLHqqhJRocVyCxdtTk9mhWT1RgD { width:10.125rem;height:2.875rem;top:192.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4kA2MgWl0e4hc04WXy89QZrJPcDHi9 { display:block; }
 }@media only screen and (max-width: 763px) { #kISH7K1Boa4BMMxp12878PLfKmflikpb { width:18.8125rem;height:5.9375rem;top:185.4375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #t8q2p6ebJXyO3ogxTIZGfgiGxthCrWbk { width:20rem;height:13.6875rem;top:213.625rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #UUpJvPk0kSfxiNtdGpVMWmaiShTPO31U { width:20rem;height:13.6875rem;top:228.5625rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #g5D8AqusOnSsPbQlLy71Xl5g2GDsNZsm { width:10.125rem;height:2.875rem;top:222.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRNbEleNBvWtBiKg1GJIaHyqwsGOXLw4 { display:block; }
 }@media only screen and (max-width: 763px) { #hEu6N3MCyO63nmkX8KlDHi1K7yUCfTaH { width:10.125rem;height:2.875rem;top:237.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUNBV7zGD5P2KHXcX4peRbQuTUK6g31J { display:block; }
 }@media only screen and (max-width: 763px) { #R2VKTtrH220s4hJfCw3AtxnPXHgapCO0 { width:20rem;height:13.6875rem;top:198.6875rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6SWRLeKDsd3V5wOkTJL8IrfnMXRBKD { width:18.8125rem;height:5.9375rem;top:200.375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cnwgso8dqSLGuGDnHkTbE6igDCXXesrk { width:18.8125rem;height:5.9375rem;top:215.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SmTJZ2wcBQcWsNut0TmOxrTPxVDlN6TO { width:18.8125rem;height:5.9375rem;top:230.25rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #luJ4FQPPABCAZr3J1auacgcOMfvgo93L { width:10.125rem;height:2.875rem;top:207.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewkilDBaewDVCfB5IPGZV0OqIJMqyZEe { display:block; }
 }@media only screen and (max-width: 763px) { #ALAuSdhSN2GdUtddc5MTE59yv06dFXG0 { width:20rem;height:13.6875rem;top:258.4375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #U2v1kE61RbES6JX9kleKJ4XcdyPXfoaV { width:10.125rem;height:2.875rem;top:267.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G967glDUVRo4evd5vthD3kx8MNrAaPqB { display:block; }
 }@media only screen and (max-width: 763px) { #ZMQ192aeKu0f3AdxSGTkomzAeWQWZn4g { width:20rem;height:13.6875rem;top:243.5rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #RRwyt3hTfkcHESr901kL6gyiNKUPThQF { width:18.8125rem;height:5.9375rem;top:245.1875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #m0TvlQP6AGUl0frBUMSbS0dgNHd6L2Gx { width:18.8125rem;height:5.9375rem;top:260.125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Lv5yD2QSfFPIVusf0oXT8R8AQmAep4t6 { width:10.125rem;height:2.875rem;top:252.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQwh9yPKPMwVd8yTzqMyBS0ZaNLvM1Hy { display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { background-color:#fbedd2;background-image:url("https://images.assets-landingi.com/uc/bf067785-94d0-4e3c-9ea6-f966a2aa8ebf/LPimagesGeneral2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.adaptive-delivery-prevent-bg, #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.lazyload, #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv.lazyloading { background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { background-color: transparent; background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { width:20rem;height:16.25rem;top:6.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7kZec66vOS5licUTDIwgh3hKT96NTpN { width:20rem;height:1.6875rem;top:2.75rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHQ3b6Ta0Pl1e7WooMLe8nqTxTHl0AUc { width:12.625rem;height:3.1875rem;top:24.0625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1VfQBzdtlEcn30TkcHL4TNyzq2BtGLf { display:block; }
 }@media only screen and (max-width: 763px) { #h9uQAarNP7656T12FSD05418hewECFDP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { background-color: transparent; background-image: none; }#h9uQAarNP7656T12FSD05418hewECFDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container { display: none; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { border-width: 0; border-radius: 0; }#h9uQAarNP7656T12FSD05418hewECFDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9uQAarNP7656T12FSD05418hewECFDP > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7rd6KzKW9t2FkQr60OmWzq0KqQF1Wa7 { width:20rem;height:6.25rem;top:6.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EcbP4TETBfAKItHgtqTWsyWHnISTfdym { width:20rem;height:1.6875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKydTewKVSqchv6zxrOTw98SJJ1OeZqX { width:14.5625rem;height:1.25rem;top:14.1875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #guvcKt42MhioaTiZ5cT3w4O9bkus9azQ { width:0.5625rem;height:0.5625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1M3GrdFvai47SonZa6na8cQshnklUV9 { width:0.5625rem;height:0.5625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFaTxsCbbt6GvMxLct3LBrLAwzCOLThE { width:19.125rem;height:1.25rem;top:16.5625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VkPLqQ5T1eFngl8doA4h6PWnyUQKFfFB { width:0.5625rem;height:0.5625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20h4vovSNnIScoQQ35d4TL0Jidq0222 { width:19rem;height:2.5rem;top:19.3125rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oneCA85aiexii9G8bJdux15NdBPHtA3U { width:20rem;height:7.5rem;top:23.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UCOArnZalZ1syz8WdOlAyyCOCcWGSG1P { width:20rem;height:13.333rem;top:33.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:9.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:17.8125rem;height:1.125rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid rgba(47,47,47,0.52);border-left:0.0625rem solid rgba(47,47,47,0.52);border-right:0.0625rem solid rgba(47,47,47,0.52);border-bottom:0.0625rem solid rgba(47,47,47,0.52);display:block; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { width:0.125rem;height:1.25rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { width:6.375rem;height:0;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { width:7.0625rem;height:0;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { width:6.4375rem;height:1.125rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }