.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:232,232,242;--color-primary-1:180,180,213;--color-primary-2:104,104,171;--color-primary-3:52,52,86;--color-primary-4:16,16,26;--color-secondary-0:255,234,233;--color-secondary-1:255,184,182;--color-secondary-2:255,112,108;--color-secondary-3:128,56,54;--color-secondary-4:38,17,16;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:51,51,51;--color-tertiary-3:42,42,42;--color-tertiary-4:0,0,0;--headlines-font-family:Roboto;--paragraphs-font-family:Roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47344af5-2d2c-4b03-b4f8-c21ec10488d7/AngieCampLelaneyJohnnyI131633.jpg");background-position:bottom left !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:6.743625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnQOULp7TpMfe9q8cInyU87duyvHLBNk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:4.30615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:graphik;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.875rem;left:31.375rem;display:block; }
#ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N52fpRhiUWN8xOpWtp31Q05HAAqIp3g6 { 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.25rem;width:9.8125rem;top:0rem;left:50.1875rem;overflow:hidden;display:block; }
#Rc1lrz1BwIJNGmrQkyBG6BUgHPZTKEQW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.8125rem;left:11.0625rem;display:block; }
#OFv7Ln8TwIJXAROKVEqV53wNzQl2y3HJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container { background-color: transparent; background-image: none; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container > .video-iframe-container { display: none; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row > .video-iframe-container { display: none; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .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); }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container { border-width: 0; border-radius: 0; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#uEMnfoyPXL04NkhNOxMQclkzOVkpZLdw { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.5rem;left:1.875rem;height:2.1308625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#duH0IC4uhrx9TkZtIvxP8AqmOxQiTbWP { color:rgba(var(--color-tertiary-2),1);display:block;width:22.8125rem;position:absolute;font-family:graphik;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.5625rem;left:1.875rem;height:18.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;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oD273NOTJ1hlu723vr3Hn2sAGgF8XPfA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:12.0625rem;width:16.0625rem;top:9.787109375rem;left:29.103515625rem;overflow:hidden;display:block; }
#fgq6EwD0Jl7AbawyG1LFp748kPg9bZXr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:15.875rem;width:13.9375rem;top:11.8125rem;left:43.40625rem;overflow:hidden;display:block; }
#wVnKPhy1f1Iq7Eivb6tlW05QOBBoLZJi { position:absolute;display:block;z-index:15013;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.3125rem;width:15.375rem;top:3.474609375rem;left:43.40625rem;overflow:hidden;display:block; }
#glTROooJoZINitoA12Tu8byrQheLeG58 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeeee;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; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container { background-color: transparent; background-image: none; }#glTROooJoZINitoA12Tu8byrQheLeG58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container > .video-iframe-container { display: none; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row > .video-iframe-container { display: none; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .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); }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container { border-width: 0; border-radius: 0; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:60rem;position:relative;display:block; }#mdTTwTrfzUw8wPsSJxr0n1AaqHgNuCOw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.3125rem;width:29.9375rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#eaQw9b1rTUVzv5FAhiWKIVXQkP2ybZ2N { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:31.875rem;height:4.54980625rem;font-style:normal;display:block; }
#KA2dgDHm6shtpU1LDTKP6MwhDCWBD9C1 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.1875rem;position:absolute;font-family:graphik;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.875rem;left:31.875rem;height:17.0625rem;display:block; }
#oLx7Zec6HrvIFxVtDzhsqFKFTlBsv7Vq { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.875rem;left:2.9375rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CrRcyH8NsPwIz0cUMvkIudmUa2Qf9Lu2 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:34.6875rem;left:2.9375rem;height:2.15625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vk4Tsl52wmtg8we0F7puUecI1ytrNyRg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:54.25rem;left:7.375rem;display:block; }
#a7RfBe6RnypSzalOuksaVwoJ6mU09LVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AqMUWGcq0QsMriH9HdqI93Httcbheqi1 { position:absolute;display:block;z-index:15030;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:14rem;width:21.1875rem;top:37.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#mhEk8BoV1d54HlAlT6MTdkpccWV0kp8b { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:51.9375rem;left:2.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T61M3oDRn8tWf3nS910bNbBUprDrSARl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:57.3994140625rem;left:7.375rem;display:block; }
#Q6El4fBsbm90mrfsxxerCWoerIMTOOho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container { background-color: transparent; background-image: none; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container > .video-iframe-container { display: none; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row > .video-iframe-container { display: none; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .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); }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container { border-width: 0; border-radius: 0; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#De0KvMle98TOE5sK05wrilVaPl6TKfJM { color:rgba(var(--color-tertiary-3),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.6875rem;height:10.8871875rem;text-align:center;text-align-last:center;display:block; }
#od8mgh1LAh6prqy8DHJsdh9GUaQ5nMrL { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B8EPTTsHaa52RRZxT04GndkAnGhIs0Lr { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:12.125rem;left:27.1875rem;display:block; }
#gscMMf22ETAAoHhszBxt37JwQ7wOoxGT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.125rem;left:28.625rem; }
#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9efc981-1c8c-45d0-b587-d0b2f51734ce/TD_I110_Snap_Sofa_ES.preview.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8.adaptive-delivery-prevent-bg, #sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8.lazyload, #sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8.lazyloading { background-image: none; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container { background-color: transparent; background-image: none; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container > .video-iframe-container { display: none; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row > .video-iframe-container { display: none; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .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); }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container { border-width: 0; border-radius: 0; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#P3VUrxbRZyy742JHNCuVIHyH0VKCsgyx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:2.71875rem;height:7.347625rem;text-align:center;text-align-last:center;display:block; }
#dqqs74HJ6hUJ75oM0o4Sw7yOxatAeSy9 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.25rem;left:4.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dx3LzZzTyp0MfwQsgyJFzR8qER4kUdRf { color:rgba(var(--color-tertiary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.3125rem;left:22.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#LppZJATtlsad6N46hM5ZVftzxXTMXT00 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3741875rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:13.625rem;left:22.25rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#bpvlGHhETHlfT7d6NltciF4S5qQo82nI { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.25rem;left:44.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#muevGwaTmt9u4WTR0fm8MsbAM38wXDAK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.37375rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:13.625rem;left:42.375rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#n54I64OP04dUfayAtc93TKTSJ5Lkd4Vk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:17.875rem;width:17.625rem;top:4.375rem;left:1.3125rem;display:block; }
#k3hAZGXZLQ7l4Pc4cl3Zqop4PIkzhXO5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.14) ;height:17.875rem;width:17.625rem;top:4.375rem;left:21.125rem;display:block; }
#pwxtDO6IWqm1i2mmmqQbebLxUCK1EWI8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.16) ;height:17.875rem;width:17.625rem;top:4.375rem;left:41.125rem;display:block; }
#OIlgenqrrJc4plUhlqLLVrltt59NVJyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.8125rem;left:47.6875rem; }
#AfwAKF65siIQSOTWiXPut2aR0IEET403 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:18.5625rem;width:17.625rem;top:24.5625rem;left:11.3125rem;display:block; }
#OswA8HCExD7D5y9mPLJlwucrPWqlpdB2 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.125rem;left:14.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wxEaRQFFwA5y2fp5dtmkkLiJK66e6brx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:27.0625rem;left:17.6875rem; }
#cJyiBM1pnG7XgdTIXxn9UoaTFulLe6ed { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3730625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:35.4375rem;left:12.4375rem;height:6.12305rem;text-align:center;text-align-last:center;display:block; }
#AKF9bgfHIDwX68wZM3ISXnGthzEWIMsh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3730625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:35.4375rem;left:32.375rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#Mp4iw9wgTmCJwP4pIpEKKKvPOgvaXnvf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.14) ;height:18.5625rem;width:17.625rem;top:24.5625rem;left:31.125rem;display:block; }
#Xz2Ti5WnRsQFlNVkcGPsrMlkcE8Z3z6s { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.125rem;left:33rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#K6KumMTpaFB1gzNELEPGSJ8asK6nUmzX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.3125rem;left:37rem; }
#B2WouF3o7cL2nenrcLpzq7m7TlnAnqHU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.4375rem;left:27.5rem; }
#JG9XED2zdau3N5s3VURBFF8i6DLd4udC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6rem;left:7.9375rem; }
#o1OIJoOZceipP81TQycFKH4dTIruXTEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container { background-color: transparent; background-image: none; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container > .video-iframe-container { display: none; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row > .video-iframe-container { display: none; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .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); }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container { border-width: 0; border-radius: 0; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#bAlANQ3D7v33P18efkdocVEX7GyTG3HC { color:rgba(var(--color-tertiary-3),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:9.6875rem;height:10.8871875rem;text-align:center;text-align-last:center;display:block; }
#qRg1VulLllGMauk0iQIyfJkMTWLf21XT { color:rgba(var(--color-primary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container { background-color: transparent; background-image: none; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container > .video-iframe-container { display: none; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row > .video-iframe-container { display: none; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .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); }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container { border-width: 0; border-radius: 0; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:60rem;position:relative;display:block; }#zmWvdvw1lXTS06ih4RsZEbPll2LUhQ12 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bfde5b2f-f414-4695-b303-ce0e64cb734f/Albaalier.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:1.6875rem;left:3rem;display:block; }#zmWvdvw1lXTS06ih4RsZEbPll2LUhQ12.adaptive-delivery-prevent-bg, #zmWvdvw1lXTS06ih4RsZEbPll2LUhQ12.lazyload, #zmWvdvw1lXTS06ih4RsZEbPll2LUhQ12.lazyloading { background-image: none; }
#GCG4pT9V6cEXiNtyvhmbNhKxd5MZZIob { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJLS1OXdFbOTkGUhnHmbsb5UD6uSpQcK { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.25rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8xyufohDpbdAMcfCn90t9ps3CAd5T2g { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.9375rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gA9bVHpsS91dWJSOsHv372T2BzESpP45 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.25rem;left:20rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfMWDqyRWCHuybQymUQTuecIrcuJThDG { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8125rem;left:21.1875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNe1cTLzz9oo8vI9PtixalJT1Xnq06pQ { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcrVO83x8BZDzKcBxoyCOfZwTaNdMGkE { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/efd26035-7c72-44e6-8171-91d0f44261d1/Gilbarrero.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.5rem;width:14.0625rem;top:1.6875rem;left:23rem;display:block; }#RcrVO83x8BZDzKcBxoyCOfZwTaNdMGkE.adaptive-delivery-prevent-bg, #RcrVO83x8BZDzKcBxoyCOfZwTaNdMGkE.lazyload, #RcrVO83x8BZDzKcBxoyCOfZwTaNdMGkE.lazyloading { background-image: none; }
#Zu0kPTQtGan6p9fkoiG9gJanQTW5do16 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.25rem;left:40rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IO3IgmoozoktW2l17Fy2bUUIWDao4LaT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:21.8125rem;left:41.6875rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIbrDZN06i544MW317sbhzAVO7m26LEo { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ks97av0aTvRoA0diRzsdIi7AFvc0bGRI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:29.125rem;left:9.125rem; }
#Ks97av0aTvRoA0diRzsdIi7AFvc0bGRI > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#k7Ta3P9OkstBaJB7ImOVCwWnHaUIQHNT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:29.125rem;left:49.1875rem; }
#k7Ta3P9OkstBaJB7ImOVCwWnHaUIQHNT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#eCcJOyrXi5HmVeyQfNsEWbzeGRoKqHbs { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/154aeb38-9d34-4382-a3be-8e010638b48b/Nairalcocer.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:1.6875rem;left:43rem;display:block; }#eCcJOyrXi5HmVeyQfNsEWbzeGRoKqHbs.adaptive-delivery-prevent-bg, #eCcJOyrXi5HmVeyQfNsEWbzeGRoKqHbs.lazyload, #eCcJOyrXi5HmVeyQfNsEWbzeGRoKqHbs.lazyloading { background-image: none; }
#KocBtqoKOwZCpkwqgTy98lbPcm8PfJC4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:29.125rem;left:29.1875rem; }
#KocBtqoKOwZCpkwqgTy98lbPcm8PfJC4 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#XG8CLeeNacQ88TrsrmhQDuT8kTyQeazG { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9db68a4f-4856-42c6-8c8d-cfbf08438a24/Sorayamunoz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:33rem;left:3rem;display:block; }#XG8CLeeNacQ88TrsrmhQDuT8kTyQeazG.adaptive-delivery-prevent-bg, #XG8CLeeNacQ88TrsrmhQDuT8kTyQeazG.lazyload, #XG8CLeeNacQ88TrsrmhQDuT8kTyQeazG.lazyloading { background-image: none; }
#WRLaTzMOnTXIz0H1RUoxS95pGz5Aw5cn { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:47.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqPNq2utGZbCVqKfXdAJ7DT7eFraScFf { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:50.25rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3E0RSQAPQXCSb8J5yJyZbPTVNIUPKPH { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:50.25rem;left:20rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3FS4ueMR2PRL5QrZFUAcPmGcT2TI9F5 { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:47.5625rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvnqKx5aDccNMDIQgmy0PhJRTfADnFsV { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ba8b023e-02d5-4365-92d7-89792cbab546/BorjaroMERO.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:33rem;left:23rem;display:block; }#MvnqKx5aDccNMDIQgmy0PhJRTfADnFsV.adaptive-delivery-prevent-bg, #MvnqKx5aDccNMDIQgmy0PhJRTfADnFsV.lazyload, #MvnqKx5aDccNMDIQgmy0PhJRTfADnFsV.lazyloading { background-image: none; }
#M0myQAyIp5sS7k1PR4wo6SPTBexhiwW2 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:52.8125rem;left:0.9375rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbtbTorm5S8GMpIyvp03VuD2mR6E4BJg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:52.8125rem;left:21.1875rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiTq490Cf6I8uaUZyVU4HactG4v5IgS9 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:50.25rem;left:40rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f123l6UKQl1caKDfolvcDW3MFXeBX8gA { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:52.8125rem;left:41.6875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTABHLzNy24dSIrkBN370RUZoE17d3Et { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:47.5625rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpAuIBbfCCyrrom336CduMGA9PHiXAFA { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a363e8b2-5f58-4949-be8f-8b9efe3b64f1/Soniadelasheras.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:33rem;left:43rem;display:block; }#VpAuIBbfCCyrrom336CduMGA9PHiXAFA.adaptive-delivery-prevent-bg, #VpAuIBbfCCyrrom336CduMGA9PHiXAFA.lazyload, #VpAuIBbfCCyrrom336CduMGA9PHiXAFA.lazyloading { background-image: none; }
#r3N6LDssau0TyCz9UdJ9hwPlg7fGRkNh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:61.1875rem;left:9.1875rem; }
#r3N6LDssau0TyCz9UdJ9hwPlg7fGRkNh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#gMTJpCcFHUBM0wFVTlNr6JEbBpXRvbkF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:61.1875rem;left:29.1875rem; }
#gMTJpCcFHUBM0wFVTlNr6JEbBpXRvbkF > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#iWBo7R015ifPaANXbU2k5XiHF0uymiW9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:61.1875rem;left:49.1875rem; }
#iWBo7R015ifPaANXbU2k5XiHF0uymiW9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#tRymnGcMR4OSfZvU3E6X3F4UM2aMtn7R { color:rgba(var(--color-tertiary-3),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:9.6875rem;height:9.34375rem;text-align:center;text-align-last:center;display:block; }
#izF5uBwL5V3zbqLez0yTxUEAEiSM4SC7 { color:rgba(var(--color-primary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.515625rem;left:15.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T0Db9IMDVDnNRWfBo0OJXVo8KmcvrTJM { position:absolute;display:block;z-index:15002;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:11.4375rem;left:27.1875rem;display:block; }
#qUgX5ay37TvgGR63f0AFgKPaa11X33n9 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:12.875rem;left:28.59375rem; }
#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container { background-color: transparent; background-image: none; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container > .video-iframe-container { display: none; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row > .video-iframe-container { display: none; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .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); }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container { border-width: 0; border-radius: 0; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container { font-size:0.875rem;font-family:arial;height:94.5rem;width:60rem;position:relative;display:block; }#FdDeo8ZzKXJu9tUHcPkeOfp1rn6dBnQz { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:11.3125rem;height:2.51871875rem;font-style:normal;display:block; }
#AJf59TVANGexf4XnMf5BoTXJRTrQyNBH { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:graphik;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.5810546875rem;left:11.3125rem;height:5.51220625rem;font-style:normal;display:block; }
#Bi3VTi3HEu1n7q1aeFBg5JtAxgV2yaiU { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:graphik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:19.125rem;left:11.3125rem;height:7.349625rem;font-style:normal;display:block; }
#aiuDoyq67Umt4lIvmQRSK32HmMoM62LT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:11.3125rem;height:2.51871875rem;font-style:normal;display:block; }
#gJgogkcCATECnBQ33TXu6BSIWKOVcK9W { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:graphik;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:34.875rem;left:11.3125rem;height:5.51220625rem;font-style:normal;display:block; }
#TueTdaMQaTSsTrRIeWHrkkNFGTPFkMk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.8125rem;left:11.3125rem;height:5.0374375rem;font-style:normal;display:block; }
#CBQgVqPUoQGLqy5xcddNUqoTy3UsT0OP { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1875rem;position:absolute;font-family:graphik;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:46.5rem;left:11.3125rem;height:7.349625rem;font-style:normal;display:block; }
#Ib7evd68zth0bb4787nKTFwaQ64VSSTg { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44rem;left:11.3125rem;height:2.51871875rem;font-style:normal;display:block; }
#ooLb8mWyvG1dESNn31AHEwJvkSfw0S4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:graphik;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:59.875rem;left:11.25rem;height:11.0244375rem;font-style:normal;display:block; }
#tRy6AR8weVzDldqnpMPvlJOTz0Hynr6T { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.375rem;left:11.3125rem;height:2.51871875rem;font-style:normal;display:block; }
#zlrmn6TIfvFEgoluKw0SgVGSXsFaqBig { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:graphik;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:79.125rem;left:11.3125rem;height:5.51220625rem;font-style:normal;display:block; }
#P4hQAo2eTOkg9v2HiiL9ToByDuI6bfcW { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:74.150390625rem;left:11.3125rem;height:5.0371125rem;font-style:normal;display:block; }
#koQo2ftU0lMnQNiZI9XCILgSc0d7f3RH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.5rem;left:2.0625rem; }
#b6fW81TKKOxrJQgnxDGJpivfLw3HUnxh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.9375rem;width:8.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.5966796875rem;left:2.4375rem; }
#e0h0e5uyMIglTgq6KSvTc8lOFPTbTI1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.341796875rem;left:2.25rem; }
#ZIUAytaz7ZFp1qk19b9igdaJIx9DWMzg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:44.9375rem;left:2.25rem; }
#ocml6G28BvWTyT7gJGuLUVS13lzTFFBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:60.0625rem;left:2.25rem; }
#QHClUhSPh66Om1goumsL4dlzPdIBPdz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.3125rem;width:9.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:75.8125rem;left:2.25rem; }
#IyTE3MmCpcsBMkSwALJ5Fhb2ut1UbPsB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:87.125rem;left:20.78125rem;display:block; }
#WJmn5aOKuKyy2IgHSTrlPUytTXdeNMS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeeee;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; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container { background-color: transparent; background-image: none; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container > .video-iframe-container { display: none; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row > .video-iframe-container { display: none; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .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); }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container { border-width: 0; border-radius: 0; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#OeuGZr3EvCVe7KmeqTtiHGBhfpOU3gKN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.78125rem;left:0rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RWtOBt2Th30my4KKwXkxRSeH2h3RrL1q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.625rem;width:17.4375rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#ZTlsFiPquToPgZquPN4daMguAqHOaZEw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.1875rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FmtTDma69J5PsytTX2SZCMptydEOPkmm { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.0625rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gVhDfrkMnU3vDCXhKldy5nmVocqTJhgh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.375rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y795RpGwMJ01NzT9vw5R6SuonTBJqCtx { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ptxWxUO2UPobqX0pXPQ0f9BMfBnQnbLO { color:rgba(var(--color-tertiary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3515625rem;left:0rem;height:3.49365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4Vmgpx1yWD2GQ4Hdy7s7TUPofmtGIRy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.8125rem;left:20rem; }
#sXtZuSpu3PTMorTrewGnnDaDDhS85MLv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.125rem;left:20rem; }
#AxzpSLhV1gcdmxeHxs60CqlvoOPfK9h6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.8125rem;left:40rem; }
#gcc46E2V7TJAUqX4y398HwQ5fPpiOLIm { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.1875rem;left:42.5rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SQ0yEU6sdd05wmirhOce7ZcmbfI7CJI6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.0625rem;left:42.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xqgdkbtHJyGJt2lrJpzLaFxnzCF6IWoB { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:graphik;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:15.4375rem;left:42.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xBwSsRS8d6gXL2PW8X3lZrd2RdTFOsc7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.25rem;left:42.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wBnK15DeDQr6C5n62TXzr4UbROfZxziS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13rem;left:40rem; }
#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeeee;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; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container { background-color: transparent; background-image: none; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container > .video-iframe-container { display: none; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row > .video-iframe-container { display: none; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .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); }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container { border-width: 0; border-radius: 0; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { color:#373737;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#NBhSTvGxlEcOstGNt6MVxcfCIk9Xc916 { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.76204375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.71875rem;left:42rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2937aeb4-df00-404d-808b-1953ecb1e42a/SC2_SCF_girlhand_ES_825x675.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z.adaptive-delivery-prevent-bg, #EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z.lazyload, #EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z.lazyloading { background-image: none; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container { background-color: transparent; background-image: none; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.86); }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container > .video-iframe-container { display: none; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.86); }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row > .video-iframe-container { display: none; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .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); }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container { border-width: 0; border-radius: 0; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#LI2RLxObILuyo4No0rF7GuPZ9OdebRro { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.5rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTPUNJJpZJ3GpnzBUsz92XhcC6dXzDwy { color:rgba(var(--color-tertiary-0),1);display:block;width:55.375rem;position:absolute;font-family:graphik;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSOCNUkoDAAJvBiDbHtNx8CtyZ6gQi3e { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.6875rem;left:21.5rem;display:block; }
#SiSfZHtPatCTISMRfLJZq5HLyg6mfn6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container { background-color: transparent; background-image: none; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container > .video-iframe-container { display: none; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row > .video-iframe-container { display: none; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .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); }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container { border-width: 0; border-radius: 0; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#zUfTFyHnGmwvPVViP04kJqgPGZIEH2ED { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:5.25rem;left:46.875rem;display:block; }
#EPb5D2BZuPKFVIwx6Jpc5VuhJRKsmaCT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:5.25rem;left:39.5rem;display:block; }
#ssa5nOeQnz5fNFmhMgl7XVueSmJPvavn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:5.25rem;left:43.125rem;display:block; }
#H7yaeazIz09WBT1loyNVzb0BWwd1A6Wk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:5.13818359375rem;left:0rem;height:6.12305rem;font-style:normal;display:block; }
#AUlr3keNBBElaolid2NlR0aQKIiiT3Nb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:10.125rem;left:26.8125rem;height:2.449225rem;font-style:normal;display:block; }
#eIniTi9hJo17O9vP8AfXmsFMRrTAUgqP { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:13.3125rem;left:24.375rem;display:block; }
#Aora4seaaWaHtTqgFUfsWo8Hs3y9geEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.5625rem;left:26.75rem;height:1.2246125rem;font-style:normal;display:block; }
#oGdN4HPPtqidEBdWQ8vz9fbZCuzVqd1m { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.25rem;left:26.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#NvlT71Shim46vM1J0XUmh3qLSVXfuhEB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.25rem;left:24.375rem;height:1.04980625rem;font-style:normal;display:block; }
#ADzvJNNuTUow2L2ducCfe6wSrSK4kKZn { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:13.3125rem;left:0rem;display:block; }
#UovtKbGiTvf9AAWdcqUKUvKz0GopBKFs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.125rem;left:24.75rem;filter: drop-shadow(0.0625rem 0.1875rem 0.125rem rgba(0,0,0,0.5)); }
#JZsDBufK6PW4SdXzFzRIT5upsV99sSVV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.4375rem;left:24.8125rem;filter: drop-shadow(0.0625rem 0.1875rem 0.125rem rgba(0,0,0,0.5)); }
#pCRLcXlTTLuriFdUktD7HLLpoCO0aucC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:9.9375rem;left:24.75rem;filter: drop-shadow(0.0625rem 0.1875rem 0.125rem rgba(0,0,0,0.5)); }
#g8kqdqDoiM6JaM1HDErhc4qwxnydeUQc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:5.875rem;left:47.5rem; }
#g8kqdqDoiM6JaM1HDErhc4qwxnydeUQc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#m9vNPQmhdPJrk8aAd4Exb2yVeSnqtiH0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:5.875rem;left:40.125rem; }
#m9vNPQmhdPJrk8aAd4Exb2yVeSnqtiH0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cviD1aeXIHbdR1TxZUvwrghHrzAWRDT0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:5.6875rem;left:43.5625rem; }
#cviD1aeXIHbdR1TxZUvwrghHrzAWRDT0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#lKdXflqQOX6Ll9Slv5IiS9OV9oSK5eJ2 { position:absolute;display:block;z-index:15033;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:10.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OW771gvXLKB11BD5mHaiHcCEGBeHQTsH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:3.25rem;left:39.125rem;height:1.04980625rem;font-style:normal;display:block; }
#fWwaHlR52SulPqcuNx5HyNr6tvpUFTHp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:5.25rem;left:50.875rem;display:block; }
#xRTMit1g08VnG6LdFDpViRv5uCRWZKx8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:5.875rem;left:51.5rem; }
#xRTMit1g08VnG6LdFDpViRv5uCRWZKx8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GtcxP4bS50WHed8L4e39ixuepQlWwdFf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:5.25rem;left:54.8125rem;display:block; }
#pppQUfpeBTqRNbFAL2zP3pDg4gOSJAXJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:5.875rem;left:55.4375rem; }
#pppQUfpeBTqRNbFAL2zP3pDg4gOSJAXJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { width:47.75rem;height:6.6875rem;top:6.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:47.75rem;height:4.25rem;top:12.4375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:47.75rem;height:3.25rem;top:17.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:17rem;height:3.625rem;top:22.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #N52fpRhiUWN8xOpWtp31Q05HAAqIp3g6 { top:0rem;left:37.9375rem;width:9.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc1lrz1BwIJNGmrQkyBG6BUgHPZTKEQW { width:18.4375rem;height:3.6875rem;top:22.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFv7Ln8TwIJXAROKVEqV53wNzQl2y3HJ { display:block; }
 }@media only screen and (max-width: 763px) { #pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX { display:block; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEMnfoyPXL04NkhNOxMQclkzOVkpZLdw { width:30.5625rem;height:4.25rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duH0IC4uhrx9TkZtIvxP8AqmOxQiTbWP { width:22.8125rem;height:18.375rem;top:10.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD273NOTJ1hlu723vr3Hn2sAGgF8XPfA { width:16.0625rem;height:12.0625rem;top:9.75rem;left:22.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgq6EwD0Jl7AbawyG1LFp748kPg9bZXr { width:13.9375rem;height:15.875rem;top:11.8125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnKPhy1f1Iq7Eivb6tlW05QOBBoLZJi { top:3.4375rem;left:32.375rem;width:15.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTROooJoZINitoA12Tu8byrQheLeG58 { display:block; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdTTwTrfzUw8wPsSJxr0n1AaqHgNuCOw { top:2.3125rem;left:0rem;width:29.9375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaQw9b1rTUVzv5FAhiWKIVXQkP2ybZ2N { top:3.5rem;left:21.5rem;width:26.25rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA2dgDHm6shtpU1LDTKP6MwhDCWBD9C1 { top:11.875rem;left:23.875rem;width:23.1875rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLx7Zec6HrvIFxVtDzhsqFKFTlBsv7Vq { width:16.875rem;height:2.25rem;top:31.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrRcyH8NsPwIz0cUMvkIudmUa2Qf9Lu2 { top:34.6875rem;left:0rem;width:15.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk4Tsl52wmtg8we0F7puUecI1ytrNyRg { width:12.0625rem;height:2.4375rem;top:54.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7RfBe6RnypSzalOuksaVwoJ6mU09LVF { display:block; }
 }@media only screen and (max-width: 763px) { #AqMUWGcq0QsMriH9HdqI93Httcbheqi1 { top:37.4375rem;left:0rem;width:21.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEk8BoV1d54HlAlT6MTdkpccWV0kp8b { top:51.9375rem;left:0rem;width:21.5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61M3oDRn8tWf3nS910bNbBUprDrSARl { width:12.0625rem;height:2.4375rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6El4fBsbm90mrfsxxerCWoerIMTOOho { display:block; }
 }@media only screen and (max-width: 763px) { #NGWoVtbch0CXwy4zN0TqFUfl46zxcApe { display:block; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De0KvMle98TOE5sK05wrilVaPl6TKfJM { top:2.25rem;left:3.5625rem;width:40.6875rem;height:10.875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8mgh1LAh6prqy8DHJsdh9GUaQ5nMrL { width:23.375rem;height:;top:6.4375rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8EPTTsHaa52RRZxT04GndkAnGhIs0Lr { top:12.125rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gscMMf22ETAAoHhszBxt37JwQ7wOoxGT { width:2.8125rem;height:2.8125rem;top:14.125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 { display:block; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3VUrxbRZyy742JHNCuVIHyH0VKCsgyx { top:13.625rem;left:0.65625rem;width:14.5625rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqqs74HJ6hUJ75oM0o4Sw7yOxatAeSy9 { top:10.25rem;left:2.75rem;width:10.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3LzZzTyp0MfwQsgyJFzR8qER4kUdRf { top:10.3125rem;left:16.6875rem;width:14.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppZJATtlsad6N46hM5ZVftzxXTMXT00 { top:13.625rem;left:16.0625rem;width:15.3125rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpvlGHhETHlfT7d6NltciF4S5qQo82nI { top:10.25rem;left:33.9375rem;width:11.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muevGwaTmt9u4WTR0fm8MsbAM38wXDAK { top:13.625rem;left:32.0625rem;width:15.3125rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54I64OP04dUfayAtc93TKTSJ5Lkd4Vk { top:4.375rem;left:0rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3hAZGXZLQ7l4Pc4cl3Zqop4PIkzhXO5 { top:4.375rem;left:14.125rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwxtDO6IWqm1i2mmmqQbebLxUCK1EWI8 { top:4.375rem;left:30rem;width:17.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIlgenqrrJc4plUhlqLLVrltt59NVJyF { top:5.8125rem;left:37.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfwAKF65siIQSOTWiXPut2aR0IEET403 { top:24.5625rem;left:0rem;width:17.625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OswA8HCExD7D5y9mPLJlwucrPWqlpdB2 { top:32.125rem;left:5.5rem;width:10.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxEaRQFFwA5y2fp5dtmkkLiJK66e6brx { top:27.0625rem;left:11.4375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyiBM1pnG7XgdTIXxn9UoaTFulLe6ed { top:35.4375rem;left:0.5625rem;width:15.3125rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKF9bgfHIDwX68wZM3ISXnGthzEWIMsh { top:35.4375rem;left:16.4375rem;width:15.3125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4iw9wgTmCJwP4pIpEKKKvPOgvaXnvf { top:24.5625rem;left:14.125rem;width:17.625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2Ti5WnRsQFlNVkcGPsrMlkcE8Z3z6s { top:32.125rem;left:17.625rem;width:14.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6KumMTpaFB1gzNELEPGSJ8asK6nUmzX { top:26.3125rem;left:25.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2WouF3o7cL2nenrcLpzq7m7TlnAnqHU { top:5.4375rem;left:21.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG9XED2zdau3N5s3VURBFF8i6DLd4udC { top:6rem;left:5.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1OIJoOZceipP81TQycFKH4dTIruXTEe { display:block; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAlANQ3D7v33P18efkdocVEX7GyTG3HC { top:2.25rem;left:3.5625rem;width:40.6875rem;height:10.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRg1VulLllGMauk0iQIyfJkMTWLf21XT { width:23.375rem;height:2.4375rem;top:6.4375rem;left:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF { display:block; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmWvdvw1lXTS06ih4RsZEbPll2LUhQ12 { width:14.0625rem;height:14.0625rem;top:1.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCG4pT9V6cEXiNtyvhmbNhKxd5MZZIob { width:20rem;height:2.4375rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJLS1OXdFbOTkGUhnHmbsb5UD6uSpQcK { width:20rem;height:1.1875rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8xyufohDpbdAMcfCn90t9ps3CAd5T2g { width:18.125rem;height:6.4375rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9bVHpsS91dWJSOsHv372T2BzESpP45 { width:20rem;height:1.1875rem;top:19.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfMWDqyRWCHuybQymUQTuecIrcuJThDG { width:18.125rem;height:6.5rem;top:21.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNe1cTLzz9oo8vI9PtixalJT1Xnq06pQ { width:20rem;height:2.4375rem;top:16.5625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcrVO83x8BZDzKcBxoyCOfZwTaNdMGkE { width:14.0625rem;height:13.5rem;top:1.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu0kPTQtGan6p9fkoiG9gJanQTW5do16 { width:20rem;height:1.1875rem;top:19.25rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO3IgmoozoktW2l17Fy2bUUIWDao4LaT { width:18.125rem;height:6.4375rem;top:21.8125rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIbrDZN06i544MW317sbhzAVO7m26LEo { width:20rem;height:2.4375rem;top:16.5625rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks97av0aTvRoA0diRzsdIi7AFvc0bGRI { width:1.6875rem;height:1.6875rem;top:29.125rem;left:7.0625rem;display:block; }
#Ks97av0aTvRoA0diRzsdIi7AFvc0bGRI > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #k7Ta3P9OkstBaJB7ImOVCwWnHaUIQHNT { width:1.6875rem;height:1.6875rem;top:29.125rem;left:38.875rem;display:block; }
#k7Ta3P9OkstBaJB7ImOVCwWnHaUIQHNT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eCcJOyrXi5HmVeyQfNsEWbzeGRoKqHbs { width:14.0625rem;height:14.0625rem;top:1.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KocBtqoKOwZCpkwqgTy98lbPcm8PfJC4 { width:1.6875rem;height:1.6875rem;top:29.125rem;left:23rem;display:block; }
#KocBtqoKOwZCpkwqgTy98lbPcm8PfJC4 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #XG8CLeeNacQ88TrsrmhQDuT8kTyQeazG { width:14.0625rem;height:14.0625rem;top:33rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRLaTzMOnTXIz0H1RUoxS95pGz5Aw5cn { width:20rem;height:2.4375rem;top:47.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqPNq2utGZbCVqKfXdAJ7DT7eFraScFf { width:20rem;height:1.1875rem;top:50.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3E0RSQAPQXCSb8J5yJyZbPTVNIUPKPH { width:20rem;height:1.1875rem;top:50.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FS4ueMR2PRL5QrZFUAcPmGcT2TI9F5 { width:20rem;height:2.4375rem;top:47.5625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnqKx5aDccNMDIQgmy0PhJRTfADnFsV { width:14.0625rem;height:14.0625rem;top:33rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0myQAyIp5sS7k1PR4wo6SPTBexhiwW2 { width:18.125rem;height:6.4375rem;top:52.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbtbTorm5S8GMpIyvp03VuD2mR6E4BJg { width:17.625rem;height:7.75rem;top:52.8125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTq490Cf6I8uaUZyVU4HactG4v5IgS9 { width:20rem;height:1.1875rem;top:50.25rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f123l6UKQl1caKDfolvcDW3MFXeBX8gA { width:16.625rem;height:5.1875rem;top:52.8125rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTABHLzNy24dSIrkBN370RUZoE17d3Et { width:20rem;height:2.4375rem;top:47.5625rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpAuIBbfCCyrrom336CduMGA9PHiXAFA { width:14.0625rem;height:14.0625rem;top:33rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N6LDssau0TyCz9UdJ9hwPlg7fGRkNh { width:1.6875rem;height:1.6875rem;top:61.1875rem;left:7.125rem;display:block; }
#r3N6LDssau0TyCz9UdJ9hwPlg7fGRkNh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gMTJpCcFHUBM0wFVTlNr6JEbBpXRvbkF { width:1.6875rem;height:1.6875rem;top:61.1875rem;left:23rem;display:block; }
#gMTJpCcFHUBM0wFVTlNr6JEbBpXRvbkF > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #iWBo7R015ifPaANXbU2k5XiHF0uymiW9 { width:1.6875rem;height:1.6875rem;top:61.1875rem;left:38.875rem;display:block; }
#iWBo7R015ifPaANXbU2k5XiHF0uymiW9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRymnGcMR4OSfZvU3E6X3F4UM2aMtn7R { top:2.0625rem;left:3.5625rem;width:40.6875rem;height:9.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izF5uBwL5V3zbqLez0yTxUEAEiSM4SC7 { width:28.6875rem;height:2.4375rem;top:5.5rem;left:9.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Db9IMDVDnNRWfBo0OJXVo8KmcvrTJM { top:11.4375rem;left:21.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUgX5ay37TvgGR63f0AFgKPaa11X33n9 { width:2.8125rem;height:2.8125rem;top:12.875rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k { display:block; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdDeo8ZzKXJu9tUHcPkeOfp1rn6dBnQz { top:5.0625rem;left:0rem;width:42.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJf59TVANGexf4XnMf5BoTXJRTrQyNBH { top:7.5625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3VTi3HEu1n7q1aeFBg5JtAxgV2yaiU { top:19.125rem;left:0rem;width:45.625rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiuDoyq67Umt4lIvmQRSK32HmMoM62LT { top:16.625rem;left:0rem;width:41.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJgogkcCATECnBQ33TXu6BSIWKOVcK9W { top:34.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TueTdaMQaTSsTrRIeWHrkkNFGTPFkMk5 { top:29.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQgVqPUoQGLqy5xcddNUqoTy3UsT0OP { top:46.5rem;left:0rem;width:46.1875rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7evd68zth0bb4787nKTFwaQ64VSSTg { top:44rem;left:0rem;width:42.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooLb8mWyvG1dESNn31AHEwJvkSfw0S4Z { top:59.875rem;left:0rem;width:47.75rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRy6AR8weVzDldqnpMPvlJOTz0Hynr6T { top:57.375rem;left:0rem;width:28rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlrmn6TIfvFEgoluKw0SgVGSXsFaqBig { top:79.125rem;left:0rem;width:46.8125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4hQAo2eTOkg9v2HiiL9ToByDuI6bfcW { top:74.125rem;left:0rem;width:40.0625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koQo2ftU0lMnQNiZI9XCILgSc0d7f3RH { top:31.5rem;left:0rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6fW81TKKOxrJQgnxDGJpivfLw3HUnxh { top:17.5625rem;left:0.375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0h0e5uyMIglTgq6KSvTc8lOFPTbTI1T { top:4.3125rem;left:0.1875rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIUAytaz7ZFp1qk19b9igdaJIx9DWMzg { top:44.9375rem;left:0.1875rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocml6G28BvWTyT7gJGuLUVS13lzTFFBT { top:60.0625rem;left:0.1875rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHClUhSPh66Om1goumsL4dlzPdIBPdz9 { top:75.8125rem;left:0.1875rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyTE3MmCpcsBMkSwALJ5Fhb2ut1UbPsB { width:18.4375rem;height:3.6875rem;top:87.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJmn5aOKuKyy2IgHSTrlPUytTXdeNMS0 { display:block; }
 }@media only screen and (max-width: 763px) { #UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M { display:block; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeuGZr3EvCVe7KmeqTtiHGBhfpOU3gKN { width:14.625rem;height:;top:5.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWtOBt2Th30my4KKwXkxRSeH2h3RrL1q { width:17.4375rem;height:11.625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTlsFiPquToPgZquPN4daMguAqHOaZEw { width:16.5625rem;height:3.9375rem;top:5.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmtTDma69J5PsytTX2SZCMptydEOPkmm { width:15.625rem;height:1.6875rem;top:3.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVhDfrkMnU3vDCXhKldy5nmVocqTJhgh { width:15.625rem;height:1.6875rem;top:13.375rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y795RpGwMJ01NzT9vw5R6SuonTBJqCtx { width:16.5625rem;height:3.9375rem;top:15.75rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxWxUO2UPobqX0pXPQ0f9BMfBnQnbLO { width:7.875rem;height:3.5rem;top:2.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Vmgpx1yWD2GQ4Hdy7s7TUPofmtGIRy { top:2.8125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXtZuSpu3PTMorTrewGnnDaDDhS85MLv { top:13.125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxzpSLhV1gcdmxeHxs60CqlvoOPfK9h6 { top:2.8125rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcc46E2V7TJAUqX4y398HwQ5fPpiOLIm { width:16.5625rem;height:6.5625rem;top:5.1875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ0yEU6sdd05wmirhOce7ZcmbfI7CJI6 { width:15.625rem;height:1.6875rem;top:3.0625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqgdkbtHJyGJt2lrJpzLaFxnzCF6IWoB { width:16.5625rem;height:5.25rem;top:15.4375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwSsRS8d6gXL2PW8X3lZrd2RdTFOsc7 { width:15.625rem;height:1.6875rem;top:13.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBnK15DeDQr6C5n62TXzr4UbROfZxziS { top:13rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET { display:block; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { width:47.75rem;height:2.8125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhSTvGxlEcOstGNt6MVxcfCIk9Xc916 { width:30rem;height:2.75rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:14.125rem;height:2.75rem;top:4.6875rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z { display:block; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI2RLxObILuyo4No0rF7GuPZ9OdebRro { width:47.75rem;height:2.8125rem;top:7.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPUNJJpZJ3GpnzBUsz92XhcC6dXzDwy { width:47.75rem;height:2.0625rem;top:11.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSOCNUkoDAAJvBiDbHtNx8CtyZ6gQi3e { width:17rem;height:3.625rem;top:15.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiSfZHtPatCTISMRfLJZq5HLyg6mfn6e { display:block; }
 }@media only screen and (max-width: 763px) { #Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u { display:block; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUfTFyHnGmwvPVViP04kJqgPGZIEH2ED { top:5.25rem;left:40.75rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPb5D2BZuPKFVIwx6Jpc5VuhJRKsmaCT { top:5.25rem;left:33.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssa5nOeQnz5fNFmhMgl7XVueSmJPvavn { top:5.25rem;left:37rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7yaeazIz09WBT1loyNVzb0BWwd1A6Wk { top:5.125rem;left:0rem;width:19.875rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlr3keNBBElaolid2NlR0aQKIiiT3Nb { top:10.125rem;left:20.6875rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIniTi9hJo17O9vP8AfXmsFMRrTAUgqP { top:13.3125rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aora4seaaWaHtTqgFUfsWo8Hs3y9geEZ { top:7.5625rem;left:20.625rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGdN4HPPtqidEBdWQ8vz9fbZCuzVqd1m { top:5.25rem;left:20.8125rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvlT71Shim46vM1J0XUmh3qLSVXfuhEB { top:3.25rem;left:18.25rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADzvJNNuTUow2L2ducCfe6wSrSK4kKZn { top:13.3125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UovtKbGiTvf9AAWdcqUKUvKz0GopBKFs { top:5.125rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZsDBufK6PW4SdXzFzRIT5upsV99sSVV { top:7.4375rem;left:18.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCRLcXlTTLuriFdUktD7HLLpoCO0aucC { top:9.9375rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kqdqDoiM6JaM1HDErhc4qwxnydeUQc { top:5.875rem;left:41.375rem;width:1.875rem;height:1.875rem;display:block; }
#g8kqdqDoiM6JaM1HDErhc4qwxnydeUQc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #m9vNPQmhdPJrk8aAd4Exb2yVeSnqtiH0 { top:5.875rem;left:34rem;width:1.875rem;height:1.875rem;display:block; }
#m9vNPQmhdPJrk8aAd4Exb2yVeSnqtiH0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cviD1aeXIHbdR1TxZUvwrghHrzAWRDT0 { top:5.6875rem;left:37.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#cviD1aeXIHbdR1TxZUvwrghHrzAWRDT0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lKdXflqQOX6Ll9Slv5IiS9OV9oSK5eJ2 { top:0rem;left:0rem;width:10.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW771gvXLKB11BD5mHaiHcCEGBeHQTsH { top:3.25rem;left:33rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWwaHlR52SulPqcuNx5HyNr6tvpUFTHp { top:5.25rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRTMit1g08VnG6LdFDpViRv5uCRWZKx8 { top:5.875rem;left:45.375rem;width:1.875rem;height:1.875rem;display:block; }
#xRTMit1g08VnG6LdFDpViRv5uCRWZKx8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GtcxP4bS50WHed8L4e39ixuepQlWwdFf { top:5.25rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pppQUfpeBTqRNbFAL2zP3pDg4gOSJAXJ { top:5.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#pppQUfpeBTqRNbFAL2zP3pDg4gOSJAXJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06e20aed-3f4f-4716-b0ae-a5f686c5c203/AngieCampLelaneyJohnnyI131633.crop_2806x2601_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { width:20rem;height:3.0061875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:20rem;height:5.19921875rem;top:9.755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:20rem;height:5.199225rem;top:15.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:13.9375rem;height:3.625rem;top:27.49462890625rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #N52fpRhiUWN8xOpWtp31Q05HAAqIp3g6 { width:9.8125rem;height:4.25rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc1lrz1BwIJNGmrQkyBG6BUgHPZTKEQW { width:14.0625rem;height:3.625rem;top:22.86962890625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFv7Ln8TwIJXAROKVEqV53wNzQl2y3HJ { display:block; }
 }@media only screen and (max-width: 763px) { #pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX { display:block; }#pTbZrh0XGMnGvxDnuR7CIz5lXTI2UkFX > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEMnfoyPXL04NkhNOxMQclkzOVkpZLdw { width:18.75rem;height:3.8496125rem;top:1.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #duH0IC4uhrx9TkZtIvxP8AqmOxQiTbWP { width:19.375rem;height:21rem;top:6.59912109375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;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; }
 }@media only screen and (max-width: 763px) { #oD273NOTJ1hlu723vr3Hn2sAGgF8XPfA { width:14.125rem;height:10.5625rem;top:30.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgq6EwD0Jl7AbawyG1LFp748kPg9bZXr { width:11.875rem;height:13.4375rem;top:42.1318359375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnKPhy1f1Iq7Eivb6tlW05QOBBoLZJi { width:15.375rem;height:6.3125rem;top:56.38232421875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glTROooJoZINitoA12Tu8byrQheLeG58 { display:block; }#glTROooJoZINitoA12Tu8byrQheLeG58 > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdTTwTrfzUw8wPsSJxr0n1AaqHgNuCOw { width:13.125rem;height:11.5625rem;top:0.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaQw9b1rTUVzv5FAhiWKIVXQkP2ybZ2N { width:19.0625rem;height:6.8246875rem;top:12.875rem;left:0.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KA2dgDHm6shtpU1LDTKP6MwhDCWBD9C1 { width:17.9995rem;height:21rem;top:20.625rem;left:0.9990234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLx7Zec6HrvIFxVtDzhsqFKFTlBsv7Vq { width:16.875rem;height:2.2749rem;top:43.4755859375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #CrRcyH8NsPwIz0cUMvkIudmUa2Qf9Lu2 { width:20rem;height:2.15625rem;top:45.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vk4Tsl52wmtg8we0F7puUecI1ytrNyRg { width:11.875rem;height:2.3125rem;top:64.96875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7RfBe6RnypSzalOuksaVwoJ6mU09LVF { display:block; }
 }@media only screen and (max-width: 763px) { #AqMUWGcq0QsMriH9HdqI93Httcbheqi1 { width:18.75rem;height:12.4375rem;top:48.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEk8BoV1d54HlAlT6MTdkpccWV0kp8b { width:20rem;height:1.78125rem;top:62.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T61M3oDRn8tWf3nS910bNbBUprDrSARl { width:11.875rem;height:2.3125rem;top:67.96875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6El4fBsbm90mrfsxxerCWoerIMTOOho { display:block; }
 }@media only screen and (max-width: 763px) { #NGWoVtbch0CXwy4zN0TqFUfl46zxcApe { display:block; }#NGWoVtbch0CXwy4zN0TqFUfl46zxcApe > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De0KvMle98TOE5sK05wrilVaPl6TKfJM { width:20rem;height:4.6308625rem;top:4.0029296875rem;left:0rem;font-size:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #od8mgh1LAh6prqy8DHJsdh9GUaQ5nMrL { width:20rem;height:2.4375rem;top:5.1001rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8EPTTsHaa52RRZxT04GndkAnGhIs0Lr { width:5.6875rem;height:5.6875rem;top:7.1962890625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gscMMf22ETAAoHhszBxt37JwQ7wOoxGT { width:2.8125rem;height:2.8125rem;top:8.6337890625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 { display:block; }#sTMuFEOboXRyFMtSfTAAnk1Gor5JCeA8 > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3VUrxbRZyy742JHNCuVIHyH0VKCsgyx { width:15.3125rem;height:7.347625rem;top:9.64306640625rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqqs74HJ6hUJ75oM0o4Sw7yOxatAeSy9 { width:10.374rem;height:2.51871875rem;top:6.6865234375rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3LzZzTyp0MfwQsgyJFzR8qER4kUdRf { width:10.374rem;height:2.51871875rem;top:41.6875rem;left:4.81298828125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LppZJATtlsad6N46hM5ZVftzxXTMXT00 { width:15.3125rem;height:6.12305rem;top:45rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpvlGHhETHlfT7d6NltciF4S5qQo82nI { width:11.875rem;height:2.51871875rem;top:76.9375rem;left:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muevGwaTmt9u4WTR0fm8MsbAM38wXDAK { width:15.3125rem;height:6.12305rem;top:80.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54I64OP04dUfayAtc93TKTSJ5Lkd4Vk { width:17.625rem;height:16.6875rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3hAZGXZLQ7l4Pc4cl3Zqop4PIkzhXO5 { width:17.6245rem;height:16.311875rem;top:36.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwxtDO6IWqm1i2mmmqQbebLxUCK1EWI8 { width:17.625rem;height:16.5rem;top:71.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIlgenqrrJc4plUhlqLLVrltt59NVJyF { display:flex;width:4.5rem;height:4.5rem;top:72.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #AfwAKF65siIQSOTWiXPut2aR0IEET403 { width:17.6245rem;height:16.311875rem;top:19.097476806641rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OswA8HCExD7D5y9mPLJlwucrPWqlpdB2 { width:10.374rem;height:2.51871875rem;top:24.97216796875rem;left:4.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxEaRQFFwA5y2fp5dtmkkLiJK66e6brx { display:flex;width:4.125rem;height:4.125rem;top:20.22216796875rem;left:7.9375rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #cJyiBM1pnG7XgdTIXxn9UoaTFulLe6ed { width:15.3125rem;height:6.12305rem;top:28.03466796875rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKF9bgfHIDwX68wZM3ISXnGthzEWIMsh { width:15.3125rem;height:4.8984375rem;top:62.6875rem;left:2.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4iw9wgTmCJwP4pIpEKKKvPOgvaXnvf { width:17.6245rem;height:16.311875rem;top:53.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2Ti5WnRsQFlNVkcGPsrMlkcE8Z3z6s { width:12.25rem;height:2.51871875rem;top:59.375rem;left:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6KumMTpaFB1gzNELEPGSJ8asK6nUmzX { display:flex;width:5.875rem;height:5.875rem;top:54.25rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #B2WouF3o7cL2nenrcLpzq7m7TlnAnqHU { display:flex;width:4.875rem;height:4.875rem;top:36.8125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #JG9XED2zdau3N5s3VURBFF8i6DLd4udC { display:flex;width:4.125rem;height:4.125rem;top:2.5615234375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #o1OIJoOZceipP81TQycFKH4dTIruXTEe { display:block; }#o1OIJoOZceipP81TQycFKH4dTIruXTEe > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAlANQ3D7v33P18efkdocVEX7GyTG3HC { width:20rem;height:3.412275rem;top:2.66845703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRg1VulLllGMauk0iQIyfJkMTWLf21XT { width:20rem;height:2.4375rem;top:3.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF { display:block; }#W56PIuk0FN59v9Ra5mIkCBaeWH3g3uiF > .row .container { width:20rem;height:197.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmWvdvw1lXTS06ih4RsZEbPll2LUhQ12 { width:20rem;height:20.0625rem;top:0rem;left:-0.0024140625000016rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCG4pT9V6cEXiNtyvhmbNhKxd5MZZIob { width:20rem;height:1.29980625rem;top:20.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJLS1OXdFbOTkGUhnHmbsb5UD6uSpQcK { width:20rem;height:1.29980625rem;top:21.8623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8xyufohDpbdAMcfCn90t9ps3CAd5T2g { width:20rem;height:6.499rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9bVHpsS91dWJSOsHv372T2BzESpP45 { width:20rem;height:1.29980625rem;top:87.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfMWDqyRWCHuybQymUQTuecIrcuJThDG { width:20rem;height:5.19921875rem;top:89.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNe1cTLzz9oo8vI9PtixalJT1Xnq06pQ { width:20rem;height:1.29980625rem;top:86.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcrVO83x8BZDzKcBxoyCOfZwTaNdMGkE { width:19.6875rem;height:19.6875rem;top:66.26806640625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu0kPTQtGan6p9fkoiG9gJanQTW5do16 { width:20rem;height:1.29980625rem;top:153.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO3IgmoozoktW2l17Fy2bUUIWDao4LaT { width:20rem;height:6.499rem;top:154.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIbrDZN06i544MW317sbhzAVO7m26LEo { width:20rem;height:1.29980625rem;top:152.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks97av0aTvRoA0diRzsdIi7AFvc0bGRI { width:1.6875rem;height:1.6875rem;top:30.24853515625rem;left:9.15625rem;display:block; }
#Ks97av0aTvRoA0diRzsdIi7AFvc0bGRI > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #k7Ta3P9OkstBaJB7ImOVCwWnHaUIQHNT { width:1.6875rem;height:1.6875rem;top:161.375rem;left:9.1875rem;display:block; }
#k7Ta3P9OkstBaJB7ImOVCwWnHaUIQHNT > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #eCcJOyrXi5HmVeyQfNsEWbzeGRoKqHbs { width:19.8125rem;height:19.8125rem;top:131.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KocBtqoKOwZCpkwqgTy98lbPcm8PfJC4 { width:1.6875rem;height:1.6875rem;top:95.01171875rem;left:9.15625rem;display:block; }
#KocBtqoKOwZCpkwqgTy98lbPcm8PfJC4 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #XG8CLeeNacQ88TrsrmhQDuT8kTyQeazG { width:20rem;height:20rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRLaTzMOnTXIz0H1RUoxS95pGz5Aw5cn { width:20rem;height:1.29980625rem;top:53.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqPNq2utGZbCVqKfXdAJ7DT7eFraScFf { width:20rem;height:1.29980625rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3E0RSQAPQXCSb8J5yJyZbPTVNIUPKPH { width:20rem;height:1.29980625rem;top:118.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FS4ueMR2PRL5QrZFUAcPmGcT2TI9F5 { width:20rem;height:1.29980625rem;top:117.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnqKx5aDccNMDIQgmy0PhJRTfADnFsV { width:19.875rem;height:19.0625rem;top:97.7646484375rem;left:0.0718457943925rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0myQAyIp5sS7k1PR4wo6SPTBexhiwW2 { width:18.125rem;height:6.499rem;top:56.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbtbTorm5S8GMpIyvp03VuD2mR6E4BJg { width:17.6245rem;height:7.7988125rem;top:120.36420625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiTq490Cf6I8uaUZyVU4HactG4v5IgS9 { width:20rem;height:1.29980625rem;top:186.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f123l6UKQl1caKDfolvcDW3MFXeBX8gA { width:16.624375rem;height:5.19921875rem;top:188.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTABHLzNy24dSIrkBN370RUZoE17d3Et { width:20rem;height:1.29980625rem;top:185.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpAuIBbfCCyrrom336CduMGA9PHiXAFA { width:19.875rem;height:19.875rem;top:164.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N6LDssau0TyCz9UdJ9hwPlg7fGRkNh { width:1.6875rem;height:1.6875rem;top:62.99853515625rem;left:9.15625rem;display:block; }
#r3N6LDssau0TyCz9UdJ9hwPlg7fGRkNh > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #gMTJpCcFHUBM0wFVTlNr6JEbBpXRvbkF { width:1.6875rem;height:1.6875rem;top:128.16162109375rem;left:9.15625rem;display:block; }
#gMTJpCcFHUBM0wFVTlNr6JEbBpXRvbkF > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #iWBo7R015ifPaANXbU2k5XiHF0uymiW9 { width:1.6875rem;height:1.6875rem;top:194.0625rem;left:9.1875rem;display:block; }
#iWBo7R015ifPaANXbU2k5XiHF0uymiW9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRymnGcMR4OSfZvU3E6X3F4UM2aMtn7R { width:20rem;height:3.98095625rem;top:5.54736328125rem;left:0rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izF5uBwL5V3zbqLez0yTxUEAEiSM4SC7 { width:20rem;height:4.875rem;top:5.1001rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Db9IMDVDnNRWfBo0OJXVo8KmcvrTJM { width:5.6875rem;height:5.6875rem;top:8.53759765625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUgX5ay37TvgGR63f0AFgKPaa11X33n9 { width:2.8125rem;height:2.8125rem;top:9.97509765625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k { display:block; }#P8UwBEy9zWgWsnTvrp6ohJxU4SxGKw7k > .row .container { width:20rem;height:170.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdDeo8ZzKXJu9tUHcPkeOfp1rn6dBnQz { width:20rem;height:4.0625rem;top:11.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJf59TVANGexf4XnMf5BoTXJRTrQyNBH { width:20rem;height:8.3994375rem;top:16.55517578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bi3VTi3HEu1n7q1aeFBg5JtAxgV2yaiU { width:20rem;height:9.7993125rem;top:40.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiuDoyq67Umt4lIvmQRSK32HmMoM62LT { width:20rem;height:4.0625rem;top:36.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJgogkcCATECnBQ33TXu6BSIWKOVcK9W { width:20rem;height:8.3994375rem;top:71.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TueTdaMQaTSsTrRIeWHrkkNFGTPFkMk5 { width:20rem;height:8.125rem;top:62.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBQgVqPUoQGLqy5xcddNUqoTy3UsT0OP { width:20rem;height:9.7993125rem;top:96.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7evd68zth0bb4787nKTFwaQ64VSSTg { width:20rem;height:4.0625rem;top:91.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooLb8mWyvG1dESNn31AHEwJvkSfw0S4Z { width:20rem;height:15.3989375rem;top:122.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRy6AR8weVzDldqnpMPvlJOTz0Hynr6T { width:20rem;height:4.0625rem;top:117.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlrmn6TIfvFEgoluKw0SgVGSXsFaqBig { width:20rem;height:8.3994375rem;top:156.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4hQAo2eTOkg9v2HiiL9ToByDuI6bfcW { width:20rem;height:6.09375rem;top:149.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koQo2ftU0lMnQNiZI9XCILgSc0d7f3RH { display:flex;width:9.3125rem;height:9.3125rem;top:52.125rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #b6fW81TKKOxrJQgnxDGJpivfLw3HUnxh { display:flex;width:8.9375rem;height:8.9375rem;top:26rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #e0h0e5uyMIglTgq6KSvTc8lOFPTbTI1T { display:flex;width:9.3125rem;height:9.3125rem;top:1.25rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #ZIUAytaz7ZFp1qk19b9igdaJIx9DWMzg { display:flex;width:9.3125rem;height:9.3125rem;top:81.125rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #ocml6G28BvWTyT7gJGuLUVS13lzTFFBT { display:flex;width:9.3125rem;height:9.3125rem;top:107.6875rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #QHClUhSPh66Om1goumsL4dlzPdIBPdz9 { display:flex;width:9.3125rem;height:9.3125rem;top:139.625rem;left:5.34375rem; }
 }@media only screen and (max-width: 763px) { #IyTE3MmCpcsBMkSwALJ5Fhb2ut1UbPsB { width:18.4375rem;height:3.6875rem;top:165.8965rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJmn5aOKuKyy2IgHSTrlPUytTXdeNMS0 { display:block; }
 }@media only screen and (max-width: 763px) { #UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M { display:block; }#UeaiAZKhRmh8yQ2rCSEU4vB5Tc6yCh9M > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeuGZr3EvCVe7KmeqTtiHGBhfpOU3gKN { width:14.6245rem;height:1.86865rem;top:1.99365234375rem;left:2.6865234375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWtOBt2Th30my4KKwXkxRSeH2h3RrL1q { width:17.4373125rem;height:11.624375rem;top:7.48698125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTlsFiPquToPgZquPN4daMguAqHOaZEw { width:16.5625rem;height:6rem;top:26.54869375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmtTDma69J5PsytTX2SZCMptydEOPkmm { width:15.625rem;height:1.5rem;top:23.79885625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVhDfrkMnU3vDCXhKldy5nmVocqTJhgh { width:15.625rem;height:1.5rem;top:54.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y795RpGwMJ01NzT9vw5R6SuonTBJqCtx { width:16.5625rem;height:4.5rem;top:57.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxWxUO2UPobqX0pXPQ0f9BMfBnQnbLO { width:7.874375rem;height:2.84375rem;top:3.79964375rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Vmgpx1yWD2GQ4Hdy7s7TUPofmtGIRy { display:flex;width:2.1875rem;height:2.1875rem;top:20.36135625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #sXtZuSpu3PTMorTrewGnnDaDDhS85MLv { display:flex;width:2.1875rem;height:2.1875rem;top:51.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #AxzpSLhV1gcdmxeHxs60CqlvoOPfK9h6 { display:flex;width:2.1875rem;height:2.1875rem;top:33.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #gcc46E2V7TJAUqX4y398HwQ5fPpiOLIm { width:16.5625rem;height:10.5rem;top:39.75rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ0yEU6sdd05wmirhOce7ZcmbfI7CJI6 { width:15.625rem;height:1.5rem;top:37rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqgdkbtHJyGJt2lrJpzLaFxnzCF6IWoB { width:16.5625rem;height:6rem;top:69.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwSsRS8d6gXL2PW8X3lZrd2RdTFOsc7 { width:15.625rem;height:1.5rem;top:66.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBnK15DeDQr6C5n62TXzr4UbROfZxziS { display:flex;width:2.1875rem;height:2.1875rem;top:63.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET { display:block; }#gtEH5JWbxGiZeLsrXgQyEG1E8GF7VEET > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { width:19.4985625rem;height:1.625rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhSTvGxlEcOstGNt6MVxcfCIk9Xc916 { width:20rem;height:0;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:19.0625rem;height:2.4375rem;top:4.265625rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z { display:block; }#EbJSCgLhpEQNB0q02KGq1RfybGLTEd7Z > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LI2RLxObILuyo4No0rF7GuPZ9OdebRro { width:18.75rem;height:2.2501625rem;top:3.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPUNJJpZJ3GpnzBUsz92XhcC6dXzDwy { width:18.75rem;height:4.875rem;top:6.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSOCNUkoDAAJvBiDbHtNx8CtyZ6gQi3e { width:17rem;height:3.625rem;top:12.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiSfZHtPatCTISMRfLJZq5HLyg6mfn6e { display:block; }
 }@media only screen and (max-width: 763px) { #Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u { display:block; }#Nd8lyPKArsXJnc0LF8qTuqTGcM7afU7u > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUfTFyHnGmwvPVViP04kJqgPGZIEH2ED { width:3.0620125rem;height:3.0620125rem;top:30.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPb5D2BZuPKFVIwx6Jpc5VuhJRKsmaCT { width:3.0620125rem;height:3.0620125rem;top:30.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssa5nOeQnz5fNFmhMgl7XVueSmJPvavn { width:3.0620125rem;height:3.0620125rem;top:30.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7yaeazIz09WBT1loyNVzb0BWwd1A6Wk { width:14.624rem;height:10.5rem;top:5.2490234375rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUlr3keNBBElaolid2NlR0aQKIiiT3Nb { width:12.4375rem;height:2.449225rem;top:24.5625rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIniTi9hJo17O9vP8AfXmsFMRrTAUgqP { width:18.75rem;height:0.0615234375rem;top:35.25634765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aora4seaaWaHtTqgFUfsWo8Hs3y9geEZ { width:9.9375rem;height:1.224775rem;top:22.1875rem;left:5.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oGdN4HPPtqidEBdWQ8vz9fbZCuzVqd1m { width:11.3735625rem;height:1.224775rem;top:19.6875rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NvlT71Shim46vM1J0XUmh3qLSVXfuhEB { width:5.8125rem;height:1.224775rem;top:17.8125rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADzvJNNuTUow2L2ducCfe6wSrSK4kKZn { width:18.75rem;height:0.0615234375rem;top:16.50634765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UovtKbGiTvf9AAWdcqUKUvKz0GopBKFs { width:1.5625rem;height:1.5625rem;top:19.5185546875rem;left:3.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZsDBufK6PW4SdXzFzRIT5upsV99sSVV { width:1.5625rem;height:1.5625rem;top:22.0185546875rem;left:3.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCRLcXlTTLuriFdUktD7HLLpoCO0aucC { width:1.5625rem;height:1.5625rem;top:24.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kqdqDoiM6JaM1HDErhc4qwxnydeUQc { width:1.875rem;height:1.875rem;top:31.375rem;left:9.1875rem;display:block; }
#g8kqdqDoiM6JaM1HDErhc4qwxnydeUQc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #m9vNPQmhdPJrk8aAd4Exb2yVeSnqtiH0 { width:1.875rem;height:1.875rem;top:31.375rem;left:1.25rem;display:block; }
#m9vNPQmhdPJrk8aAd4Exb2yVeSnqtiH0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cviD1aeXIHbdR1TxZUvwrghHrzAWRDT0 { width:2.1875rem;height:2.1875rem;top:31.1875rem;left:4.9375rem;display:block; }
#cviD1aeXIHbdR1TxZUvwrghHrzAWRDT0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lKdXflqQOX6Ll9Slv5IiS9OV9oSK5eJ2 { width:10.5625rem;height:4.5625rem;top:0.7490234375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW771gvXLKB11BD5mHaiHcCEGBeHQTsH { width:11.8125rem;height:1.224775rem;top:28.625rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWwaHlR52SulPqcuNx5HyNr6tvpUFTHp { width:3.0625rem;height:3.0625rem;top:30.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRTMit1g08VnG6LdFDpViRv5uCRWZKx8 { width:1.875rem;height:1.875rem;top:31.375rem;left:13.125rem;display:block; }
#xRTMit1g08VnG6LdFDpViRv5uCRWZKx8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GtcxP4bS50WHed8L4e39ixuepQlWwdFf { width:3.0625rem;height:3.0625rem;top:30.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pppQUfpeBTqRNbFAL2zP3pDg4gOSJAXJ { width:1.875rem;height:1.875rem;top:31.375rem;left:17rem;display:block; }
#pppQUfpeBTqRNbFAL2zP3pDg4gOSJAXJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }