.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.4368125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.4666521549225rem;left:39.749710083007rem;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:;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; }
#Cu8KHuca0bCAJPdte1bs5UcfQqQQOtEf { position:absolute;display:block;z-index:15014;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.2498375rem;width:18.2495rem;top:39.560546875rem;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; }
#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH { position:relative;display:none; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH { border-width: 0; border-radius: 0; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .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; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .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; }#lV8fpURvrfv36yUGT4mUweJhAwZLKsl0 { 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; }
#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s { 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; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container { background-color: transparent; background-image: none; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container > .video-iframe-container { display: none; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row > .video-iframe-container { display: none; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .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); }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container { border-width: 0; border-radius: 0; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;overflow:visible;position:relative;display:block; }#hUmmTAvx3DF956dOVPGPxPRfR60VOhRw { 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:8.125rem;overflow:hidden;display:block; }
#lw4ixEoauR4TM3vU8X8ka42U7kz2tFbT { 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.87451171875rem;left:15.6240234375rem;overflow:hidden;display:block; }
#NsN59gxWRoqs7dcgQf5aVQpwlIrE4AmB { 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.19889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCS9GALfEdmslKw1O4lCUoQdpeTSzy5L { 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:8.125rem;height:2.19940625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VGA77fpov5WBvWNGCPyiRE1qUvQ4B4Gi { 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.62451171875rem;left:15.6240234375rem;height:3.2991125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOGcA7yzzatO4EvhbT1SUcumb4FEpVnF { 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.87451171875rem;left:30.31201171875rem;overflow:hidden;display:block; }
#ilWwXK7MIIkI6SHg3VFKVsxxIdO0I0ro { 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.62451171875rem;left:30.31201171875rem;height:2.19940625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yy1H7goqM2zi93Lqc57CNfw7Qamccv2O { 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:38.3125rem;overflow:hidden;display:block; }
#zO0MgdcS1JUPiUsXwnXXBsWanbftumoR { 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:38.3125rem;height:1.09970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gavK7Fqex16dQ17zPXBX8FdzzeTcCusz { 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; }
#n4P6c4eR7bJZzdfE5GtliHbTc1VCeZ1W { 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.87451171875rem;left:23.31201171875rem;overflow:hidden;display:block; }
#H6c2Ic4n9OvFRDT7oq3Hhn4Ap09ZFzW1 { 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.56201171875rem;left:23.31201171875rem;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:4rem;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; }
#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.125rem;left:0rem;display:block; }
#i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtTIF4T38OmgrPdRWrKgwumxzNaez735 { 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:15002;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:16.0775rem;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; }
#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:;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:;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; }
#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK { position:relative;display:block; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK { background-color: transparent; background-image: none; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .row .container > .video-iframe-container { display: none; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .row > .video-iframe-container { display: none; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .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); }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK { border-width: 0; border-radius: 0; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .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; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .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; }#bZM1QxCt6CLPDf1TpuA2SM2b4QZQGshp { 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:;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; }
#PwrU6Qqgs314IQ1XQRFHNNaXne7HmPFz { 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:;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; }
#uidxyenikWzxAoB5ln3LTLFVsH8OJdzO { 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; }
#DKuqF4aqnJUvMBsDTnXRausUsOslKQDO { 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; }
#naozQr0t3TxT98GlbzNNvqGBDK0HDJcD { position:absolute;display:block;z-index:15014;height:21.3736875rem;width:32.3111875rem;top:26.747232437134rem;left:2.5935859680176rem;display:block; }
#FrRqPCgM1xppZ3N9WHVs8eeGogvRklPH { 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; }
#d2wbRJS7UuvDcu4sXQUbwxqmGSGA3zxR { 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:;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; }
#PO1DPGJDW8fsuhnrT6GhCf5zKTRaLKLN { 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; }
#Fy7ArCw56ie4VtgKOEzf9TG5KxFpZHoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pogkzNraC4bgSg1gv73DR2Ta1xpTnRfz { 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:;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; }
#iEgpaxThqznwZxNBWtaIHI9tilsMAxaX { 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:;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; }
#sSVvQbsMKyXc2kZDrIBVveTovNTpZFDh { 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; }
#om1icodJ6ExmoC1Jsld0VZ7T6ormbD2W { 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.949875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VgGgkdq1P2XaTqQpiXlOODmKSvTT2rUs { color:rgba(var(--color-tertiary-3),1);display:block;width:4.936525rem;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:14.698894500733rem;left:53.156414031983rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JLtnCS3gs2BZKHOPvUy8RAaFy3AmV5dk { 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; }
#c1dP91VhyCS70n9h99rIescS82W74PkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bL0Ta6csrXDHTew51gbPfLiFIBnR7uhi { 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:;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; }
#l5d854NTV2a6Tue3M2d1RDvRvvbwo8A3 { position:absolute;display:block;z-index:15015;height:21.25rem;width:31.9995rem;top:26.093749046326rem;left:40.248207092285rem;display:block; }
#RsaDG1uHwzLZCP8E6De5B0AEsNsdVzoo { 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; }
#OyvOsmyU0HfXqoQdMHizoUJoyxfRznKQ { color:rgba(var(--color-tertiary-3),1);display:block;width:4.936525rem;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.698894500733rem;left:61.498699188233rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eVlIZPwST4hUoL4mRbibbqvJiEmu1ZA3 { 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; }
#iukWEmEXz2DO93C5G2TTvR4cr3mrk7xW { 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:14.698894500733rem;left:19.363605499267rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IEPniU00U0dOUMoMvbc9BEA2RcdSqMyu { 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; }
#cCm14ACwyHEO4o8SUdx5mBx24x6Ff2Wp { 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.798179626465rem;left:50.811031341552rem; }
#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 { 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; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container { background-color: transparent; background-image: none; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container > .video-iframe-container { display: none; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row > .video-iframe-container { display: none; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .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); }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container { border-width: 0; border-radius: 0; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#TKqdsCoLWD3z2MOnai4IgqTdNitxxmkZ { color:#47697d;display:block;width:26.5625rem;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.18701171875rem;left:5.8113594055176rem;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; }
#DzMT8xfVttzTbBA512Wa4xCrTlWawUiZ { 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:;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; }
#dfR4Oe65gzK8We9SRVx6Q4u7lHF9GoQO { 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:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AkIDb4Xh0h8we39p8quhPF1LM8Ryof7V { 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; }
#BoBJ7cmF6DJcTHgIFT5mSBVG8l3x1D5A { 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; }
#monnRFCbMKS63PxTo33c7ieL4UGBdN4e { 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:;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; }
#Smx0OfBsvSyRvMmbIwbGAlmO5LrCTbcC { 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; }
#lSlPTTObZP0ukKEm6rd1J6gyk5Wk8m7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5lahLehkh9b4GI4gxJN1l8EHmTX4oLa { position:absolute;display:block;z-index:15015;height:21.25rem;width:31.9986875rem;top:9.1875rem;left:40.25rem;display:block; }
#ZG8mOiEZAIu8nCT9UQLG4U2Ag8d21Tlx { 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:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VTNdbvKbqB99uJeKVPHM89t0uXuA2VBW { 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; }
#qsQSo6ydeEcnUNBVOShRD4dWSX3xndCQ { 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; }
#GNPmwz9tQ9ZGWaLViMy1NyUlR6T71xAb { 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.893375rem;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:2.678225rem;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.893375rem;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.893375rem;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:;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; }
#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; }
#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.0995375rem;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.0995375rem;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.0995375rem;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; }
#M3tE5ndLltwwKDszfsgPDJ054Hg4X1Js { 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:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;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; }
#v9h4RIgNKrDJSGfhE4eQq9eBOslxTTWX { 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:15005;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.375rem;height:1.62435rem;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; }
#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:;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:;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:;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; }
#PL8UZw9s9DNwukX8XCs6PkqLfAc7kBCZ { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.625rem;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; }
#JdkARqqtRtEPyOEo4bairHyoZA2nDIMT { 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:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:6.6875rem;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; }
#V0xdTAQEqQK3nZ1U2Ql6A194xkeQO0VD { color:rgba(var(--color-tertiary-3),1);display:block;width:24rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.125rem;left:49.375rem;height:3.57584375rem;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; }
#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF { 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; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF.adaptive-delivery-prevent-bg, #mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF.lazyload, #mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF.lazyloading { background-image: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { background-color: transparent; background-image: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.45); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container > .video-iframe-container { display: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .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); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row > .video-iframe-container { display: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .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); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { border-width: 0; border-radius: 0; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF::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; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .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; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Uz6hN9qCRzKkt9JI5pX0CLHBSarPBmPC { color:rgba(var(--color-tertiary-0),1);display:block;width:49.125rem;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.375rem;left:12.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; }
#T96lqw4DwS70br0hkwAQ2TbmpySOvKPS { 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:;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; }
#Kkuv2pvQceSiK4z99PBlu7boWKTn4nwn { 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; }
#nN3FsVpprKp2K3cNrxpnwILEKQfpm089 { 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:;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; }
#psoMeszsUMW7tGQBZXbw1CFB0FEXqwDN { 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; }
#PigcQKHmbVmpsmqWIg73QiLTPob6gWfO { 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; }
#p4CLTCr1dbUF5SPOfA6xL5cPn4h1oIts { 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:;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; }
#pc9wEteqemFnGnLTUmrf1I1eC7wCZeWF { 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; }
#xITdplTa5gGttas3ynac5PbDSd99n0Zr { 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; }
#bEVlpKL61dkXXnTGySPprn5DRZngQGsJ { 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:;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; }
#X2U3WKJ0enC2NkGKIyeil92QOPeGnq10 { 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; }
#zTtv8B2If9G81ef6iwW9ImNGCSTosg5h { 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; }
#VIQKv3SmwIW4wnANObxHLxoQrDKJNSLT { 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; }
#J3TqI5qDZ6EMiMLq7txABpTNuDHGyO7V { 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; }
#c64nf3SgULLmbIBXCnL9NSyq0n8uJhcN { 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; }#c64nf3SgULLmbIBXCnL9NSyq0n8uJhcN.adaptive-delivery-prevent-bg, #c64nf3SgULLmbIBXCnL9NSyq0n8uJhcN.lazyload, #c64nf3SgULLmbIBXCnL9NSyq0n8uJhcN.lazyloading { background-image: none; }
#Pm2Bk4OAFfrOz50gHR7oVMqa0vATIZ5b { 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; }#Pm2Bk4OAFfrOz50gHR7oVMqa0vATIZ5b.adaptive-delivery-prevent-bg, #Pm2Bk4OAFfrOz50gHR7oVMqa0vATIZ5b.lazyload, #Pm2Bk4OAFfrOz50gHR7oVMqa0vATIZ5b.lazyloading { background-image: none; }
#fbOaGEaRbKqgJbwfhi6ti04M3ygM5zyE { 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; }#fbOaGEaRbKqgJbwfhi6ti04M3ygM5zyE.adaptive-delivery-prevent-bg, #fbOaGEaRbKqgJbwfhi6ti04M3ygM5zyE.lazyload, #fbOaGEaRbKqgJbwfhi6ti04M3ygM5zyE.lazyloading { background-image: none; }
#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.2498125rem;height:3.43695625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.811994791031rem;left:29.373733520507rem;display:block; }
#O3iH7lWO4NKHOE8PeKgatn9CluFK99Z5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph { position:relative;display:block; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph { background-color: transparent; background-image: none; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .row .container > .video-iframe-container { display: none; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .row > .video-iframe-container { display: none; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .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); }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph { border-width: 0; border-radius: 0; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .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; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .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; }#gxypahbWtvC2myxdiRMPx6KP26VDAA8D { color:#47697d;display:block;width:39.375rem;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.5546875rem;left:17.8125rem;height:3.8981125rem;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; }
#NAxflsLLDT1woa8fJrDDRTQSrvdp8d9O { 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; }#NAxflsLLDT1woa8fJrDDRTQSrvdp8d9O.adaptive-delivery-prevent-bg, #NAxflsLLDT1woa8fJrDDRTQSrvdp8d9O.lazyload, #NAxflsLLDT1woa8fJrDDRTQSrvdp8d9O.lazyloading { background-image: none; }
#wPziUwNtuX5X7OcC02PkqB26P6RTSv3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFRqNTwwKGtMsOrkgklxXkSf91LOXysR { 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; }#aFRqNTwwKGtMsOrkgklxXkSf91LOXysR.adaptive-delivery-prevent-bg, #aFRqNTwwKGtMsOrkgklxXkSf91LOXysR.lazyload, #aFRqNTwwKGtMsOrkgklxXkSf91LOXysR.lazyloading { background-image: none; }
#C6FscoJTcuhl9k9KI0TKTAQpo8GMk86M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqAKHrDxFGeHThhALDpzUZ8T1fGsAcSc { 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; }#UqAKHrDxFGeHThhALDpzUZ8T1fGsAcSc.adaptive-delivery-prevent-bg, #UqAKHrDxFGeHThhALDpzUZ8T1fGsAcSc.lazyload, #UqAKHrDxFGeHThhALDpzUZ8T1fGsAcSc.lazyloading { background-image: none; }
#zJlaVWnsixIGV01Gnu85qQVLBxg3qTop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spa3kgGa440l3rUbynTQkLOBoB1QiTZx { 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; }#spa3kgGa440l3rUbynTQkLOBoB1QiTZx.adaptive-delivery-prevent-bg, #spa3kgGa440l3rUbynTQkLOBoB1QiTZx.lazyload, #spa3kgGa440l3rUbynTQkLOBoB1QiTZx.lazyloading { background-image: none; }
#TW9qL2pH0HoGN3cE5oJR5z6B1XhzxCp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InUMnLumq6e7m8IRwCzDkElyfhR6GJ57 { 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; }#InUMnLumq6e7m8IRwCzDkElyfhR6GJ57.adaptive-delivery-prevent-bg, #InUMnLumq6e7m8IRwCzDkElyfhR6GJ57.lazyload, #InUMnLumq6e7m8IRwCzDkElyfhR6GJ57.lazyloading { background-image: none; }
#L093gNNXpKMg3k0o3z5tAvUTHyO1pSLP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ikUbh2C2Kw3bgIpU6iSvVHSOmCzNoTPR { 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; }#ikUbh2C2Kw3bgIpU6iSvVHSOmCzNoTPR.adaptive-delivery-prevent-bg, #ikUbh2C2Kw3bgIpU6iSvVHSOmCzNoTPR.lazyload, #ikUbh2C2Kw3bgIpU6iSvVHSOmCzNoTPR.lazyloading { background-image: none; }
#hcMdie94G8zdE1Zsgpvvo3Fsb9tsHQae { 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.0616875rem;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:7.4354362487794rem;left:54.499420166016rem;height:3.29915625rem;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; }
#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM { position:relative;display:block; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM { background-color: transparent; background-image: none; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .row .container > .video-iframe-container { display: none; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .row > .video-iframe-container { display: none; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .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); }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM { border-width: 0; border-radius: 0; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .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; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .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; }#ubWaVmJwbRTeRkxow3n3dhxT19Mnwz1J { 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; }
#yh4JEdM1XnrTVlW8y6Z5mLOPanp2ThxQ { 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; }
#i2iLdbO2eFPMCZqc9o4c7GT5GfHTwGfn { 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; }
#dnwDIlnDZli8ULNpGe4PTRDC0yDW113p { 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:26.062210083007rem;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) { #Cu8KHuca0bCAJPdte1bs5UcfQqQQOtEf { top:39.5rem;left:29.5rem;width:18.1875rem;height:5.2320019469711rem;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:23.1875rem;left:0rem;width:19.5625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { top:28.375rem;left:0rem;width:19.9375rem;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) { #PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH { display:none; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lV8fpURvrfv36yUGT4mUweJhAwZLKsl0 { width:47.75rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s { display:block; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUmmTAvx3DF956dOVPGPxPRfR60VOhRw { top:0.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4ixEoauR4TM3vU8X8ka42U7kz2tFbT { top:0.8125rem;left:1.9990234375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsN59gxWRoqs7dcgQf5aVQpwlIrE4AmB { top:4.5625rem;left:0rem;width:7.4375rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCS9GALfEdmslKw1O4lCUoQdpeTSzy5L { top:4.625rem;left:0rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGA77fpov5WBvWNGCPyiRE1qUvQ4B4Gi { top:4.5625rem;left:1.9990234375rem;width:6.25rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOGcA7yzzatO4EvhbT1SUcumb4FEpVnF { top:0.8125rem;left:16.68701171875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWwXK7MIIkI6SHg3VFKVsxxIdO0I0ro { top:4.5625rem;left:16.68701171875rem;width:6.25rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy1H7goqM2zi93Lqc57CNfw7Qamccv2O { top:0.875rem;left:24.6875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO0MgdcS1JUPiUsXwnXXBsWanbftumoR { top:4.625rem;left:24.6875rem;width:6.25rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gavK7Fqex16dQ17zPXBX8FdzzeTcCusz { top:0.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4P6c4eR7bJZzdfE5GtliHbTc1VCeZ1W { top:0.8125rem;left:9.68701171875rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6c2Ic4n9OvFRDT7oq3Hhn4Ap09ZFzW1 { top:4.5rem;left:9.68701171875rem;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:4rem;left:0rem;width:33.25rem;height:5.8125rem;font-size:1.625rem;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.1875rem;height:3.375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block; }
 }@media only screen and (max-width: 763px) { #wtTIF4T38OmgrPdRWrKgwumxzNaez735 { top:11.1875rem;left:0rem;width:31.5625rem;height:16.0625rem;font-size:1.0625rem;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.3429908752444rem;width:35rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HJaubsU80h7vXvHLVfox0NpZOfWJnQ { top:7.125rem;left:4.6873550415039rem;width:38.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK { display:block; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZM1QxCt6CLPDf1TpuA2SM2b4QZQGshp { top:5.1875rem;left:0rem;width:21.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwrU6Qqgs314IQ1XQRFHNNaXne7HmPFz { top:8.375rem;left:0rem;width:25.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uidxyenikWzxAoB5ln3LTLFVsH8OJdzO { top:14.8125rem;left:0rem;width:2.0625rem;height:1.637770209048rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuqF4aqnJUvMBsDTnXRausUsOslKQDO { top:15.125rem;left:2.06201171875rem;width:6.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naozQr0t3TxT98GlbzNNvqGBDK0HDJcD { top:26.6875rem;left:0rem;width:32.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrRqPCgM1xppZ3N9WHVs8eeGogvRklPH { top:1.625rem;left:0rem;width:37rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2wbRJS7UuvDcu4sXQUbwxqmGSGA3zxR { top:18.8125rem;left:0rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO1DPGJDW8fsuhnrT6GhCf5zKTRaLKLN { width:21.25rem;height:3.4375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy7ArCw56ie4VtgKOEzf9TG5KxFpZHoC { display:block; }
 }@media only screen and (max-width: 763px) { #pogkzNraC4bgSg1gv73DR2Ta1xpTnRfz { top:8.375rem;left:21.8125rem;width:25.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEgpaxThqznwZxNBWtaIHI9tilsMAxaX { top:5.1875rem;left:20.375rem;width:27.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSVvQbsMKyXc2kZDrIBVveTovNTpZFDh { top:14.8125rem;left:23.875rem;width:2.0625rem;height:1.637770209048rem;display:block; }
 }@media only screen and (max-width: 763px) { #om1icodJ6ExmoC1Jsld0VZ7T6ormbD2W { top:14.6875rem;left:24.926265716552rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgGgkdq1P2XaTqQpiXlOODmKSvTT2rUs { top:14.6875rem;left:32.718914031983rem;width:4.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLtnCS3gs2BZKHOPvUy8RAaFy3AmV5dk { width:21.25rem;height:3.4375rem;top:20.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1dP91VhyCS70n9h99rIescS82W74PkP { display:block; }
 }@media only screen and (max-width: 763px) { #bL0Ta6csrXDHTew51gbPfLiFIBnR7uhi { top:18.8125rem;left:23.875rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5d854NTV2a6Tue3M2d1RDvRvvbwo8A3 { top:26.0625rem;left:15.75rem;width:31.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaDG1uHwzLZCP8E6De5B0AEsNsdVzoo { top:1.625rem;left:10.8125rem;width:36.9375rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyvOsmyU0HfXqoQdMHizoUJoyxfRznKQ { top:14.6875rem;left:41.061199188233rem;width:4.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVlIZPwST4hUoL4mRbibbqvJiEmu1ZA3 { top:14.75rem;left:38.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukWEmEXz2DO93C5G2TTvR4cr3mrk7xW { top:14.6875rem;left:12.551105499267rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPniU00U0dOUMoMvbc9BEA2RcdSqMyu { top:14.625rem;left:10.2275390625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCm14ACwyHEO4o8SUdx5mBx24x6Ff2Wp { top:14.75rem;left:30.373531341552rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 { display:block; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKqdsCoLWD3z2MOnai4IgqTdNitxxmkZ { top:9.125rem;left:0rem;width:26.5625rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMT8xfVttzTbBA512Wa4xCrTlWawUiZ { top:13.5625rem;left:0rem;width:25.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfR4Oe65gzK8We9SRVx6Q4u7lHF9GoQO { top:22.375rem;left:0rem;width:6.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIDb4Xh0h8we39p8quhPF1LM8Ryof7V { top:22.375rem;left:7.875rem;width:4.6875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoBJ7cmF6DJcTHgIFT5mSBVG8l3x1D5A { top:5.4375rem;left:0rem;width:47.75rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #monnRFCbMKS63PxTo33c7ieL4UGBdN4e { top:28rem;left:0rem;width:19.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smx0OfBsvSyRvMmbIwbGAlmO5LrCTbcC { width:18.125rem;height:3.4375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlPTTObZP0ukKEm6rd1J6gyk5Wk8m7e { display:block; }
 }@media only screen and (max-width: 763px) { #u5lahLehkh9b4GI4gxJN1l8EHmTX4oLa { top:9.1875rem;left:15.8125rem;width:31.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8mOiEZAIu8nCT9UQLG4U2Ag8d21Tlx { top:22.375rem;left:15.437664031983rem;width:4.6875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNdbvKbqB99uJeKVPHM89t0uXuA2VBW { top:20rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQSo6ydeEcnUNBVOShRD4dWSX3xndCQ { top:20rem;left:7.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPmwz9tQ9ZGWaLViMy1NyUlR6T71xAb { 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.6875rem;left:0rem;width:7.4375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEqPHX5gbwSc7sTi1f5LGPvAu2ZTnyT { top:12.5rem;left:0rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVkIwg4glwTsstZZ0fdrIQJNbuvZGHTX { top:12.625rem;left:7.1866302490238rem;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.935836791993rem;width:6.25rem;height:2.625rem;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.686012268066rem;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.685691833496rem;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.748657226562rem;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.685546875rem;width:38.3125rem;height:;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) { #MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { top:22.625rem;left:0rem;width:17.6875rem;height:13.45257970323rem;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.5rem;left:4.4368858337403rem;width:10.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2fLNs65byaEI82l7HAvsmo9IhvA1ocZ { top:20.5rem;left:17.99934387207rem;width:12.9375rem;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.874816894531rem;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) { #M3tE5ndLltwwKDszfsgPDJ054Hg4X1Js { top:11.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9h4RIgNKrDJSGfhE4eQq9eBOslxTTWX { top:9.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;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.8125rem;left:0rem;width:35.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxEdvT6XqFHePpfEu9pc6KEET6pb63l { top:12.5625rem;left:0rem;width:28.125rem;height:;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.0625rem;left:0rem;width:26.5625rem;height:;font-size:1.625rem;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) { #PL8UZw9s9DNwukX8XCs6PkqLfAc7kBCZ { top:11.375rem;left:0rem;width:21.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdkARqqtRtEPyOEo4bairHyoZA2nDIMT { top:18.6875rem;left:0rem;width:21.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xdTAQEqQK3nZ1U2Ql6A194xkeQO0VD { top:6.125rem;left:23.75rem;width:23.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF { display:block; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz6hN9qCRzKkt9JI5pX0CLHBSarPBmPC { top:8.375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96lqw4DwS70br0hkwAQ2TbmpySOvKPS { top:17.25rem;left:4rem;width:39.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkuv2pvQceSiK4z99PBlu7boWKTn4nwn { 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) { #nN3FsVpprKp2K3cNrxpnwILEKQfpm089 { top:38.0625rem;left:20.6875rem;width:15.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psoMeszsUMW7tGQBZXbw1CFB0FEXqwDN { top:35.4375rem;left:16.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigcQKHmbVmpsmqWIg73QiLTPob6gWfO { top:35.4375rem;left:0rem;width:7.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4CLTCr1dbUF5SPOfA6xL5cPn4h1oIts { top:38.375rem;left:0.4375rem;width:15.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc9wEteqemFnGnLTUmrf1I1eC7wCZeWF { 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) { #xITdplTa5gGttas3ynac5PbDSd99n0Zr { 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) { #bEVlpKL61dkXXnTGySPprn5DRZngQGsJ { top:38.0625rem;left:32.3125rem;width:15.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2U3WKJ0enC2NkGKIyeil92QOPeGnq10 { top:35.5625rem;left:36.625rem;width:4rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtv8B2If9G81ef6iwW9ImNGCSTosg5h { top:34.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQKv3SmwIW4wnANObxHLxoQrDKJNSLT { top:41rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TqI5qDZ6EMiMLq7txABpTNuDHGyO7V { top:34.3125rem;left:0rem;width:47.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c64nf3SgULLmbIBXCnL9NSyq0n8uJhcN { top:36.125rem;left:5.75rem;width:7.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2Bk4OAFfrOz50gHR7oVMqa0vATIZ5b { top:35.875rem;left:25.8125rem;width:7.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOaGEaRbKqgJbwfhi6ti04M3ygM5zyE { top:35.875rem;left:39.8125rem;width:7.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gDtMFuEbTwXbDmavRN7pqXNvNToq1q { width:16.1875rem;height:3.375rem;top:25.75rem;left:15.748733520507rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3iH7lWO4NKHOE8PeKgatn9CluFK99Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph { display:block; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxypahbWtvC2myxdiRMPx6KP26VDAA8D { top:3.5rem;left:4.1875rem;width:39.375rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAxflsLLDT1woa8fJrDDRTQSrvdp8d9O { width:17.5rem;height:4.375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPziUwNtuX5X7OcC02PkqB26P6RTSv3O { display:block; }
 }@media only screen and (max-width: 763px) { #aFRqNTwwKGtMsOrkgklxXkSf91LOXysR { width:17.5rem;height:4.375rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FscoJTcuhl9k9KI0TKTAQpo8GMk86M { display:block; }
 }@media only screen and (max-width: 763px) { #UqAKHrDxFGeHThhALDpzUZ8T1fGsAcSc { width:17.5rem;height:4.375rem;top:10.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlaVWnsixIGV01Gnu85qQVLBxg3qTop { display:block; }
 }@media only screen and (max-width: 763px) { #spa3kgGa440l3rUbynTQkLOBoB1QiTZx { width:17.4375rem;height:4.3125rem;top:16.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9qL2pH0HoGN3cE5oJR5z6B1XhzxCp7 { display:block; }
 }@media only screen and (max-width: 763px) { #InUMnLumq6e7m8IRwCzDkElyfhR6GJ57 { width:17.4375rem;height:4.3125rem;top:16.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L093gNNXpKMg3k0o3z5tAvUTHyO1pSLP { display:block; }
 }@media only screen and (max-width: 763px) { #ikUbh2C2Kw3bgIpU6iSvVHSOmCzNoTPR { width:17.5rem;height:4.375rem;top:16.1875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMdie94G8zdE1Zsgpvvo3Fsb9tsHQae { 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:7.375rem;left:32.75rem;width:15rem;height:3.25rem;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) { #rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM { display:block; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubWaVmJwbRTeRkxow3n3dhxT19Mnwz1J { 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) { #yh4JEdM1XnrTVlW8y6Z5mLOPanp2ThxQ { top:1.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2iLdbO2eFPMCZqc9o4c7GT5GfHTwGfn { width:11.375rem;height:1.1875rem;top:6.125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnwDIlnDZli8ULNpGe4PTRDC0yDW113p { 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) { #Cu8KHuca0bCAJPdte1bs5UcfQqQQOtEf { width:18.1875rem;height:5.2320019469711rem;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.1871875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSaH6efN9cl4gNSQi20ZDnINRCVOpEIk { width:19.624375rem;height:6.3940625rem;top:20.574723243713rem;left:0rem;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lyKBT1hmZUXoydvEbDgpcxpvBGSsv9FS { width:20rem;height:;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) { #PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH { 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; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row .container { background-color: transparent; background-image: none; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row .container > .video-iframe-container { display: none; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row > .video-iframe-container { display: none; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .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); }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row .container { border-width: 0; border-radius: 0; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGZqUKK4EJKF6XXU7ZGIUdSKiWMrtRmH > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV8fpURvrfv36yUGT4mUweJhAwZLKsl0 { 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) { #nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s { display:block; }#nV6NTlPpOcRg1XxVhioHt2hKKbZtFK8s > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUmmTAvx3DF956dOVPGPxPRfR60VOhRw { width:1.875rem;height:1.875rem;top:0.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw4ixEoauR4TM3vU8X8ka42U7kz2tFbT { width:1.875rem;height:1.875rem;top:0.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsN59gxWRoqs7dcgQf5aVQpwlIrE4AmB { width:6.6875rem;height:0.82519375rem;top:2.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCS9GALfEdmslKw1O4lCUoQdpeTSzy5L { width:3.875rem;height:1.6503875rem;top:2.9375rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGA77fpov5WBvWNGCPyiRE1qUvQ4B4Gi { width:5.1875rem;height:2.4755875rem;top:2.9375rem;left:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOGcA7yzzatO4EvhbT1SUcumb4FEpVnF { width:2.1875rem;height:2.1875rem;top:5.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWwXK7MIIkI6SHg3VFKVsxxIdO0I0ro { width:4.9375rem;height:1.6503875rem;top:7.6875rem;left:7.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy1H7goqM2zi93Lqc57CNfw7Qamccv2O { width:2rem;height:2rem;top:5.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO0MgdcS1JUPiUsXwnXXBsWanbftumoR { width:3.125rem;height:1.6503875rem;top:7.6875rem;left:14.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gavK7Fqex16dQ17zPXBX8FdzzeTcCusz { width:2.1875rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4P6c4eR7bJZzdfE5GtliHbTc1VCeZ1W { width:2.1875rem;height:2.0625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6c2Ic4n9OvFRDT7oq3Hhn4Ap09ZFzW1 { width:5.5rem;height:0.82519375rem;top:7.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu { display:block; }#nhUVuuPc7itxu4kctKz8Qnm2zbZDEZiu > .row .container { width:20rem;height:59.375rem;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) { #CgZPzRltId6g6BcSSKggThTzWS3JvN3L { width:19.999625rem;height:17.3123125rem;top:38.274919033051rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbJx1QI1I8vgLgPEkp0guwOAJ4I5U2f { width:16.2498125rem;height:3.43695625rem;top:30.71108007431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QHfKEygKKsNE88EhTqXXkSFK9xsUQa { display:block; }
 }@media only screen and (max-width: 763px) { #wtTIF4T38OmgrPdRWrKgwumxzNaez735 { width:19.99875rem;height:19.1284375rem;top:9.5187716484069rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH { display:block; }#IqmqxSW3WJNOze4d4T8S4oZqrSmaBveH > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbUer7eDTrbDO1Ldts2XoenX9QL8a0AB { width:20rem;height:3.82568125rem;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) { #sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK { display:block; }#sI8NsAD9ZK1OJIqH51d8Jxly9ytNd3cK > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZM1QxCt6CLPDf1TpuA2SM2b4QZQGshp { 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) { #PwrU6Qqgs314IQ1XQRFHNNaXne7HmPFz { 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) { #uidxyenikWzxAoB5ln3LTLFVsH8OJdzO { width:2.062175rem;height:1.62435rem;top:12.635904312134rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuqF4aqnJUvMBsDTnXRausUsOslKQDO { 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) { #naozQr0t3TxT98GlbzNNvqGBDK0HDJcD { width:19.998375rem;height:12.5rem;top:24.029132843017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrRqPCgM1xppZ3N9WHVs8eeGogvRklPH { 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) { #d2wbRJS7UuvDcu4sXQUbwxqmGSGA3zxR { 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) { #PO1DPGJDW8fsuhnrT6GhCf5zKTRaLKLN { width:17.5rem;height:3.4375rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy7ArCw56ie4VtgKOEzf9TG5KxFpZHoC { display:block; }
 }@media only screen and (max-width: 763px) { #pogkzNraC4bgSg1gv73DR2Ta1xpTnRfz { 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) { #iEgpaxThqznwZxNBWtaIHI9tilsMAxaX { 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) { #sSVvQbsMKyXc2kZDrIBVveTovNTpZFDh { width:2.062175rem;height:1.63655625rem;top:58.629556655884rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #om1icodJ6ExmoC1Jsld0VZ7T6ormbD2W { 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) { #VgGgkdq1P2XaTqQpiXlOODmKSvTT2rUs { width:3.49935rem;height:2.2737625rem;top:58.3125rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLtnCS3gs2BZKHOPvUy8RAaFy3AmV5dk { width:17.5rem;height:3.4375rem;top:69.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1dP91VhyCS70n9h99rIescS82W74PkP { display:block; }
 }@media only screen and (max-width: 763px) { #bL0Ta6csrXDHTew51gbPfLiFIBnR7uhi { 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) { #l5d854NTV2a6Tue3M2d1RDvRvvbwo8A3 { width:19.9991875rem;height:12.5rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaDG1uHwzLZCP8E6De5B0AEsNsdVzoo { 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) { #OyvOsmyU0HfXqoQdMHizoUJoyxfRznKQ { 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) { #eVlIZPwST4hUoL4mRbibbqvJiEmu1ZA3 { 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) { #iukWEmEXz2DO93C5G2TTvR4cr3mrk7xW { 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) { #IEPniU00U0dOUMoMvbc9BEA2RcdSqMyu { display:flex;width:1.875rem;height:1.875rem;top:12.5rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #cCm14ACwyHEO4o8SUdx5mBx24x6Ff2Wp { 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) { #R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 { display:block; }#R20hT6RCdb1ZUKte0T0IBBnf9CVbQGD3 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKqdsCoLWD3z2MOnai4IgqTdNitxxmkZ { 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) { #DzMT8xfVttzTbBA512Wa4xCrTlWawUiZ { width:16.624375rem;height:6.09130625rem;top:9.4368491172788rem;left:1.68701171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfR4Oe65gzK8We9SRVx6Q4u7lHF9GoQO { width:5.187175rem;height:2.2737625rem;top:16.125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIDb4Xh0h8we39p8quhPF1LM8Ryof7V { width:3.125rem;height:2.2737625rem;top:19.3125rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoBJ7cmF6DJcTHgIFT5mSBVG8l3x1D5A { 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) { #monnRFCbMKS63PxTo33c7ieL4UGBdN4e { 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) { #Smx0OfBsvSyRvMmbIwbGAlmO5LrCTbcC { width:17.5rem;height:3.4375rem;top:25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlPTTObZP0ukKEm6rd1J6gyk5Wk8m7e { display:block; }
 }@media only screen and (max-width: 763px) { #u5lahLehkh9b4GI4gxJN1l8EHmTX4oLa { width:19.9991875rem;height:12.5rem;top:30.187173843384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8mOiEZAIu8nCT9UQLG4U2Ag8d21Tlx { width:4.6875rem;height:2.2737625rem;top:19.3125rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNdbvKbqB99uJeKVPHM89t0uXuA2VBW { display:flex;width:1.6870125rem;height:1.6870125rem;top:16.417642116547rem;left:1.68701171875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qsQSo6ydeEcnUNBVOShRD4dWSX3xndCQ { display:flex;width:1.6870125rem;height:1.6870125rem;top:19.625rem;left:1.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GNPmwz9tQ9ZGWaLViMy1NyUlR6T71xAb { display:flex;width:1.6870125rem;height:1.6870125rem;top:19.605306148529rem;left:11.06201171875rem;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:1.0310875rem;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:3.0932625rem;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:1.0310875rem;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.99875rem;height:1.6503875rem;top:2.7497520446777rem;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:36.875rem;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) { #MviCqkhvK7EBhRzIrs1o7zq3itXgwwdi { width:17.6875rem;height:13.45257970323rem;top:22.625rem;left:1.125rem;display:none; }
 }@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:1.78548125rem;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) { #M3tE5ndLltwwKDszfsgPDJ054Hg4X1Js { width:19.999625rem;height:2.2497125rem;top:12.8125rem;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) { #v9h4RIgNKrDJSGfhE4eQq9eBOslxTTWX { width:19.999625rem;height:2.69856875rem;top:8.875rem;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) { #yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 { display:block; }#yOSVT9Wo7VPRhsvhMHEAH7pPJN4Odb13 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNguM8HgSU0A9TCUlzFLhZrUTyFM4ATQ { width:19.999625rem;height:16.6241875rem;top:32.302516937256rem;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:19.1284375rem;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:36.5625rem;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) { #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) { #PL8UZw9s9DNwukX8XCs6PkqLfAc7kBCZ { width:19.999625rem;height:2.69856875rem;top:14.25rem;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) { #JdkARqqtRtEPyOEo4bairHyoZA2nDIMT { width:19.999625rem;height:2.69856875rem;top:18.1875rem;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) { #V0xdTAQEqQK3nZ1U2Ql6A194xkeQO0VD { width:19.999625rem;height:2.69856875rem;top:10.3125rem;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) { #mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF { 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:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.75rem;display:block; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF.adaptive-delivery-prevent-bg, #mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF.lazyload, #mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF.lazyloading { background-image: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { background-color: transparent; background-image: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container > .video-iframe-container { display: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .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); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row > .video-iframe-container { display: none; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .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); }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { border-width: 0; border-radius: 0; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF::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; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .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; }#mhriPMy8BHRnqcqOHt0NwhRQRN1h55TF > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz6hN9qCRzKkt9JI5pX0CLHBSarPBmPC { width:20rem;height:6.2988125rem;top:5.0625rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T96lqw4DwS70br0hkwAQ2TbmpySOvKPS { width:20rem;height:3.41064375rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkuv2pvQceSiK4z99PBlu7boWKTn4nwn { 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) { #nN3FsVpprKp2K3cNrxpnwILEKQfpm089 { 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) { #psoMeszsUMW7tGQBZXbw1CFB0FEXqwDN { width:3.75rem;height:3.75rem;top:44.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigcQKHmbVmpsmqWIg73QiLTPob6gWfO { width:7.0625rem;height:4.9995125rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4CLTCr1dbUF5SPOfA6xL5cPn4h1oIts { 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) { #pc9wEteqemFnGnLTUmrf1I1eC7wCZeWF { 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) { #xITdplTa5gGttas3ynac5PbDSd99n0Zr { 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) { #bEVlpKL61dkXXnTGySPprn5DRZngQGsJ { 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) { #X2U3WKJ0enC2NkGKIyeil92QOPeGnq10 { width:4rem;height:3.7495125rem;top:49.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtv8B2If9G81ef6iwW9ImNGCSTosg5h { width:20rem;height:0.125rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQKv3SmwIW4wnANObxHLxoQrDKJNSLT { width:20rem;height:0.125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TqI5qDZ6EMiMLq7txABpTNuDHGyO7V { width:20rem;height:14.6875rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c64nf3SgULLmbIBXCnL9NSyq0n8uJhcN { width:8.375rem;height:1.4375rem;top:50.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2Bk4OAFfrOz50gHR7oVMqa0vATIZ5b { width:8.9375rem;height:1.4375rem;top:45.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbOaGEaRbKqgJbwfhi6ti04M3ygM5zyE { width:7.875rem;height:1.4375rem;top:41.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1gDtMFuEbTwXbDmavRN7pqXNvNToq1q { width:14.1873125rem;height:3.43695625rem;top:19.49959564209rem;left:2.9052734971046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3iH7lWO4NKHOE8PeKgatn9CluFK99Z5 { display:block; }
 }@media only screen and (max-width: 763px) { #uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph { display:block; }#uFmC3ITlR4KsuyJwV95kqcXvQKKFP6Ph > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxypahbWtvC2myxdiRMPx6KP26VDAA8D { width:20rem;height:6.171875rem;top:2.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAxflsLLDT1woa8fJrDDRTQSrvdp8d9O { width:14.0625rem;height:3.4375rem;top:10.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPziUwNtuX5X7OcC02PkqB26P6RTSv3O { display:block; }
 }@media only screen and (max-width: 763px) { #aFRqNTwwKGtMsOrkgklxXkSf91LOXysR { width:14.0625rem;height:3.4375rem;top:14.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FscoJTcuhl9k9KI0TKTAQpo8GMk86M { display:block; }
 }@media only screen and (max-width: 763px) { #UqAKHrDxFGeHThhALDpzUZ8T1fGsAcSc { width:14.0625rem;height:3.4375rem;top:18.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlaVWnsixIGV01Gnu85qQVLBxg3qTop { display:block; }
 }@media only screen and (max-width: 763px) { #spa3kgGa440l3rUbynTQkLOBoB1QiTZx { width:14.0625rem;height:3.4375rem;top:26.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9qL2pH0HoGN3cE5oJR5z6B1XhzxCp7 { display:block; }
 }@media only screen and (max-width: 763px) { #InUMnLumq6e7m8IRwCzDkElyfhR6GJ57 { width:14.0625rem;height:3.4375rem;top:30rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L093gNNXpKMg3k0o3z5tAvUTHyO1pSLP { display:block; }
 }@media only screen and (max-width: 763px) { #ikUbh2C2Kw3bgIpU6iSvVHSOmCzNoTPR { width:14.0625rem;height:3.4375rem;top:22.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMdie94G8zdE1Zsgpvvo3Fsb9tsHQae { 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:12.4366875rem;height:2.47395625rem;top:30.060943961144rem;left:3.7814670205116rem;font-size:1.125rem;text-align:center;text-align-last:center;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) { #rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM { display:block; }#rQvPZsBrMhvrAnwiZnfTCSmBSlfZKuwM > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubWaVmJwbRTeRkxow3n3dhxT19Mnwz1J { 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) { #yh4JEdM1XnrTVlW8y6Z5mLOPanp2ThxQ { width:19.9991875rem;height:4.22200625rem;top:2.6030960083008rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2iLdbO2eFPMCZqc9o4c7GT5GfHTwGfn { 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) { #dnwDIlnDZli8ULNpGe4PTRDC0yDW113p { 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.1558837890625rem;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; } }