.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:245,243,239;--color-primary-1:221,217,201;--color-primary-2:187,178,147;--color-primary-3:94,89,74;--color-primary-4:28,27,22;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:121,121,116;--color-tertiary-3:88,88,81;--color-tertiary-4:0,0,0;--headlines-font-family:"Merriweather";--paragraphs-font-family:"Merriweather"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { background-color: transparent; background-image: none; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container > .video-iframe-container { display: none; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row > .video-iframe-container { display: none; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .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); }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { border-width: 0; border-radius: 0; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#SyRpxWlze8w7knhaW1VasbhkCLEiLIHD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:18.125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#XbAk5UaKlf8R2Eb5IXp0s637xXAy82aC { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:60.8125rem;display:block; }
#XoPISsNMEdb85S39ZhTmqf5xvceduK3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I6Vhk8mIMMQGoktX6fWl1noSquR5JUEU { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:1.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.4375rem;left:27.375rem;display:block; }
#HvLZ0gst0Capbr03GGqtykIfplxk6q6Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pykdCnrglaOAiD0h7q2ML8qO8hcX812e { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.49935rem;height:1.43743125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.4375rem;left:39.125rem;display:block; }
#TBOvzpTQ6ImmuTQvVgVt0W9OHu1osxMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPLO1di1hrfb6aUqEIqhyKSwExRmEfUT { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.93678125rem;height:1.43743125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.4375rem;left:34.125rem;display:block; }
#htF1SToesqnApG5DFbmO3XDl2cx6fSGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTHASLt4BPvkkunRvpALck62f9ykiv8u { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { background-color: transparent; background-image: none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container > .video-iframe-container { display: none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row > .video-iframe-container { display: none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .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); }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { border-width: 0; border-radius: 0; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#oTBnawmtevUqtguTq502wAeMaXIImnEC { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.125rem;left:0rem;height:6.1735rem;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; }
#Xo740PURlm49s8k4TvBLpelOhrL7ntB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.3125rem;left:0rem;height:;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; }
#K76vGw67LHQtnnu8PkxIJH4UO8a1SO9s { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.249183654785rem;left:0rem;display:block; }
#x0Tbc0F0kmbrDUW4QTI1gm3efpGTBSnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGgH9Z9pLMaThIEFoPHRv9h0wCPgeEDb { position:absolute;display:block;z-index:15002;height:50.25rem;width:75rem;top:-0.3125rem;left:0rem;display:block; }
#S6SfotTye6k2wTsd2iFf7EUrdhabT3VU { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:18.25rem;top:39.559732913971rem;left:56.750484466552rem;overflow:hidden;display:block; }
#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR.adaptive-delivery-prevent-bg, #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR.lazyload, #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR.lazyloading { background-image: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { border-width: 0; border-radius: 0; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR::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; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:none; }#dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.1875rem;left:22.125rem;height:6.6494375rem;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; }
#lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24rem;left:24.15625rem;height:;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; }
#A30xcnsH0TMkmBTZwDWeMs9SbGvH8KTU { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.999998092651rem;left:0rem;display:none; }
#uohfNnuckTsGsqX4s4hFkqmk4FWn2HPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owHo4TuWq9XuPOedD5MeGxB6UE9kEruR { position:absolute;display:block;z-index:15006;height:36.1865rem;width:75rem;top:5.6875rem;left:0rem;display:none; }
#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU { position:relative;display:none; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU { border-width: 0; border-radius: 0; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C8fF6ylxRDZe40MDmn3QiiIRFSHA3dv8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:65.0625rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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 > .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); }#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); }#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 > .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:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UgwfyQ7NSZCV1JtFydnaAhA4la5DG8Qv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.875rem;left:10.625rem;overflow:hidden;display:block; }
#sCvm2BwI9vq60SmuVGeOiyAtgslaQ0OQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.875rem;left:18.125rem;overflow:hidden;display:block; }
#fgOiZFk2f25ZMkktGQFnAeeGzRyoVr5C { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:2.1993rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wvZCF2AUQgkAwxQx4q4w6AbbGXKOk04W { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:4.625rem;left:10.625rem;height:2.1993rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f9rCKie4TvmZ9i7fGaP4sKfzkq5tINoy { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:4.625rem;left:18.125rem;height:2.1993rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bk8Gpe2tc8bwfwcqcg6dNXdpm0ciFWuc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.875rem;left:34.9375rem;overflow:hidden;display:block; }
#GqZnfQLlnnUNCSH6XOgikutPVChPnpZ5 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.625rem;left:34.9375rem;height:2.1993rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BToSSUUPZkzbAec296HTXRTDSb5LeKkw { 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:3.4375rem;width:3.4375rem;top:0.875rem;left:43.6875rem;overflow:hidden;display:block; }
#FIkrTRPJy0kcwClzExTkghlFS4wslEM8 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:4.625rem;left:43.6875rem;height:2.19889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gb9lpNki6Wt2mLShHhToSpq7e2f48S9d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#f6snf2ATCu7g7W54dMzW9uTnmur5U70P { 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:3.0625rem;width:3.125rem;top:0.9375rem;left:27.375rem;overflow:hidden;display:block; }
#P940ZVvTQpP0CaglFHne8C62QwDCrPnC { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:4.625rem;left:27.375rem;height:2.19889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { position:relative;display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { background-color: transparent; background-image: none; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container > .video-iframe-container { display: none; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row > .video-iframe-container { display: none; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .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); }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { border-width: 0; border-radius: 0; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vuoykdIfCQKfu48fRgy1mlzTkCordfhX { color:#47697d;display:block;width:33.3119375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:5.8496125rem;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;font-style:normal;display:block; }
#Shtk3dpevXvr7rnkzRAKgKs4XbiE5RL7 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.624375rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:;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; }
#CgZPzRltId6g6BcSSKggThTzWS3JvN3L { position:absolute;display:block;z-index:15007;height:17.374rem;width:36.0615rem;top:4.875rem;left:38.9384765625rem;display:block; }
#lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.999998092651rem;left:0rem;display:block; }
#i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { background-color: transparent; background-image: none; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container > .video-iframe-container { display: none; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row > .video-iframe-container { display: none; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .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); }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { border-width: 0; border-radius: 0; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }#nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0615rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.7998046875rem;left:19.96875rem;height:2.923175rem;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; }
#e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { color:#47697d;display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.1875rem;left:18.3125rem;height:4.79980625rem;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;font-style:normal;display:block; }
#drC1dHzLBqFUARGry6pr1mxbHnswqTka { position:relative;display:block; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka { background-color: transparent; background-image: none; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row .container > .video-iframe-container { display: none; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row > .video-iframe-container { display: none; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .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); }#drC1dHzLBqFUARGry6pr1mxbHnswqTka { border-width: 0; border-radius: 0; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z5eSJO2hRSfiAEnbqTsaRBwh7aAXrWcJ { color:rgba(var(--color-tertiary-3),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.19873046875rem;left:5.81103515625rem;height:2.11263125rem;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;font-style:normal;display:block; }
#Ar34zFPw4FRDbqDT1SyCG6ha3L9nI2Ul { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8745rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:5.8115234375rem;height:3.8994125rem;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; }
#BU5UuNPQkQzBgqcueMmp7Xi5Q8IlNC8W { position:absolute;display:block;z-index:15010;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:1.6870125rem;width:2.1245125rem;top:14.830078125rem;left:5.81103515625rem;overflow:hidden;display:block; }
#kVcsTOgKpitF2Mon6sLpv29sPFdpkJGU { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.18603515625rem;left:8.875rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WoXcoBsoN9g9zC4wcF7PLrZGs5lq2eLl { position:absolute;display:block;z-index:15014;height:21.3736875rem;width:32.3111875rem;top:26.747232437134rem;left:2.5935859680176rem;display:block; }
#CIGxEb3SNapy3MO3pcRl6lirwf7yeZ9P { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.16);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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:53.75rem;width:37rem;top:1.6862030029297rem;left:0rem;display:block; }
#f4lwTFNnccPLdn6n4vpopAy91knGLfDe { color:rgba(var(--color-tertiary-3),1);display:block;width:19.749375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:5.8125rem;height:1.21889375rem;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; }
#M52t28dUkMeU941IvEPhPqRuPOTlmTcs { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.75rem;left:5.8125rem;display:block; }
#ZrXy8r27R6xdh2FuFUnvrDhyKRaeflKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1WLrLJKUmVIPKPkApvPS9mnLyWoyoqN { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.43603515625rem;left:42.53173828125rem;height:3.898925rem;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; }
#zXyBvT2uOrZy12PqLATKAuXuNEslTI74 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.19873046875rem;left:42.53173828125rem;height:2.11263125rem;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;font-style:normal;display:block; }
#VXhvqs0JHek4TDMSxKSsKAdBTvois4G1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:2.1245125rem;top:14.830078125rem;left:42.53173828125rem;overflow:hidden;display:block; }
#WNawFdAMRR6bC1OZfxTppelAp6TIlNcA { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.69873046875rem;left:45.3642578125rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyBOoZocDxz95inRp0u2fvIA6TMnhf9C { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.18603515625rem;left:53.03173828125rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n8S803MQpuQDb2p5Eyb8nCGhre0KgnDh { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.75rem;left:42.5rem;display:block; }
#FodAerWZ7iO591BZKrxHK5UfvrBpWnnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9AVHvBJXw1JddAp4Iv3uMNiS9l1T9CM { color:rgba(var(--color-tertiary-3),1);display:block;width:19.749375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:42.5rem;height:1.21889375rem;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; }
#DEoWukoqFfLfQJEknDkTdmG9lPIS9Glu { position:absolute;display:block;z-index:15015;height:21.25rem;width:31.9995rem;top:26.093749046326rem;left:40.248207092285rem;display:block; }
#Z8UuGT2COknBJ8eDP1v34kd4Ogo657o1 { position:absolute;display:block;z-index:15002;background-color:rgba(71,105,125,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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:53.75rem;width:36.9995rem;top:1.6861972808838rem;left:38.001300811767rem;display:block; }
#IBhWrfqJw0oZ4a5CN72Nwvg3UNRPIu2m { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.69873046875rem;left:61.6865234375rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tref8Lchi4RsD7ycGg8HcJpiDEJcwdbc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.798828125rem;left:59.375rem; }
#grJzrJ3LUpmKWNI0BSxefrT254W0X8mS { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.18603515625rem;left:19.37353515625rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFNyS1D269P6RZ7hXXMgggT3nvaXLmTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.642578125rem;left:17.0400390625rem; }
#Cvce5DeTOeaEGyFTqK0b7uwbHBvMeE64 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.798828125rem;left:50.6865234375rem; }
#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container { background-color: transparent; background-image: none; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container > .video-iframe-container { display: none; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row > .video-iframe-container { display: none; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .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); }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container { border-width: 0; border-radius: 0; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#I1c3mZPm69ST7s8fGRCxZbEhhsVtgkcb { color:#47697d;display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:5.8115234375rem;height:2.6001rem;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;font-style:normal;display:block; }
#KT5f7r8ukd6DIBU9JW5tpGT3RdxFMdy7 { color:#585851;display:block;width:25.8745rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:5.8125rem;height:3.8994125rem;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; }
#RHxJ3vCTzacuPFSAwE9yhD7rQ4dWb3XD { color:#585851;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.41845703125rem;left:5.8115234375rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TAXaS0ieXdTtJL2xZm6gZwcwazT4FmTC { color:#585851;display:block;width:4.749025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.41845703125rem;left:14.68798828125rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JHqO3FbEWNvqubbldxTi3k7wUghXxeZM { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:31.5625rem;width:75rem;top:5.4375rem;left:0rem;display:block; }
#RVC98tNri3d8eRSTG7ZPIxRT8h7ctWBu { color:#585851;display:block;width:19.749rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.0625rem;left:5.8125rem;height:1.21875rem;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; }
#PlAne9Si8oo7CTi8sBK0o9D2N1TnObOG { background-color:#bbb293;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4375rem;left:5.8125rem;display:block; }
#oTk6dQERGHwaET3IzRoEegNNRT0hcalK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwTLJds9RgZLfimJUJOXqfdml1T57iuN { position:absolute;display:block;z-index:15015;height:21.25rem;width:31.9986875rem;top:9.1875rem;left:40.25rem;display:block; }
#hn8b7rTe96I8cN9MwPCFTEeAcwsN0vAX { color:#585851;display:block;width:4.749025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.41845703125rem;left:22.25048828125rem;height:0.9749375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIFPyq0a712pbW0xdiNQV2FkzKr8seO9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20rem;left:5.8125rem; }
#hxtxmoqsySTxGem0JuBs7EWhzFhypv1K { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20rem;left:14.68798828125rem; }
#v5Hz0fDMdHKa1Te9Z7Ny7cIxNbl5R8oi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.7495125rem;width:1.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20rem;left:22.25048828125rem; }
#wfbJtNInfCss8ObtywcShzNTySCsSy6m { background-color:transparent;background-image:none;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; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { background-color: transparent; background-image: none; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container > .video-iframe-container { display: none; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row > .video-iframe-container { display: none; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .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); }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { border-width: 0; border-radius: 0; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T8lvdsz8PALs9eU4Cy4AXJsnll6GSSyS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:14rem;overflow:hidden;display:block; }
#sJlp6OXgbX6hnNBETwJycR9au1kZSSVF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:22.0625rem;overflow:hidden;display:block; }
#xW3WVO9Nldh9GZcQ1uKshGg3pKMriZ8G { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:12.75rem;left:3.0625rem;height:0.89274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5625rem;left:12.75rem;height:1.05613125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.6875rem;left:20.8125rem;height:1.05613125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTLgBpwWT2DclTcIdsAoULLxwqefLINo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:29.8125rem;overflow:hidden;display:block; }
#RQlzPDM1fHN06mE5PZ2NKRVbMTBNR5oC { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:28.561401367188rem;height:1.78548125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGTk6h7CV4DITu301mmzVNf9DqbsOGWu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:38.5625rem;overflow:hidden;display:block; }
#UUPxHd8hDumgXQc9JecfWftIP7U2CUWx { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:37.311805725097rem;height:0.89274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4coWCAVxuGJWRQSrsr89nHpRocWv18d { 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:3.75rem;width:3.75rem;top:7.25rem;left:46.5625rem;overflow:hidden;display:block; }
#OMn4ZO0UUNWcr574m3prtU1az0lupwMf { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:45.311485290528rem;height:1.78548125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcMzynanuIfUQ8J5NMuJxqE94lJrZxHt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:4.9375rem;overflow:hidden;display:block; }
#bXHGBSx4Jr1ECJQ6WU2cWpokkdy48Wao { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:64.375rem;overflow:hidden;display:block; }
#yTGo3DzPG0L1dwhMo5B7M0LNTA2m5N9L { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.25rem;left:54.625rem;overflow:hidden;display:block; }
#pATxod0P4qJ2XWctdV1wGAMoTAuQiQhk { color:rgba(var(--color-tertiary-3),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:12.747201919556rem;left:53.374229431153rem;height:0.89274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pytcms7flDvUwbI4BVar4iIDwXEIFvCV { color:rgba(var(--color-tertiary-3),1);display:block;width:11.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:12.684701919556rem;left:60.624183654785rem;height:1.78548125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnHhJS3eg26VB9o9Fzzv1hmTRIPJs7WW { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.8098945617676rem;left:18.311359405517rem;height:2.3999rem;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;font-style:normal;display:block; }
#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.16);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; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { background-color: transparent; background-image: none; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container > .video-iframe-container { display: none; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row > .video-iframe-container { display: none; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .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); }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { border-width: 0; border-radius: 0; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#xJ8iPrJJsAOXWRhoecf9em6VSnGcTRIy { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:9.375rem;height:;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;font-style:normal;display:block; }
#x2GRp5XmEq2JlFZ6cQzA4hwcDUByuJMx { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.43595625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.717239379882rem;left:29.374828338623rem;display:block; }
#ziuM5so6AzSCSo4XnZu9vJvBmCDUZhu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuZp3flm0GgDFnaKzKR7uJBLss19qdrC { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:9.375rem;height:;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;font-style:normal;display:block; }
#MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4996875rem;width:17.7494375rem;top:22.686227798462rem;left:8.8113327026369rem;overflow:hidden;display:block; }
#K1plxMeyRnKRVdkODsX2r7z5ysQFXkJn { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.375rem;height:1.21889375rem;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;font-style:normal;display:block; }
#SkQ53fUWeJ2xgk1EBruMXTQ8TmClu5qv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:15.5625rem;left:21.625rem;overflow:hidden;display:block; }
#RxkBJqaWh7abI5QhSufp1cCsudAKXHcu { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:20.5625rem;left:18.0625rem;height:1.09965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:20.5625rem;left:31.625rem;height:1.09965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkNpLPILePxTlLcsvoe4mqOfwO5ZTq0k { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:15.5625rem;left:36.25rem;overflow:hidden;display:block; }
#n5ONgZfTpJdciUn9OLiIg8OQECtrmQc6 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:20.5625rem;left:47.5rem;height:1.09965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hp1Q6ZvuZWGi7ViCyE0qEqmrI1kkcvSz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:15.5625rem;left:50.375rem;overflow:hidden;display:block; }
#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { position:relative;display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { background-color: transparent; background-image: none; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container > .video-iframe-container { display: none; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row > .video-iframe-container { display: none; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .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); }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { border-width: 0; border-radius: 0; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { position:absolute;display:block;z-index:15007;height:21.6865rem;width:34.624rem;top:6.5625rem;left:38.9375rem;display:block; }
#E0okvakzHVxJ78OrnIeHPEx1p6kGeUge { color:#47697d;display:block;width:35.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:4.79980625rem;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;font-style:normal;display:block; }
#MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:19.000625rem;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; }
#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.16);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; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { background-color: transparent; background-image: none; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container > .video-iframe-container { display: none; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row > .video-iframe-container { display: none; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .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); }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { border-width: 0; border-radius: 0; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#z6Z3TJ0zc32QBHiGuQ04Xm6CuXA1sdvT { color:rgba(var(--color-tertiary-3),1);display:block;width:26.6241875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.625rem;height:5.8496125rem;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;font-style:normal;display:block; }
#q390Tamod49e2e5PTmC9D9WHMxHTUhZK { color:rgba(var(--color-tertiary-3),1);display:block;width:23.25rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.5625rem;height:2.923175rem;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;font-style:normal;display:block; }
#yPSdC7QdW0UaHaXAWLtfKovTOelg0o8Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4996875rem;width:17.7494375rem;top:6.1220703125rem;left:30.4365234375rem;overflow:hidden;display:block; }
#q4C6HDdtxtXOD9HMCoM6wWCJfpEfVhMy { background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.43424375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.8125rem;left:53.1875rem;display:block; }
#Wqtrr9KR7koiFKqBRxHtJiMtzRHXTrw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVMED9LHeTfnhzII6LplVWHAo3vS4dU4 { background-color:rgba(var(--color-secondary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2495rem;height:3.43253125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.125rem;left:53.1875rem;display:block; }
#JJR9ncegkeUhiyqJdthAlAMOd2M7JrLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBUhGLAgfbWQtc6gxH2uu6kOzU2PQuQH { color:rgba(var(--color-tertiary-3),1);display:block;width:21.4998125rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.6806640625rem;left:6.623046875rem;height:3.57584375rem;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;font-style:normal;display:block; }
#zQ1lFDnK00DxEPRm2VTNoqSWVpPyHELm { color:rgba(var(--color-tertiary-3),1);display:block;width:20.622625rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.068359375rem;left:50.9990234375rem;height:5.36376875rem;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;font-style:normal;display:block; }
#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7e92abc-84f6-4181-a6ed-34dd86314280/Tuffati.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;display:block; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf.adaptive-delivery-prevent-bg, #vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf.lazyload, #vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf.lazyloading { background-image: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { background-color: transparent; background-image: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container > .video-iframe-container { display: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .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.45); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row > .video-iframe-container { display: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .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); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { border-width: 0; border-radius: 0; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#v7dZMafStb3JQFTG3TbGMcsTwXGUf8GR { color:rgba(var(--color-tertiary-0),1);display:block;width:42.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:16.3125rem;height:7.4739375rem;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;font-style:normal;display:block; }
#CQ2v40Em5vlKdczcV6kBh5tcRl92Ar3Q { color:rgba(var(--color-tertiary-1),1);display:block;width:39.8125rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.25rem;left:17.625rem;height:3.2487rem;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;font-style:normal;display:block; }
#O1gDtMFuEbTwXbDmavRN7pqXNvNToq1q { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24rem;left:29.4375rem;display:block; }
#O3iH7lWO4NKHOE8PeKgatn9CluFK99Z5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoFh2f1oPkHoe4SV5r7R7cvSH7UiNtXb { color:rgba(var(--color-tertiary-1),1);display:block;width:5.125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.4375rem;left:34.3125rem;height:2.6001rem;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;font-style:normal;display:block; }
#owD4d7rpBQ5TPms3z3ym2xLdG7QIHULR { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.0625rem;left:34.3125rem;height:1.21889375rem;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;font-style:normal;display:block; }
#Z6AQHlxWzeeCHP8HTGQtcCUJhHeZ9F5V { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:35.4375rem;left:30.0625rem;overflow:hidden;display:block; }
#HMSwqK5f5FL9HsS2qbcd0Fp9LkuzknoD { position:absolute;display:block;z-index:15017;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:5rem;width:7.0625rem;top:35.4375rem;left:7.8125rem;overflow:hidden;display:block; }
#d3k5FyX8TKf0I8FWdJU5MOtntRZyBwZu { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.375rem;left:14.0625rem;height:1.21889375rem;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;font-style:normal;display:block; }
#sm1ePVsQzOTsN7OxeDBJ3Z64dENtRAuw { color:rgba(var(--color-tertiary-1),1);display:block;width:13.5rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.75rem;left:14.0625rem;height:2.6001rem;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;font-style:normal;display:block; }
#nGGCZ6vUeEOBe28bWKiPv1ImN3XLrCCn { color:rgba(var(--color-tertiary-1),1);display:block;width:3.9375rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.4375rem;left:55.6875rem;height:2.6001rem;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;font-style:normal;display:block; }
#Pr8wlC7MgziXWv5xu79oQ0UqOW7nwOdd { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.0625rem;left:55.6875rem;height:1.21889375rem;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;font-style:normal;display:block; }
#mAy8tzOKUHEef7FFiOPLk95fOApmrQ3A { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4rem;top:35.5625rem;left:50.25rem;overflow:hidden;display:block; }
#zgWDbrkB0X0aQTT2PTAp1Q3IPP6xpKn5 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:61.8125rem;top:34.25rem;left:6.59375rem;display:block; }
#PIospboAI5GqNNkxbo2uloCOJtyBaK9H { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:61.8125rem;top:41rem;left:6.59375rem;display:block; }
#Zsn1RaMZ7Af2cqcbCeLtZD9vNyAg7IVT { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-4),0.26);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:6.75rem;width:61.8125rem;top:34.3125rem;left:6.59375rem;display:block; }
#UZk5EKZPkagOEczg87nOCHHATH9QknHD { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/2b18d13d-0f9c-4b1e-801e-95db68b56ef3/tripadvisor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.625rem;width:7.9375rem;top:36.162109375rem;left:19.375rem;display:block; }#UZk5EKZPkagOEczg87nOCHHATH9QknHD.adaptive-delivery-prevent-bg, #UZk5EKZPkagOEczg87nOCHHATH9QknHD.lazyload, #UZk5EKZPkagOEczg87nOCHHATH9QknHD.lazyloading { background-image: none; }
#JHEGu6SwNaoPvUcpyzOVZk7qy7qFIkKt { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/406e4932-47a6-4e73-ae61-6fc355adabff/google.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.625rem;width:7.4375rem;top:35.9248046875rem;left:39.4375rem;display:block; }#JHEGu6SwNaoPvUcpyzOVZk7qy7qFIkKt.adaptive-delivery-prevent-bg, #JHEGu6SwNaoPvUcpyzOVZk7qy7qFIkKt.lazyload, #JHEGu6SwNaoPvUcpyzOVZk7qy7qFIkKt.lazyloading { background-image: none; }
#d54WcqcHVlnsmQk6hNCsM6sQDZWI1QFu { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/2b18d13d-0f9c-4b1e-801e-95db68b56ef3/tripadvisor.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:1.625rem;width:7.9375rem;top:35.9248046875rem;left:59.625rem;display:block; }#d54WcqcHVlnsmQk6hNCsM6sQDZWI1QFu.adaptive-delivery-prevent-bg, #d54WcqcHVlnsmQk6hNCsM6sQDZWI1QFu.lazyload, #d54WcqcHVlnsmQk6hNCsM6sQDZWI1QFu.lazyloading { background-image: none; }
#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD { position:relative;display:block; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD { background-color: transparent; background-image: none; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row .container > .video-iframe-container { display: none; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row > .video-iframe-container { display: none; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .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); }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD { border-width: 0; border-radius: 0; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FG3dQfuhBwMrBsFl02tKglmrgCITupMM { color:#47697d;display:block;width:33.3744375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5550308227539rem;left:20.812774658203rem;height:5.84716875rem;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;font-style:normal;display:block; }
#yOvOdwpa9LavFiqvVR70EX4iTQVzqBNV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5289d589-c087-4d18-9e5e-f34bee96c6bb/Appartamenti.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:10.25rem;left:0.625rem;display:block; }#yOvOdwpa9LavFiqvVR70EX4iTQVzqBNV.adaptive-delivery-prevent-bg, #yOvOdwpa9LavFiqvVR70EX4iTQVzqBNV.lazyload, #yOvOdwpa9LavFiqvVR70EX4iTQVzqBNV.lazyloading { background-image: none; }
#K1PecTTObTzRX4KFbSnerhe8KmLTz4cA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMZZ9PafL3maRMxSbKaWrEuJpuVci7DC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/159868aa-cf84-4551-832e-fa2b65e4320a/Famiglia.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:10.25rem;left:19.375rem;display:block; }#wMZZ9PafL3maRMxSbKaWrEuJpuVci7DC.adaptive-delivery-prevent-bg, #wMZZ9PafL3maRMxSbKaWrEuJpuVci7DC.lazyload, #wMZZ9PafL3maRMxSbKaWrEuJpuVci7DC.lazyloading { background-image: none; }
#bvCMlHpFDEzegHMVhVc0nRl8qxfM47bU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hT9QwHisTrrnUL7fVrt4h2LSz1EU2eVh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f4f2951-6987-4fd0-91a5-4c662f1a5861/Servizi.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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.25rem;left:38.125rem;display:block; }#hT9QwHisTrrnUL7fVrt4h2LSz1EU2eVh.adaptive-delivery-prevent-bg, #hT9QwHisTrrnUL7fVrt4h2LSz1EU2eVh.lazyload, #hT9QwHisTrrnUL7fVrt4h2LSz1EU2eVh.lazyloading { background-image: none; }
#FDDgRwLJqLBJfuHrcoBiAnupKdo5sOeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXeeEdZBwkPAFllry3oGqQGA94JlBlyV { background-color:rgba(var(--color-secondary-0),0.67);background-image:url("https://images.assets-landingi.com/uc/9c40bba2-e8e7-4798-959f-8fb593c8c2f6/Gallery.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:4.3745125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:16.1875rem;left:19.375rem;display:block; }#yXeeEdZBwkPAFllry3oGqQGA94JlBlyV.adaptive-delivery-prevent-bg, #yXeeEdZBwkPAFllry3oGqQGA94JlBlyV.lazyload, #yXeeEdZBwkPAFllry3oGqQGA94JlBlyV.lazyloading { background-image: none; }
#lfJ8ZoV1sqGl68NhgEXHFatrJpgRUs8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6dlzQmHHxHrKApH9Pn5aWD0HXAzKtyA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9fe31ab-099f-4381-bea6-a3334aac9853/Offerte.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:4.3745125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:16.1875rem;left:38.125rem;display:block; }#h6dlzQmHHxHrKApH9Pn5aWD0HXAzKtyA.adaptive-delivery-prevent-bg, #h6dlzQmHHxHrKApH9Pn5aWD0HXAzKtyA.lazyload, #h6dlzQmHHxHrKApH9Pn5aWD0HXAzKtyA.lazyloading { background-image: none; }
#InZHfvVsmwWIuBotBmsRcEsMx9woI0Eu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZUDcDzQWChbTSAHkTxZ15L92TkOEnOH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a16a338-f933-484d-bb04-7dc4d97919ce/Bibione.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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:16.1875rem;left:56.875rem;display:block; }#HZUDcDzQWChbTSAHkTxZ15L92TkOEnOH.adaptive-delivery-prevent-bg, #HZUDcDzQWChbTSAHkTxZ15L92TkOEnOH.lazyload, #HZUDcDzQWChbTSAHkTxZ15L92TkOEnOH.lazyloading { background-image: none; }
#aAP66dasrzHtsgNscIE4uAsUAh212XxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE { position:relative;display:block; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE { background-color: transparent; background-image: none; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row .container > .video-iframe-container { display: none; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row > .video-iframe-container { display: none; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .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); }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE { border-width: 0; border-radius: 0; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCgsBdIv1iBbTaiZSHaEL68qUupOi6Cg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:30.375rem;top:1.1875rem;left:22.25rem;overflow:hidden;display:block; }
#qGS2r4Oq9wShf2yKMtsv8VsBGF0TtGqL { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:8.75rem;left:54.5rem;height:1.64998125rem;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;font-style:normal;display:block; }
#Lx2JgVPXdk40AAEJh8iJ8Vyh1owSzN7E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.9375rem;left:54.5rem; }
#Lx2JgVPXdk40AAEJh8iJ8Vyh1owSzN7E > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.9375rem; }#SdChwhV9NQrtZb2QUub01EQQV0UsWT4n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.75rem;left:58.4375rem; }
#SdChwhV9NQrtZb2QUub01EQQV0UsWT4n > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; }#x6UrSh0FBgSxAZKMdgmTq3JsrV1mslbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.75rem;left:62.875rem; }
#x6UrSh0FBgSxAZKMdgmTq3JsrV1mslbE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; }#QmEeXBCfDI5xgnyERbgdUxAHJevu9iBI { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.3125rem;left:2.0625rem;height:10.122075rem;text-align:right;text-align-last:right;display:block; }
#OcsxWRrZMAFIyVHta8uGesGaTxb4BqEw { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),0.16);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:3.75rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:22.8125rem;width:75rem;top:0rem;left:0rem;display:block; }
#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs { position:relative;display:block; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs { background-color: transparent; background-image: none; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row .container > .video-iframe-container { display: none; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row > .video-iframe-container { display: none; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .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); }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs { border-width: 0; border-radius: 0; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ON2PfGlP8laGqyv0MGD5FKOkmTbQeUlH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:quicksand;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1435546875rem;left:27.0625rem;height:1.21889375rem;display:block; }
#i20VUGdEahlsOuTbU9rWc3t8gTLplfua { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:quicksand;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7216796875rem;left:0rem;height:3.1665rem;text-align:center;text-align-last:center;display:block; }
#SrpO72aJ0ylBCONQBc2eT9Gxyyu42Oxi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47697d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.1875rem;text-decoration:none;z-index:15002;text-align:left;text-align-last:left;top:6.1591796875rem;left:38.6875rem;display:block; }
#eSiFK67Io03OATTxKBKCUC1eBANC6MXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { border-width: 0; border-radius: 0; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#Pr0SII0VOI1EnEqET8IhOSd46hCOvLtw { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:60.8125rem;display:block; }
#HD21AaNwLN3fC3H7a0gC2U0Wz66hZBMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { position:relative;display:block; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { background-color: transparent; background-image: none; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container > .video-iframe-container { display: none; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row > .video-iframe-container { display: none; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .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); }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { border-width: 0; border-radius: 0; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 { display:block; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyRpxWlze8w7knhaW1VasbhkCLEiLIHD { top:1rem;left:0rem;width:18.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbAk5UaKlf8R2Eb5IXp0s637xXAy82aC { width:14.1875rem;height:3.125rem;top:0.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoPISsNMEdb85S39ZhTmqf5xvceduK3C { display:block; }
 }@media only screen and (max-width: 763px) { #I6Vhk8mIMMQGoktX6fWl1noSquR5JUEU { width:6.6875rem;height:1.375rem;top:1.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvLZ0gst0Capbr03GGqtykIfplxk6q6Q { display:block; }
 }@media only screen and (max-width: 763px) { #pykdCnrglaOAiD0h7q2ML8qO8hcX812e { width:3.4375rem;height:1.375rem;top:1.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOvzpTQ6ImmuTQvVgVt0W9OHu1osxMx { display:block; }
 }@media only screen and (max-width: 763px) { #kPLO1di1hrfb6aUqEIqhyKSwExRmEfUT { width:4.875rem;height:1.375rem;top:1.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htF1SToesqnApG5DFbmO3XDl2cx6fSGz { display:block; }
 }@media only screen and (max-width: 763px) { #GTHASLt4BPvkkunRvpALck62f9ykiv8u { display:block; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTBnawmtevUqtguTq502wAeMaXIImnEC { top:29.0625rem;left:0rem;width:42rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo740PURlm49s8k4TvBLpelOhrL7ntB6 { top:36.25rem;left:0rem;width:26.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K76vGw67LHQtnnu8PkxIJH4UO8a1SO9s { width:16.25rem;height:3.4375rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Tbc0F0kmbrDUW4QTI1gm3efpGTBSnZ { display:block; }
 }@media only screen and (max-width: 763px) { #TGgH9Z9pLMaThIEFoPHRv9h0wCPgeEDb { top:-0.3125rem;left:0rem;width:47.75rem;height:50.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6SfotTye6k2wTsd2iFf7EUrdhabT3VU { top:39.5rem;left:29.5rem;width:18.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR { display:none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { top:21.0625rem;left:0rem;width:18.875rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { top:28.1875rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A30xcnsH0TMkmBTZwDWeMs9SbGvH8KTU { width:16.25rem;height:3.4375rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uohfNnuckTsGsqX4s4hFkqmk4FWn2HPy { display:block; }
 }@media only screen and (max-width: 763px) { #owHo4TuWq9XuPOedD5MeGxB6UE9kEruR { top:5.6875rem;left:0rem;width:47.75rem;height:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU { display:none; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C8fF6ylxRDZe40MDmn3QiiIRFSHA3dv8 { width:47.75rem;height:13.75rem;display:none; }
 }@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) { #UgwfyQ7NSZCV1JtFydnaAhA4la5DG8Qv { top:0.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvm2BwI9vq60SmuVGeOiyAtgslaQ0OQ { top:0.875rem;left:4.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOiZFk2f25ZMkktGQFnAeeGzRyoVr5C { top:4.625rem;left:0rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZCF2AUQgkAwxQx4q4w6AbbGXKOk04W { top:4.625rem;left:0rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rCKie4TvmZ9i7fGaP4sKfzkq5tINoy { top:4.625rem;left:4.5rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk8Gpe2tc8bwfwcqcg6dNXdpm0ciFWuc { top:0.875rem;left:21.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqZnfQLlnnUNCSH6XOgikutPVChPnpZ5 { top:4.625rem;left:21.3125rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToSSUUPZkzbAec296HTXRTDSb5LeKkw { top:0.875rem;left:30.0625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIkrTRPJy0kcwClzExTkghlFS4wslEM8 { top:4.625rem;left:30.0625rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9lpNki6Wt2mLShHhToSpq7e2f48S9d { top:0.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6snf2ATCu7g7W54dMzW9uTnmur5U70P { top:0.9375rem;left:13.75rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P940ZVvTQpP0CaglFHne8C62QwDCrPnC { top:4.625rem;left:13.75rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuoykdIfCQKfu48fRgy1mlzTkCordfhX { top:4.875rem;left:0rem;width:33.25rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shtk3dpevXvr7rnkzRAKgKs4XbiE5RL7 { top:11.625rem;left:0rem;width:31.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgZPzRltId6g6BcSSKggThTzWS3JvN3L { top:4.875rem;left:11.75rem;width:36rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { width:16.25rem;height:3.4375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block; }
 }@media only screen and (max-width: 763px) { #IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { display:block; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { top:13.75rem;left:6.34375rem;width:35rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { top:7.1875rem;left:4.6875rem;width:38.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drC1dHzLBqFUARGry6pr1mxbHnswqTka { display:block; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5eSJO2hRSfiAEnbqTsaRBwh7aAXrWcJ { top:5.1875rem;left:0rem;width:22rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar34zFPw4FRDbqDT1SyCG6ha3L9nI2Ul { top:8.375rem;left:0rem;width:25.8125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU5UuNPQkQzBgqcueMmp7Xi5Q8IlNC8W { top:14.8125rem;left:0rem;width:2.0625rem;height:1.637770209048rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcsTOgKpitF2Mon6sLpv29sPFdpkJGU { top:15.125rem;left:2.0625rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXcoBsoN9g9zC4wcF7PLrZGs5lq2eLl { top:26.6875rem;left:0rem;width:32.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIGxEb3SNapy3MO3pcRl6lirwf7yeZ9P { top:1.625rem;left:0rem;width:37rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4lwTFNnccPLdn6n4vpopAy91knGLfDe { top:18.875rem;left:0rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M52t28dUkMeU941IvEPhPqRuPOTlmTcs { width:21.25rem;height:3.4375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrXy8r27R6xdh2FuFUnvrDhyKRaeflKR { display:block; }
 }@media only screen and (max-width: 763px) { #V1WLrLJKUmVIPKPkApvPS9mnLyWoyoqN { top:8.375rem;left:21.8125rem;width:25.9375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXyBvT2uOrZy12PqLATKAuXuNEslTI74 { top:5.1875rem;left:20.375rem;width:27.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXhvqs0JHek4TDMSxKSsKAdBTvois4G1 { top:14.8125rem;left:23.875rem;width:2.0625rem;height:1.637770209048rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNawFdAMRR6bC1OZfxTppelAp6TIlNcA { top:14.6875rem;left:24.9267578125rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyBOoZocDxz95inRp0u2fvIA6TMnhf9C { top:15.125rem;left:32.59423828125rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S803MQpuQDb2p5Eyb8nCGhre0KgnDh { width:21.25rem;height:3.4375rem;top:20.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodAerWZ7iO591BZKrxHK5UfvrBpWnnM { display:block; }
 }@media only screen and (max-width: 763px) { #y9AVHvBJXw1JddAp4Iv3uMNiS9l1T9CM { top:18.875rem;left:23.875rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEoWukoqFfLfQJEknDkTdmG9lPIS9Glu { top:26.0625rem;left:15.75rem;width:31.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8UuGT2COknBJ8eDP1v34kd4Ogo657o1 { top:1.625rem;left:10.8125rem;width:36.9375rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhWrfqJw0oZ4a5CN72Nwvg3UNRPIu2m { top:14.6875rem;left:41.2490234375rem;width:4.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tref8Lchi4RsD7ycGg8HcJpiDEJcwdbc { top:14.75rem;left:38.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grJzrJ3LUpmKWNI0BSxefrT254W0X8mS { top:15.125rem;left:12.56103515625rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFNyS1D269P6RZ7hXXMgggT3nvaXLmTM { top:14.625rem;left:10.2275390625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvce5DeTOeaEGyFTqK0b7uwbHBvMeE64 { top:14.75rem;left:30.2490234375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7yVug9mTLSZsB19BNd3oE0qFouaxw8k { display:block; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1c3mZPm69ST7s8fGRCxZbEhhsVtgkcb { top:9.1875rem;left:0rem;width:22rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5f7r8ukd6DIBU9JW5tpGT3RdxFMdy7 { top:13.625rem;left:0rem;width:25.8125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHxJ3vCTzacuPFSAwE9yhD7rQ4dWb3XD { top:22.375rem;left:0rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXaS0ieXdTtJL2xZm6gZwcwazT4FmTC { top:22.375rem;left:7.87548828125rem;width:4.6875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqO3FbEWNvqubbldxTi3k7wUghXxeZM { top:5.4375rem;left:0rem;width:47.75rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVC98tNri3d8eRSTG7ZPIxRT8h7ctWBu { top:28.0625rem;left:0rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlAne9Si8oo7CTi8sBK0o9D2N1TnObOG { width:18.125rem;height:3.4375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTk6dQERGHwaET3IzRoEegNNRT0hcalK { display:block; }
 }@media only screen and (max-width: 763px) { #MwTLJds9RgZLfimJUJOXqfdml1T57iuN { top:9.1875rem;left:15.8125rem;width:31.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn8b7rTe96I8cN9MwPCFTEeAcwsN0vAX { top:22.375rem;left:15.43798828125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFPyq0a712pbW0xdiNQV2FkzKr8seO9 { top:20rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxtxmoqsySTxGem0JuBs7EWhzFhypv1K { top:20rem;left:7.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5Hz0fDMdHKa1Te9Z7Ny7cIxNbl5R8oi { top:20rem;left:15.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbJtNInfCss8ObtywcShzNTySCsSy6m { display:block; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8lvdsz8PALs9eU4Cy4AXJsnll6GSSyS { top:7.25rem;left:0.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJlp6OXgbX6hnNBETwJycR9au1kZSSVF { top:7.25rem;left:8.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW3WVO9Nldh9GZcQ1uKshGg3pKMriZ8G { top:12.75rem;left:0rem;width:7.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { top:12.5625rem;left:0rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { top:12.6875rem;left:7.1875rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLgBpwWT2DclTcIdsAoULLxwqefLINo { top:7.25rem;left:16.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlzPDM1fHN06mE5PZ2NKRVbMTBNR5oC { top:12.6875rem;left:14.936401367188rem;width:6.25rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTk6h7CV4DITu301mmzVNf9DqbsOGWu { top:7.25rem;left:24.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPxHd8hDumgXQc9JecfWftIP7U2CUWx { top:12.6875rem;left:23.686805725097rem;width:6.25rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4coWCAVxuGJWRQSrsr89nHpRocWv18d { top:7.25rem;left:32.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMn4ZO0UUNWcr574m3prtU1az0lupwMf { top:12.6875rem;left:31.686485290528rem;width:6.25rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMzynanuIfUQ8J5NMuJxqE94lJrZxHt { top:7.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHGBSx4Jr1ECJQ6WU2cWpokkdy48Wao { top:7.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGo3DzPG0L1dwhMo5B7M0LNTA2m5N9L { top:7.25rem;left:41rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATxod0P4qJ2XWctdV1wGAMoTAuQiQhk { top:12.6875rem;left:39.749229431153rem;width:6.25rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pytcms7flDvUwbI4BVar4iIDwXEIFvCV { top:12.625rem;left:36.5625rem;width:11.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHhJS3eg26VB9o9Fzzv1hmTRIPJs7WW { top:1.75rem;left:4.6863594055176rem;width:38.3125rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 { display:block; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ8iPrJJsAOXWRhoecf9em6VSnGcTRIy { top:4.25rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2GRp5XmEq2JlFZ6cQzA4hwcDUByuJMx { width:16.1875rem;height:3.375rem;top:27.6875rem;left:15.749828338623rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziuM5so6AzSCSo4XnZu9vJvBmCDUZhu0 { display:block; }
 }@media only screen and (max-width: 763px) { #xuZp3flm0GgDFnaKzKR7uJBLss19qdrC { top:9.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { top:22.625rem;left:0rem;width:17.6875rem;height:13.45257970323rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1plxMeyRnKRVdkODsX2r7z5ysQFXkJn { top:11.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQ53fUWeJ2xgk1EBruMXTQ8TmClu5qv { top:15.5625rem;left:8rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxkBJqaWh7abI5QhSufp1cCsudAKXHcu { top:20.5625rem;left:4.4375rem;width:10.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { top:20.5625rem;left:18rem;width:13rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNpLPILePxTlLcsvoe4mqOfwO5ZTq0k { top:15.5625rem;left:22.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ONgZfTpJdciUn9OLiIg8OQECtrmQc6 { top:20.5rem;left:33.874485015869rem;width:9.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Q6ZvuZWGi7ViCyE0qEqmrI1kkcvSz { top:15.5625rem;left:36.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { top:6.5625rem;left:13.1875rem;width:34.5625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0okvakzHVxJ78OrnIeHPEx1p6kGeUge { top:5.875rem;left:0rem;width:35.1875rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { top:12.625rem;left:0rem;width:28.125rem;height:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 { display:block; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6Z3TJ0zc32QBHiGuQ04Xm6CuXA1sdvT { top:4.125rem;left:0rem;width:26.5625rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q390Tamod49e2e5PTmC9D9WHMxHTUhZK { top:11.375rem;left:0rem;width:23.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPSdC7QdW0UaHaXAWLtfKovTOelg0o8Z { top:6.0625rem;left:16.8115234375rem;width:17.6875rem;height:13.452226181757rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4C6HDdtxtXOD9HMCoM6wWCJfpEfVhMy { width:16.1875rem;height:3.375rem;top:11.8125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqtrr9KR7koiFKqBRxHtJiMtzRHXTrw5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVMED9LHeTfnhzII6LplVWHAo3vS4dU4 { width:16.1875rem;height:3.375rem;top:16.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJR9ncegkeUhiyqJdthAlAMOd2M7JrLV { display:block; }
 }@media only screen and (max-width: 763px) { #qBUhGLAgfbWQtc6gxH2uu6kOzU2PQuQH { top:18.625rem;left:0rem;width:21.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1lFDnK00DxEPRm2VTNoqSWVpPyHELm { top:6.0625rem;left:27.1875rem;width:20.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf { display:block; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7dZMafStb3JQFTG3TbGMcsTwXGUf8GR { top:8.3125rem;left:2.6875rem;width:42.4375rem;height:7.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2v40Em5vlKdczcV6kBh5tcRl92Ar3Q { top:17.25rem;left:4rem;width:39.8125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gDtMFuEbTwXbDmavRN7pqXNvNToq1q { width:16.25rem;height:3.4375rem;top:24rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3iH7lWO4NKHOE8PeKgatn9CluFK99Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #XoFh2f1oPkHoe4SV5r7R7cvSH7UiNtXb { top:35.4375rem;left:20.6875rem;width:5.125rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owD4d7rpBQ5TPms3z3ym2xLdG7QIHULR { top:38.0625rem;left:20.6875rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6AQHlxWzeeCHP8HTGQtcCUJhHeZ9F5V { top:35.4375rem;left:16.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSwqK5f5FL9HsS2qbcd0Fp9LkuzknoD { top:35.4375rem;left:0rem;width:7.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3k5FyX8TKf0I8FWdJU5MOtntRZyBwZu { top:38.375rem;left:0.4375rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm1ePVsQzOTsN7OxeDBJ3Z64dENtRAuw { top:35.75rem;left:0.4375rem;width:13.5rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGGCZ6vUeEOBe28bWKiPv1ImN3XLrCCn { top:35.4375rem;left:34.25rem;width:3.9375rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8wlC7MgziXWv5xu79oQ0UqOW7nwOdd { top:38.0625rem;left:32.3125rem;width:15.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAy8tzOKUHEef7FFiOPLk95fOApmrQ3A { top:35.5625rem;left:36.625rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgWDbrkB0X0aQTT2PTAp1Q3IPP6xpKn5 { top:34.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIospboAI5GqNNkxbo2uloCOJtyBaK9H { top:41rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsn1RaMZ7Af2cqcbCeLtZD9vNyAg7IVT { top:34.3125rem;left:0rem;width:47.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZk5EKZPkagOEczg87nOCHHATH9QknHD { top:36.125rem;left:5.75rem;width:7.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHEGu6SwNaoPvUcpyzOVZk7qy7qFIkKt { top:35.875rem;left:25.8125rem;width:7.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d54WcqcHVlnsmQk6hNCsM6sQDZWI1QFu { top:35.875rem;left:39.8125rem;width:7.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD { display:block; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG3dQfuhBwMrBsFl02tKglmrgCITupMM { top:3.5rem;left:7.1877746582031rem;width:33.3125rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOvOdwpa9LavFiqvVR70EX4iTQVzqBNV { width:17.5rem;height:4.375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PecTTObTzRX4KFbSnerhe8KmLTz4cA { display:block; }
 }@media only screen and (max-width: 763px) { #wMZZ9PafL3maRMxSbKaWrEuJpuVci7DC { width:17.5rem;height:4.375rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCMlHpFDEzegHMVhVc0nRl8qxfM47bU { display:block; }
 }@media only screen and (max-width: 763px) { #hT9QwHisTrrnUL7fVrt4h2LSz1EU2eVh { width:17.5rem;height:4.375rem;top:10.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDDgRwLJqLBJfuHrcoBiAnupKdo5sOeE { display:block; }
 }@media only screen and (max-width: 763px) { #yXeeEdZBwkPAFllry3oGqQGA94JlBlyV { width:17.4375rem;height:4.3125rem;top:16.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfJ8ZoV1sqGl68NhgEXHFatrJpgRUs8Z { display:block; }
 }@media only screen and (max-width: 763px) { #h6dlzQmHHxHrKApH9Pn5aWD0HXAzKtyA { width:17.4375rem;height:4.3125rem;top:16.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZHfvVsmwWIuBotBmsRcEsMx9woI0Eu { display:block; }
 }@media only screen and (max-width: 763px) { #HZUDcDzQWChbTSAHkTxZ15L92TkOEnOH { width:17.5rem;height:4.375rem;top:16.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAP66dasrzHtsgNscIE4uAsUAh212XxP { display:block; }
 }@media only screen and (max-width: 763px) { #IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE { display:block; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCgsBdIv1iBbTaiZSHaEL68qUupOi6Cg { top:1.1875rem;left:0rem;width:30.375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGS2r4Oq9wShf2yKMtsv8VsBGF0TtGqL { top:8.75rem;left:32.6875rem;width:15.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2JgVPXdk40AAEJh8iJ8Vyh1owSzN7E { top:11.9375rem;left:34.0625rem;width:1.6875rem;height:1.9375rem;display:block; }
#Lx2JgVPXdk40AAEJh8iJ8Vyh1owSzN7E > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #SdChwhV9NQrtZb2QUub01EQQV0UsWT4n { top:11.75rem;left:38rem;width:2.1875rem;height:2.3125rem;display:block; }
#SdChwhV9NQrtZb2QUub01EQQV0UsWT4n > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #x6UrSh0FBgSxAZKMdgmTq3JsrV1mslbE { top:11.75rem;left:42.4375rem;width:2.1875rem;height:2.3125rem;display:block; }
#x6UrSh0FBgSxAZKMdgmTq3JsrV1mslbE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #QmEeXBCfDI5xgnyERbgdUxAHJevu9iBI { top:6.3125rem;left:0rem;width:18.125rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcsxWRrZMAFIyVHta8uGesGaTxb4BqEw { top:0rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs { display:block; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON2PfGlP8laGqyv0MGD5FKOkmTbQeUlH { top:6.125rem;left:13.4375rem;width:11.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i20VUGdEahlsOuTbU9rWc3t8gTLplfua { top:1.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpO72aJ0ylBCONQBc2eT9Gxyyu42Oxi { width:11.375rem;height:1.1875rem;top:6.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiFK67Io03OATTxKBKCUC1eBANC6MXp { display:block; }
 }@media only screen and (max-width: 763px) { #UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ { display:block; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr0SII0VOI1EnEqET8IhOSd46hCOvLtw { width:14.1875rem;height:3.125rem;top:0.625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD21AaNwLN3fC3H7a0gC2U0Wz66hZBMN { display:block; }
 }@media only screen and (max-width: 763px) { #t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { display:block; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 { position:relative;z-index:auto;display:block; }#gPuHbSsTDsrqI0oEl4NSZDLgKA3VTwI6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyRpxWlze8w7knhaW1VasbhkCLEiLIHD { width:13.9375rem;height:1.875rem;top:1.09375rem;left:3.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XbAk5UaKlf8R2Eb5IXp0s637xXAy82aC { width:10rem;height:2.249025rem;top:0.90625rem;left:10rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoPISsNMEdb85S39ZhTmqf5xvceduK3C { display:block; }
 }@media only screen and (max-width: 763px) { #I6Vhk8mIMMQGoktX6fWl1noSquR5JUEU { width:6.6875rem;height:1.375rem;top:1.4375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvLZ0gst0Capbr03GGqtykIfplxk6q6Q { display:block; }
 }@media only screen and (max-width: 763px) { #pykdCnrglaOAiD0h7q2ML8qO8hcX812e { width:3.4375rem;height:1.375rem;top:1.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBOvzpTQ6ImmuTQvVgVt0W9OHu1osxMx { display:block; }
 }@media only screen and (max-width: 763px) { #kPLO1di1hrfb6aUqEIqhyKSwExRmEfUT { width:4.875rem;height:1.375rem;top:1.4375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htF1SToesqnApG5DFbmO3XDl2cx6fSGz { display:block; }
 }@media only screen and (max-width: 763px) { #GTHASLt4BPvkkunRvpALck62f9ykiv8u { display:none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u { border-width: 0; border-radius: 0; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container { width:20rem;height:50rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/056b83f9-58a9-458c-a7d5-790b4f4610ff/OST047521.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;position:relative;display:none; }#GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container.adaptive-delivery-prevent-bg, #GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container.lazyload, #GTHASLt4BPvkkunRvpALck62f9ykiv8u > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oTBnawmtevUqtguTq502wAeMaXIImnEC { width:17.8125rem;height:6.1875rem;top:7.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xo740PURlm49s8k4TvBLpelOhrL7ntB6 { width:20rem;height:3.7119125rem;top:17.4375rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K76vGw67LHQtnnu8PkxIJH4UO8a1SO9s { width:16.25rem;height:3.4375rem;top:22.39925rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Tbc0F0kmbrDUW4QTI1gm3efpGTBSnZ { display:block; }
 }@media only screen and (max-width: 763px) { #TGgH9Z9pLMaThIEFoPHRv9h0wCPgeEDb { width:20rem;height:50.25rem;top:-0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6SfotTye6k2wTsd2iFf7EUrdhabT3VU { width:18.25rem;height:5.2499813351051rem;top:27.08675rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR { background-color:transparent;background-image:none;display:block; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { background-color: transparent; background-image: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container > .video-iframe-container { display: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row > .video-iframe-container { display: none; }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .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); }#EkS6fkFpg9iRfdNuxBNSOaIlaNeeTVlR > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { width:19.625rem;height:4.26269375rem;top:23.201171875rem;left:0rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { width:20rem;height:3.298825rem;top:28.400390625rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A30xcnsH0TMkmBTZwDWeMs9SbGvH8KTU { width:16.25rem;height:3.4375rem;top:33.937986373901rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uohfNnuckTsGsqX4s4hFkqmk4FWn2HPy { display:block; }
 }@media only screen and (max-width: 763px) { #owHo4TuWq9XuPOedD5MeGxB6UE9kEruR { width:20rem;height:40.1875rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU { background-color:#47697d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container { background-color: transparent; background-image: none; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container > .video-iframe-container { display: none; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row > .video-iframe-container { display: none; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .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); }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container { border-width: 0; border-radius: 0; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWumZs0W0wP6lL8nFOmf8SiVFMxEhCCU > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8fF6ylxRDZe40MDmn3QiiIRFSHA3dv8 { top:0.8740234375rem;left:5.3125rem;width:9.375rem;height:2.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgwfyQ7NSZCV1JtFydnaAhA4la5DG8Qv { width:1.875rem;height:1.875rem;top:0.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCvm2BwI9vq60SmuVGeOiyAtgslaQ0OQ { width:1.875rem;height:1.875rem;top:1rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgOiZFk2f25ZMkktGQFnAeeGzRyoVr5C { width:6.6875rem;height:1.6503875rem;top:3.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvZCF2AUQgkAwxQx4q4w6AbbGXKOk04W { width:3.875rem;height:1.6503875rem;top:3.25rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rCKie4TvmZ9i7fGaP4sKfzkq5tINoy { width:5.1875rem;height:1.6503875rem;top:3.25rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk8Gpe2tc8bwfwcqcg6dNXdpm0ciFWuc { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqZnfQLlnnUNCSH6XOgikutPVChPnpZ5 { width:4.9375rem;height:1.6503875rem;top:8rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToSSUUPZkzbAec296HTXRTDSb5LeKkw { width:2rem;height:2rem;top:5.8125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIkrTRPJy0kcwClzExTkghlFS4wslEM8 { width:3.125rem;height:1.6503875rem;top:8rem;left:14.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9lpNki6Wt2mLShHhToSpq7e2f48S9d { width:2.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6snf2ATCu7g7W54dMzW9uTnmur5U70P { width:2.1875rem;height:2.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P940ZVvTQpP0CaglFHne8C62QwDCrPnC { width:5.5rem;height:0.82519375rem;top:8rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuoykdIfCQKfu48fRgy1mlzTkCordfhX { width:20rem;height:3.8997375rem;top:3.75rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Shtk3dpevXvr7rnkzRAKgKs4XbiE5RL7 { width:19.999rem;height:19.1284375rem;top:8.5859375rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CgZPzRltId6g6BcSSKggThTzWS3JvN3L { width:20rem;height:17.3125rem;top:35.338539123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { width:16.25rem;height:3.4375rem;top:28.837078094483rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block; }
 }@media only screen and (max-width: 763px) { #IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { display:block; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { width:20rem;height:5.1009125rem;top:6.875rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { width:20rem;height:3.30078125rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drC1dHzLBqFUARGry6pr1mxbHnswqTka { display:block; }#drC1dHzLBqFUARGry6pr1mxbHnswqTka > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5eSJO2hRSfiAEnbqTsaRBwh7aAXrWcJ { width:16.624375rem;height:1.4615875rem;top:3.8110504150391rem;left:1.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar34zFPw4FRDbqDT1SyCG6ha3L9nI2Ul { width:16.624375rem;height:4.87305rem;top:6.1246719360351rem;left:1.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU5UuNPQkQzBgqcueMmp7Xi5Q8IlNC8W { width:2.062175rem;height:1.62435rem;top:12.635904312134rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVcsTOgKpitF2Mon6sLpv29sPFdpkJGU { width:5.187175rem;height:2.2737625rem;top:12.3125rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXcoBsoN9g9zC4wcF7PLrZGs5lq2eLl { width:19.998375rem;height:12.5rem;top:24.029132843017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIGxEb3SNapy3MO3pcRl6lirwf7yeZ9P { width:20rem;height:39.375rem;top:1.748046875rem;left:0rem;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4lwTFNnccPLdn6n4vpopAy91knGLfDe { width:20rem;height:1.2182625rem;top:16.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M52t28dUkMeU941IvEPhPqRuPOTlmTcs { width:17.5rem;height:3.4375rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrXy8r27R6xdh2FuFUnvrDhyKRaeflKR { display:block; }
 }@media only screen and (max-width: 763px) { #V1WLrLJKUmVIPKPkApvPS9mnLyWoyoqN { width:15.374375rem;height:4.87305rem;top:51.561685562134rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXyBvT2uOrZy12PqLATKAuXuNEslTI74 { width:16.687rem;height:1.4615875rem;top:48.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXhvqs0JHek4TDMSxKSsKAdBTvois4G1 { width:2.062175rem;height:1.63655625rem;top:58.629556655884rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNawFdAMRR6bC1OZfxTppelAp6TIlNcA { width:6.25rem;height:2.2737625rem;top:58.3125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyBOoZocDxz95inRp0u2fvIA6TMnhf9C { width:3.49935rem;height:1.13688125rem;top:58.3125rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S803MQpuQDb2p5Eyb8nCGhre0KgnDh { width:17.5rem;height:3.4375rem;top:69.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodAerWZ7iO591BZKrxHK5UfvrBpWnnM { display:block; }
 }@media only screen and (max-width: 763px) { #y9AVHvBJXw1JddAp4Iv3uMNiS9l1T9CM { width:19.6875rem;height:1.2182625rem;top:67.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEoWukoqFfLfQJEknDkTdmG9lPIS9Glu { width:19.9991875rem;height:12.5rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8UuGT2COknBJ8eDP1v34kd4Ogo657o1 { width:20rem;height:47.0625rem;top:45.0625rem;left:0rem;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhWrfqJw0oZ4a5CN72Nwvg3UNRPIu2m { width:4.874675rem;height:2.2737625rem;top:62.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tref8Lchi4RsD7ycGg8HcJpiDEJcwdbc { display:flex;width:1.6870125rem;height:1.6870125rem;top:62.479654312134rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #grJzrJ3LUpmKWNI0BSxefrT254W0X8mS { width:6.25rem;height:2.2737625rem;top:12.3125rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFNyS1D269P6RZ7hXXMgggT3nvaXLmTM { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #Cvce5DeTOeaEGyFTqK0b7uwbHBvMeE64 { display:flex;width:1.6875rem;height:1.6875rem;top:58.0625rem;left:11.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T7yVug9mTLSZsB19BNd3oE0qFouaxw8k { display:block; }#T7yVug9mTLSZsB19BNd3oE0qFouaxw8k > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1c3mZPm69ST7s8fGRCxZbEhhsVtgkcb { width:16.624375rem;height:1.4615875rem;top:7.0621747970581rem;left:1.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5f7r8ukd6DIBU9JW5tpGT3RdxFMdy7 { width:16.624375rem;height:4.87305rem;top:9.4368491172788rem;left:1.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHxJ3vCTzacuPFSAwE9yhD7rQ4dWb3XD { width:5.187175rem;height:1.13688125rem;top:16.125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXaS0ieXdTtJL2xZm6gZwcwazT4FmTC { width:3.125rem;height:2.2737625rem;top:18.75rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqO3FbEWNvqubbldxTi3k7wUghXxeZM { width:20rem;height:45.9375rem;top:3.56201171875rem;left:0rem;z-index:14997;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVC98tNri3d8eRSTG7ZPIxRT8h7ctWBu { width:20rem;height:1.2182625rem;top:22.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlAne9Si8oo7CTi8sBK0o9D2N1TnObOG { width:17.5rem;height:3.4375rem;top:25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTk6dQERGHwaET3IzRoEegNNRT0hcalK { display:block; }
 }@media only screen and (max-width: 763px) { #MwTLJds9RgZLfimJUJOXqfdml1T57iuN { width:19.9991875rem;height:12.5rem;top:30.187173843384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn8b7rTe96I8cN9MwPCFTEeAcwsN0vAX { width:4.6875rem;height:1.13688125rem;top:19.3125rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFPyq0a712pbW0xdiNQV2FkzKr8seO9 { display:flex;width:1.6870125rem;height:1.6870125rem;top:15.875rem;left:1.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hxtxmoqsySTxGem0JuBs7EWhzFhypv1K { display:flex;width:1.6870125rem;height:1.6870125rem;top:19.0625rem;left:1.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #v5Hz0fDMdHKa1Te9Z7Ny7cIxNbl5R8oi { display:flex;width:1.6870125rem;height:1.6870125rem;top:19.0625rem;left:11.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wfbJtNInfCss8ObtywcShzNTySCsSy6m { display:block; }#wfbJtNInfCss8ObtywcShzNTySCsSy6m > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8lvdsz8PALs9eU4Cy4AXJsnll6GSSyS { width:3.125rem;height:3.125rem;top:6.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJlp6OXgbX6hnNBETwJycR9au1kZSSVF { width:3.125rem;height:3.125rem;top:14rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW3WVO9Nldh9GZcQ1uKshGg3pKMriZ8G { width:7.5rem;height:2.0625rem;top:10.375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { width:6.25rem;height:1.21889375rem;top:10.8125rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { width:6.25rem;height:1.21889375rem;top:17.875rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLgBpwWT2DclTcIdsAoULLxwqefLINo { width:3.125rem;height:3.125rem;top:14rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlzPDM1fHN06mE5PZ2NKRVbMTBNR5oC { width:6.25rem;height:2.0625rem;top:17.4375rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGTk6h7CV4DITu301mmzVNf9DqbsOGWu { width:3.125rem;height:3.125rem;top:21.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUPxHd8hDumgXQc9JecfWftIP7U2CUWx { width:6.25rem;height:1.0310875rem;top:24.5rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4coWCAVxuGJWRQSrsr89nHpRocWv18d { width:3.125rem;height:3.125rem;top:21.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMn4ZO0UUNWcr574m3prtU1az0lupwMf { width:6.25rem;height:2.0625rem;top:24.5rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMzynanuIfUQ8J5NMuJxqE94lJrZxHt { width:3.125rem;height:3.125rem;top:6.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHGBSx4Jr1ECJQ6WU2cWpokkdy48Wao { width:3.125rem;height:3.125rem;top:28.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTGo3DzPG0L1dwhMo5B7M0LNTA2m5N9L { width:3.125rem;height:3.125rem;top:28.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATxod0P4qJ2XWctdV1wGAMoTAuQiQhk { width:6.25rem;height:2.0625rem;top:31.5625rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pytcms7flDvUwbI4BVar4iIDwXEIFvCV { width:7.5rem;height:3.0932625rem;top:31.5625rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHhJS3eg26VB9o9Fzzv1hmTRIPJs7WW { width:19.9995rem;height:3.30078125rem;top:1.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 { display:block; }#ubRGDbeQW7pKTcItXOdtw7CpE5Ht9MK7 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ8iPrJJsAOXWRhoecf9em6VSnGcTRIy { width:20rem;height:2.11263125rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x2GRp5XmEq2JlFZ6cQzA4hwcDUByuJMx { width:15.9360625rem;height:2.8120125rem;top:29.8671875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziuM5so6AzSCSo4XnZu9vJvBmCDUZhu0 { display:block; }
 }@media only screen and (max-width: 763px) { #xuZp3flm0GgDFnaKzKR7uJBLss19qdrC { width:18.686625rem;height:2.69856875rem;top:8.2841796875rem;left:0.6552734375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { width:17.6875rem;height:13.45257970323rem;top:22.625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1plxMeyRnKRVdkODsX2r7z5ysQFXkJn { width:19.999rem;height:2.25rem;top:12.49609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SkQ53fUWeJ2xgk1EBruMXTQ8TmClu5qv { width:3.125rem;height:3.125rem;top:18.53125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxkBJqaWh7abI5QhSufp1cCsudAKXHcu { width:4.625rem;height:1.78548125rem;top:23.5029296875rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { width:5.625rem;height:2.678225rem;top:23.056640625rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNpLPILePxTlLcsvoe4mqOfwO5ZTq0k { width:3.125rem;height:3.125rem;top:18.53125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ONgZfTpJdciUn9OLiIg8OQECtrmQc6 { width:5.4375rem;height:1.78548125rem;top:23.056640625rem;left:13.748046875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1Q6ZvuZWGi7ViCyE0qEqmrI1kkcvSz { width:3.125rem;height:3.125rem;top:18.53125rem;left:14.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { width:20rem;height:16.624375rem;top:29.677733421326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0okvakzHVxJ78OrnIeHPEx1p6kGeUge { width:20rem;height:4.951175rem;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { width:20rem;height:17.8531875rem;top:9.6370439529419rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 { display:block; }#w8lQn8RlxVwy3o4TMlf79FaU1bDW8KM1 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6Z3TJ0zc32QBHiGuQ04Xm6CuXA1sdvT { width:20rem;height:4.2252625rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q390Tamod49e2e5PTmC9D9WHMxHTUhZK { width:20rem;height:2.69856875rem;top:8.599609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yPSdC7QdW0UaHaXAWLtfKovTOelg0o8Z { width:17.6875rem;height:13.452226181757rem;top:6.0625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4C6HDdtxtXOD9HMCoM6wWCJfpEfVhMy { width:16.1875rem;height:3.375rem;top:24.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqtrr9KR7koiFKqBRxHtJiMtzRHXTrw5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZVMED9LHeTfnhzII6LplVWHAo3vS4dU4 { width:16.1875rem;height:3.375rem;top:29.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJR9ncegkeUhiyqJdthAlAMOd2M7JrLV { display:block; }
 }@media only screen and (max-width: 763px) { #qBUhGLAgfbWQtc6gxH2uu6kOzU2PQuQH { width:17.0625rem;height:2.69856875rem;top:12.8125rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1lFDnK00DxEPRm2VTNoqSWVpPyHELm { width:19.9995rem;height:4.04785rem;top:19.22509765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9160401b-0eaa-4d9d-a9a3-a9f06619fd9a/Tuffatimobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf.adaptive-delivery-prevent-bg, #vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf.lazyload, #vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf.lazyloading { background-image: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { background-color: transparent; background-image: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container > .video-iframe-container { display: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row > .video-iframe-container { display: none; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .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); }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { border-width: 0; border-radius: 0; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem; }#vhI1IBfCDMKbgOLtvHHUkB0V8SLRCiNf > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7dZMafStb3JQFTG3TbGMcsTwXGUf8GR { width:19.999rem;height:7.5rem;top:4.3125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2v40Em5vlKdczcV6kBh5tcRl92Ar3Q { width:20rem;height:3.41064375rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gDtMFuEbTwXbDmavRN7pqXNvNToq1q { width:14.1875rem;height:3.4375rem;top:18.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3iH7lWO4NKHOE8PeKgatn9CluFK99Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #XoFh2f1oPkHoe4SV5r7R7cvSH7UiNtXb { width:5.124025rem;height:2.11263125rem;top:45.4375rem;left:7.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owD4d7rpBQ5TPms3z3ym2xLdG7QIHULR { width:10.6875rem;height:1.1375125rem;top:47.25rem;left:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6AQHlxWzeeCHP8HTGQtcCUJhHeZ9F5V { width:3.75rem;height:3.75rem;top:44.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSwqK5f5FL9HsS2qbcd0Fp9LkuzknoD { width:7.0625rem;height:4.9995125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3k5FyX8TKf0I8FWdJU5MOtntRZyBwZu { width:11.125rem;height:1.1375125rem;top:42.6875rem;left:7.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sm1ePVsQzOTsN7OxeDBJ3Z64dENtRAuw { width:4.75rem;height:2.11263125rem;top:40.6875rem;left:7.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGGCZ6vUeEOBe28bWKiPv1ImN3XLrCCn { width:3.9370125rem;height:2.11263125rem;top:50.0625rem;left:7.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8wlC7MgziXWv5xu79oQ0UqOW7nwOdd { width:10.125rem;height:1.1375125rem;top:51.875rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAy8tzOKUHEef7FFiOPLk95fOApmrQ3A { width:4rem;height:3.7495125rem;top:49.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgWDbrkB0X0aQTT2PTAp1Q3IPP6xpKn5 { width:20rem;height:0.125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIospboAI5GqNNkxbo2uloCOJtyBaK9H { width:20rem;height:0.125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsn1RaMZ7Af2cqcbCeLtZD9vNyAg7IVT { width:20rem;height:14.6875rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZk5EKZPkagOEczg87nOCHHATH9QknHD { width:8.375rem;height:1.4375rem;top:50.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHEGu6SwNaoPvUcpyzOVZk7qy7qFIkKt { width:8.9375rem;height:1.4375rem;top:45.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d54WcqcHVlnsmQk6hNCsM6sQDZWI1QFu { width:7.875rem;height:1.4375rem;top:41.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD { display:block; }#gMudO1WnkzHRhAxa4WecLZ4rikcaFmhD > .row .container { width:20rem;height:31.68701171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG3dQfuhBwMrBsFl02tKglmrgCITupMM { width:20rem;height:6.171875rem;top:2.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOvOdwpa9LavFiqvVR70EX4iTQVzqBNV { width:14.0625rem;height:3.4375rem;top:8.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PecTTObTzRX4KFbSnerhe8KmLTz4cA { display:block; }
 }@media only screen and (max-width: 763px) { #wMZZ9PafL3maRMxSbKaWrEuJpuVci7DC { width:14.0625rem;height:3.4375rem;top:12.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvCMlHpFDEzegHMVhVc0nRl8qxfM47bU { display:block; }
 }@media only screen and (max-width: 763px) { #hT9QwHisTrrnUL7fVrt4h2LSz1EU2eVh { width:14.0625rem;height:3.4375rem;top:16.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDDgRwLJqLBJfuHrcoBiAnupKdo5sOeE { display:block; }
 }@media only screen and (max-width: 763px) { #yXeeEdZBwkPAFllry3oGqQGA94JlBlyV { width:14.0625rem;height:3.4375rem;top:24.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfJ8ZoV1sqGl68NhgEXHFatrJpgRUs8Z { display:block; }
 }@media only screen and (max-width: 763px) { #h6dlzQmHHxHrKApH9Pn5aWD0HXAzKtyA { width:14.0625rem;height:3.4375rem;top:28.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZHfvVsmwWIuBotBmsRcEsMx9woI0Eu { display:block; }
 }@media only screen and (max-width: 763px) { #HZUDcDzQWChbTSAHkTxZ15L92TkOEnOH { width:14.0625rem;height:3.4375rem;top:20.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAP66dasrzHtsgNscIE4uAsUAh212XxP { display:block; }
 }@media only screen and (max-width: 763px) { #IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE { display:block; }#IzbZ9T2lwxgWzX0TEqiQDxEdpaSwPdQE > .row .container { width:20rem;height:37.374694824219rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCgsBdIv1iBbTaiZSHaEL68qUupOi6Cg { width:17.6875rem;height:11.25rem;top:17.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGS2r4Oq9wShf2yKMtsv8VsBGF0TtGqL { width:9.9375rem;height:1.23730625rem;top:31.0625rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx2JgVPXdk40AAEJh8iJ8Vyh1owSzN7E { display:flex;width:1.6875rem;height:1.9375rem;top:33.3125rem;left:6.125rem; }
#Lx2JgVPXdk40AAEJh8iJ8Vyh1owSzN7E > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #SdChwhV9NQrtZb2QUub01EQQV0UsWT4n { display:flex;width:2.1875rem;height:2.3125rem;top:33.125rem;left:8.75rem; }
#SdChwhV9NQrtZb2QUub01EQQV0UsWT4n > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #x6UrSh0FBgSxAZKMdgmTq3JsrV1mslbE { display:flex;width:2.1875rem;height:2.3125rem;top:33.125rem;left:11.6875rem; }
#x6UrSh0FBgSxAZKMdgmTq3JsrV1mslbE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #QmEeXBCfDI5xgnyERbgdUxAHJevu9iBI { width:17.6875rem;height:10.122075rem;top:7.1875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcsxWRrZMAFIyVHta8uGesGaTxb4BqEw { width:20rem;height:34.0625rem;top:3.3125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs { display:block; }#GTqSXyAoJAosAUf8ygZpkpKC2lQqKMqs > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON2PfGlP8laGqyv0MGD5FKOkmTbQeUlH { width:12.43725rem;height:1.05615rem;top:8.1048278808594rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i20VUGdEahlsOuTbU9rWc3t8gTLplfua { width:19.9991875rem;height:4.22200625rem;top:2.6030960083008rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrpO72aJ0ylBCONQBc2eT9Gxyyu42Oxi { width:9.8125rem;height:2.0625rem;top:7.6005859375rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiFK67Io03OATTxKBKCUC1eBANC6MXp { display:block; }
 }@media only screen and (max-width: 763px) { #UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { background-color: transparent; background-image: none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container > .video-iframe-container { display: none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row > .video-iframe-container { display: none; }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .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); }#UJ5TMMqXuxqDtovTuiD2QTqQPat3AWrZ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr0SII0VOI1EnEqET8IhOSd46hCOvLtw { width:12.5rem;height:2.8125rem;top:0.2183837890625rem;left:3.7498188614845rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD21AaNwLN3fC3H7a0gC2U0Wz66hZBMN { display:block; }
 }@media only screen and (max-width: 763px) { #t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi { display:block; }#t9znTaJVGKPPNLaxZ73u5iGSFXXTHiDi > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }