.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:253,246,225;--color-primary-1:249,227,156;--color-primary-2:243,198,56;--color-primary-3:122,99,28;--color-primary-4:36,30,8;--color-secondary-0:231,216,245;--color-secondary-1:182,137,224;--color-secondary-2:134,59,204;--color-secondary-3:80,35,122;--color-secondary-4:27,12,33;--color-tertiary-0:255,255,255;--color-tertiary-1:246,248,249;--color-tertiary-2:86,86,88;--color-tertiary-3:55,55,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/4368/travel-destination.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.95); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.95); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;overflow:visible;position:relative;display:block; }#hnQOULp7TpMfe9q8cInyU87duyvHLBNk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:5.68739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { color:#f1f1f1;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.625rem;left:0rem;height:4.224175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.125rem;left:12.1875rem;display:block; }
#wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.125rem;left:30.875rem;display:block; }
#ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUTksOy1KHh7etGmq8LbP4l7xbO308rc { 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:9.5625rem;width:8.4375rem;top:7.375rem;left:25.031251907349rem;overflow:hidden;display:block; }
#uNzWgG3lL8X4Hr6KpzKFTqNOGU3TUoe1 { z-index:15005;top:0.3125rem;left:55.25rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:4.75rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Myofr5ANNI0fWxRCxLH35D45KMPLLyPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgw7Q5ZVtLc8urkx90dMGndkS0Vf0FXK { z-index:15006;top:0.3125rem;left:44.649738311767rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:4.75rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gItDNBnMe82LyzlrTnD4TehmQ5gHqncA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJval1unede15eWqD9Eb1UUyWnNVZzg6 { z-index:15007;top:0.3125rem;left:38.937175750733rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VJhvs2FQV2pJG9P1EQZhP4G22JN49n7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5qRmIB0xE9vWXGCQXti4UcXFCNmyeiu { z-index:15008;top:0.3125rem;left:49.149631500244rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yab80d5TkfRnHTPZgFf30QdopTIw3LK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmgP9sy5WgB4o5RIqqeex8NO0EVsr4lT { z-index:15008;top:0.3125rem;left:33.343753814698rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:5.6875rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#coZ8R5q6PKeJirPXzKGAndFt8mopALeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUm8m01KAroNQDl2BolLJhJmuG1LFTuq { z-index:15009;top:0.3125rem;left:28.624675750733rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:4.75rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wJIBk3wBL5Ke2DR2b4FOrcBp7r8G43v6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbN8o1XCJGOGP7lCX7cb67mrKk5T1UXn { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.31171877682209rem;left:0rem;display:block; }
#xULNU24Cov5D0meK2tInSVbvGMtryAg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { background-color: transparent; background-image: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container > .video-iframe-container { display: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container { display: none; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .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); }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { border-width: 0; border-radius: 0; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { background-color: transparent; background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .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); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { border-width: 0; border-radius: 0; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.0625rem;width:19rem;top:2.5623931884766rem;left:0.49967193603516rem;display:block; }
#DmFonwkmO1e089BAVlzq3rh18ShQIC6k { 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:6.4375rem;width:6.75rem;top:4.8125rem;left:6.625rem;overflow:hidden;display:block; }
#wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.25rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.249568939209rem;left:1.25rem;height:12.42675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { position:absolute;display:block;z-index:15004;background-color:rgba(213,213,213,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.1875rem;width:19rem;top:2.5623931884766rem;left:20.499675750733rem;display:block; }
#T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.634874343872rem;left:21.25rem;height:6.90375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.499891281128rem;left:21.25rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { 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:6.375rem;width:6.75rem;top:4.8125rem;left:26.625rem;overflow:hidden;display:block; }
#puoCt1lVV784BrGBxdw1UxkytWqr9MyI { position:absolute;display:block;z-index:15008;background-color:rgba(213,213,213,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22rem;width:19rem;top:2.5625rem;left:40.4375rem;display:block; }
#Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.312068939209rem;left:41.250003814698rem;height:4.14225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:41.1875rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.75rem;top:4.8125rem;left:46.5625rem;overflow:hidden;display:block; }
#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container { background-color: transparent; background-image: none; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container > .video-iframe-container { display: none; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row > .video-iframe-container { display: none; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .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); }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container { border-width: 0; border-radius: 0; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#Ti6d2kmBMISwh1t9SFxWd8hEmuaNXbQE { color:rgba(var(--color-tertiary-1),1);display:block;width:3.68706875rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0064029693604rem;left:1.0622825622559rem;height:4.54969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ldrX2NEhmWmOTPvEPCtnvDLUzIw0XJM3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:0.1875rem;top:6.5625rem;left:5.4996719360351rem;display:block; }
#bnSKz3ZiCBCb3QzK661blZlK9pnQIkdF { color:rgba(var(--color-tertiary-1),0.9);display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.062171936035rem;left:6.562171936035rem;height:2.5987375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eseDiW7ELFwCsEJwWnGTtyOmGPsFIQ6o { color:rgba(var(--color-tertiary-1),1);display:block;width:5.99989375rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0064029693604rem;left:12.784286499024rem;height:4.54969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SELeXXbv69RiGg9afStFxzqD1BtGoKBx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:0.1875rem;top:6.5625rem;left:19.125rem;display:block; }
#LIye5qgTKKUP2fVXBiqIpUFTfmk1RxU0 { color:rgba(var(--color-tertiary-1),0.9);display:block;width:6.312375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6819629669189rem;left:19.874458312988rem;height:5.19748125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tyiHfky6xHlO18EVZ0ihFRDcNIZzkCKM { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6870625rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0064029693604rem;left:26.9091796875rem;height:4.54969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9cwXZ4NA0UJxndcCANPiLHt4HlEJOET { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.0625rem;width:0.125rem;top:5.93044925rem;left:35.353297925295rem;display:block; }
#FkhurFRzApRmqKCxKgEiKbksQVBIam1Q { color:rgba(var(--color-tertiary-1),0.9);display:block;width:7.4370625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7444667816162rem;left:36.034069061279rem;height:5.19748125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bOdqaqZuyy4J8H3Ucn5aIaWARd9tC2Q5 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.5623125rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.0689029693604rem;left:43.469509124756rem;height:4.54969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OnpbWQRy1zXi7rxCVDDCKvgMWeXq2dMz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:0.1875rem;top:6.5625rem;left:53.687068939209rem;display:block; }
#IabzkCxZ6G1Mi6wi9WyHcchkfecsGBPu { color:rgba(var(--color-tertiary-1),0.9);display:block;width:5.24956875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.0325527191162rem;left:54.437389373779rem;height:6.496875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/tfB9c5b5/04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.adaptive-delivery-prevent-bg, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyload, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyloading { background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { background-color: transparent; background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .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); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { border-width: 0; border-radius: 0; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.125rem;left:0rem;height:3.3984375rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#pqnfbQklKEOv2IXFhx4S2KiG6LG21NNT { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.9375rem;left:0rem;height:3.3984375rem;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#hrQgr2rvI3m17Co0U6nbxMQJTciQ4qTT { color:rgba(var(--color-primary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5rem;left:34.812501907349rem;height:1.38075rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zDRcwLPcMKrbMe7mIJ2EdDUao8lTaKpD { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0999984741211rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ddmp5oh8ofKxEHTV9ONlZLVuxkdpf6cX { color:rgba(var(--color-secondary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.85000038147rem;left:34.812501907349rem;height:1.13715rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YamdbiKE/05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.adaptive-delivery-prevent-bg, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyload, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyloading { background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.75); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.75); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#arzK17soJTEEFM86AgGIRQJuk2QXN934 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8499999046326rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCm27Klm3EPkflgVJOEcaFGe6cSakaRe { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.0625rem;left:38.062501907349rem;height:1.70573125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DXJHttHkMZdJMO2HyeKpGxSbXROLJJT3 { color:rgba(var(--color-primary-2),0.9);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.8125rem;left:38.062501907349rem;height:4.14225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3odXUxHbJf8zddNBsJP1mpPsIJiux9T { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:7.25rem;left:30.000001907349rem;display:block; }
#mS4GBRBLqkb7qiW9xmTXwgOnnnielqTq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:8.0625rem;left:30.875001907349rem;display:block; }
#TZT6oZzZclwWs4gJezwneSq4EW9COt7k { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:17.6875rem;left:30.000001907349rem;display:block; }
#kbDEaa3kzRqw5Sz0top0uZfBcx8IUpeP { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:18.5rem;left:30.875001907349rem;display:block; }
#uivy7FNAaZxWCxMlysbnxCVlnBdUHlMR { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:0.0625rem;top:13.375rem;left:33.312501907349rem;display:block; }
#QfioicJgb7UfJAz5btA65sxnAMe3fUnL { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:27.875rem;left:30.000001907349rem;display:block; }
#JRkUHTDTMBhbTMLexnJcEa5Xi79eyVHP { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:28.75rem;left:30.875001907349rem;display:block; }
#vnETFBecVCTLI5akOMf9B63FF4GRAIEN { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:18.1875rem;left:38.062501907349rem;height:1.70573125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gGr9VPZCFJWqa9tyMKWA1EltAWN2voIO { color:rgba(var(--color-primary-2),0.9);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.875rem;left:38.062501907349rem;height:4.14225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDTe01smoDw4fn0FxZ3vBsHTktr6HuDF { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:28.375rem;left:38.062501907349rem;height:1.70573125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bevXbUTxxsFesLw94I1J5EI3pPg1kWQ3 { color:rgba(var(--color-primary-2),0.9);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:30.0625rem;left:38.062501907349rem;height:4.14225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTOHa2c0nQQmgP8GyOGC8Wp2IqfL8a4c { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.75rem;left:31.812501907349rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0fqu6RVWtBzQGgyBfAnWaItJKS7mT1P { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.25rem;left:31.750001907349rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#garpIfPZkx9OSFilbFQdbBoN97PPC1q8 { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.5625rem;left:31.750001907349rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lcegDvNUMbuVz329Dfxl1l8FeV50BAUC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { background-color: transparent; background-image: none; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container > .video-iframe-container { display: none; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row > .video-iframe-container { display: none; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .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); }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { border-width: 0; border-radius: 0; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { font-size:0.875rem;font-family:arial;height:78rem;width:60rem;position:relative;display:block; }#oRqlhTLSaa7VTS5fE2oD2d91M7hkN6zs { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1867179870606rem;left:0rem;height:3.65614375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENCI3Rs4TCNdsqHaK5TssOyN5zUZalEd { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9367179870606rem;left:0rem;height:2.7615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kHAGH8JLg1An9SOnaE6KB0DTXQ6b584s { position:absolute;display:block;z-index:15008;background-color:#e0dede;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:39.375rem;width:20.75rem;top:29.1875rem;left:19.625001907349rem;display:block; }
#VsF6rpUTycwewRM0XLx7IETISap2MApp { color:rgba(var(--color-secondary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32rem;left:19.625001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5d38QsxFnw5CfUI0DIiDrX3MTbislHl { color:rgba(var(--color-secondary-2),1);display:block;width:12.4375rem;position:absolute;font-family:comfortaa;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37.500001907349rem;left:24.125rem;height:4.874675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iurp1L9FfmarWPaGguvkXQdED5HLWvfv { color:rgba(var(--color-secondary-2),1);display:block;width:9.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.37467956543rem;left:24.375rem;height:3.41145625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQlL09oupGZW4nyInfHpCPL8OTK5ovL3 { color:rgba(var(--color-secondary-2),0.16);display:block;width:16.25rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.875rem;left:25.312501907349rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGtfToe2QCaDQWbdhOedawKxto3e3XLB { background-color:#350b45;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:63.9375rem;left:22.000001907349rem;display:block; }
#KX97bRQvv1WvhlqHs3lNBM36VHJ1FeV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wybmRsAJT0UpxRmsZp1IUDVllNTeHO0Q { position:absolute;display:block;z-index:15021;background-color:#f1efef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36rem;width:19.625rem;top:31.000003814698rem;left:40.375001907349rem;display:block; }
#FpL0s0AcR8iKWJcVnHal3kVrbyReFThU { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:34.6875rem;left:40.375001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAa9qm281mnhgy62XtK0BZsHq6bksQ6Q { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:38.874895095825rem;left:45.812389373779rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGVwELo50sKLPs757H3Kmd6UMwsUG6HA { color:rgba(var(--color-tertiary-3),1);display:block;width:8.3125rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:42.625rem;left:46.062501907349rem;height:2.92318125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTuayQt9aS2pcU3zq3blZVdvAIm9IK49 { color:rgba(111,110,112,0.16);display:block;width:12.4375rem;position:absolute;font-family:comfortaa;font-size:11.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:37.75rem;left:47.562498092651rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZB7umog27seXvi5yJUwWTPJSEii2Thx { background-color:#350b45;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:62.25rem;left:44.250001907349rem;display:block; }
#vbaX7Iz1p52MzlDRnk5WT34LWaCKAL6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUlA3PzxdvRb7TT3K66x9QPS7WUkKM3Z { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:45.875003814698rem;left:45.625001907349rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lvu39mwB6Z0d65TQPA4q52q3aeTDIobg { position:absolute;display:block;z-index:15030;background-color:#f1efef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:36rem;width:19.5625rem;top:31.000000476837rem;left:0.0625rem;display:block; }
#PFEB2CWXQNqpyQBrwMWxZdFKFFz73sAs { background-color:#350b45;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:62.250001907349rem;left:3.875rem;display:block; }
#uKMapzWIfX0XcDo2Evpg4MFqvQSNtp77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiMD5wQsNFJFfbRN0AUURTClR8A9ZCRP { color:rgba(111,110,112,0.16);display:block;width:18.625rem;position:absolute;font-family:comfortaa;font-size:11.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.75rem;left:4.0625rem;height:14.6245625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fy7t4xAD5hUVUuu4V3kSgkNxQfVh23Fn { color:rgba(var(--color-tertiary-3),1);display:block;width:9.25rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:38.8125rem;left:6.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBSsDaHyikCdDmUr54WLCRV3LDXi2bHk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:42.8125rem;left:6.375rem;height:2.92318125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqTXSsg4sk8r7uPCZTmvhMTroX2ATvtN { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ag1akmwKwvMX7yf1mKpAu5uJIpVb0qJR { color:rgba(var(--color-secondary-2),1);display:block;width:2.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.5625rem;left:24.437501907349rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KWx23qTyxU30mLSpKB6RL47AZeoOUwtD { color:rgba(var(--color-secondary-2),1);display:block;width:1.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.625rem;left:30.625001907349rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huTnIMBfBNZ7bxLBrJBcZq6yxyKzNrOn { color:rgba(var(--color-secondary-2),1);display:block;width:2.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.3125rem;left:4.25rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qoE2Jgmk64nPwam6eMH454rvAUgcT0TQ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:38.125rem;left:6.625rem;height:0.97439375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5VObT50nTWll5T4ZkvNOhIvNk5Kt7bT { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:38rem;left:11.75rem;height:0.97439375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ji85DTy8aByhpXnPvoTBVFndp3bG8IJk { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:58.5625rem;left:0rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gd9mboCDoDfW828e8WZ4GQVTEN009KU0 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:60.125rem;left:20.187501907349rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOpfcMBTSZmqtJXiPGp1GfXflMINThpZ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:59.375rem;left:40.375001907349rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGpq2IntDX5XnBJsyU1gucESUHriiHXL { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:47.550000905991rem;left:43.250001907349rem;display:block; }
#BFn2HUJISJJ65ZXGfwR6ZoCD8IBhAox8 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:47.750003814698rem;left:45.750001907349rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZMCTiFsFcy1Pd97eC3hxJQvWdJTlF4V { position:absolute;display:block;z-index:15008;height:9.3125rem;width:60rem;top:12.750000476837rem;left:0rem;display:block; }
#n51pnsx9nx4lkRbBLH0nfHMFObKk3mMT { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:38.125rem;left:46.33749961853rem;height:0.97439375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CklwwehVBSaWe7hI5q7eLL3ATTIpOGZS { color:rgba(var(--color-tertiary-4),1);display:block;width:1.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:38.125rem;left:52.52499961853rem;height:0.97439375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekiJfxbqGUwLPeX6miNnQOTqyclh5UVT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:49.625rem;left:45.750001907349rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u3DgzEioc5MSW0c13DUa63LKdSmoVibT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:51.5rem;left:45.750001907349rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C89QtFfQewu0sx1NB1cfsaX7x9JRfgSD { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:53.375rem;left:45.750001907349rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBSEgElUoBKEGl1HXa7y0iy8cTddBNgT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:55.25rem;left:45.71249961853rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uL1gUwKAUy9k40HsHEv3Qcrhbg0gGkKD { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:54.925003051757rem;left:43.250001907349rem;display:block; }
#Raauu6Lw7TAydlWMIRC7Q51xasyW8EHZ { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:53.187501907349rem;left:43.250001907349rem;display:block; }
#CI00qqWsTsguCzaxgBfRGnVTDtusrnbC { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:51.287502288818rem;left:43.27499961853rem;display:block; }
#eMhOKqFHRacLTn4XRKcxOeiGAmI6sko4 { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:49.412502288818rem;left:43.27499961853rem;display:block; }
#sAbJUKKvcMa9eF5qi720X1EpJ5agm9Lr { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:45.600002288818rem;left:43.27499961853rem;display:block; }
#aL3VnhOqy1kwte0vD9NPwdHAb7Z6iMzZ { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:46.8125rem;left:26.0625rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAplbdOTT3vVlgsqiuoyNBDvtxdWFlSH { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:48.6875rem;left:26.1875rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CgCla0v1Wt4aKMOSaoGvRVc4SAo8xrJJ { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:50.5625rem;left:26.1875rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTJ8TgeyKpauptCbJkGupaUnrBcyzfpM { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:52.4375rem;left:26.1875rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t19bP6X9GTCUJBb4TdyLFfU7IZrcEQVe { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:54.3125rem;left:26.1875rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iH39kGr6p2yZ3lyUVKUJKiG5iBdNgbsf { color:rgba(var(--color-secondary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:56.1875rem;left:26.125rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9RqngV00eSoPT675WwUw1UuyZGOpX4H { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:55.875rem;left:23.6875rem;display:block; }
#REZR8txDdCsU3TFnxNkJvPDM2vmgTxwh { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:54.125rem;left:23.6875rem;display:block; }
#UTOq6wx1AqKQbOW8iKu98xGkiNOwgOX0 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:52.25rem;left:23.6875rem;display:block; }
#htC2rlcZm3qSNuZKA6X4vBwUU4xpPcMo { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:50.375rem;left:23.6875rem;display:block; }
#QXTumKz23LCAKoAoe5tNARxWLOWhsDV7 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:48.5rem;left:23.6875rem;display:block; }
#nRQWVTCpoAO9i6gqKQu4p1FTwWilWeNT { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:46.5625rem;left:23.6875rem;display:block; }
#ugXf99PwiAHAW7782FhmBDEo6HBZRHyC { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:46.125rem;left:5.3125rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ckhv7bHgeyS10drby3zbNkq1XBMq59gq { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:48rem;left:5.4375rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsN6Zneg7GRlPV2sXU2TdPDryNKMlqKs { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:49.875rem;left:5.4375rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXgweD7QhLp5JSXhrMVMGf5uyTOfUHuz { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:51.75rem;left:5.4375rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dZVzzaxRAvm0x1cON96Ea0f64y7v4xKx { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:53.5625rem;left:5.375rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F88M08iFxnmd8BSbXZGfTLhfa5gPM1GV { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:53.375001907349rem;left:2.9375rem;display:block; }
#z4PWsofg0TWHk3DyUH34MLBvTE1aOm0x { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:51.5625rem;left:2.9375rem;display:block; }
#peZiOkXp7OTZPRs5eTUiZIqz8IugZmqx { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15073;top:49.6875rem;left:2.9375rem;display:block; }
#GUtE2NoyUa46gS7S1AmpXWGnJaydGbui { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:47.8125rem;left:2.9375rem;display:block; }
#XrkwR7P1RIChc14AXtK4DPuTT96MSesZ { box-sizing:content-box;color:#350b45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:45.875rem;left:2.9375rem;display:block; }
#p6omf9xiDJQGnuXaQPW3UlTlZeGWgTbT { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/h4ufbX5a/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.adaptive-delivery-prevent-bg, #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.lazyload, #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.lazyloading { background-image: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { background-color: transparent; background-image: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,11,69,0.63); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container > .video-iframe-container { display: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,11,69,0.63); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container { display: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .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); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { border-width: 0; border-radius: 0; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#KyUMg9DdQWstBwqzmWRebxga8ccuDi37 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8492164611816rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxDIzggdJWtq0rikeU9vnByUlbFw1wtt { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.833594322204rem;left:7.375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zl9sQi0kaxO09PeCbSTX7RTeB0OWhang { color:rgba(var(--color-primary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.9585943222044rem;left:3.0625rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GxZEBTttzmvQZJJBMrfs46mnCEDnsy52 { z-index:15010;top:10.55859375rem;left:44.124219894409rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EEF2rfxG8vpg8ul72tiIwmo3zNbU2xpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoiDmsCgOfS8MdO9yBHComSvss85mGhy { z-index:15011;top:10.55859375rem;left:50.186719894409rem;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NDnwEVfut9b4z5adayvl6gePUiJ5fndb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:60rem;position:relative;display:none; }#os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.65rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/c7dnyad6/Group_2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.875rem;width:60rem;top:18.4375rem;left:0rem;display:block; }#DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.adaptive-delivery-prevent-bg, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyload, #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM.lazyloading { background-image: none; }
#w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:43rem;left:0rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBhSTvGxlEcOstGNt6MVxcfCIk9Xc916 { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:47.3125rem;left:0rem;height:4.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZ24Me6yvrmRpv7oE4AauhJlTk6VenSx { color:rgba(var(--color-tertiary-2),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43rem;left:30.125rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yHX2r8izcybxuN8t1FharBLMWL0qKrZL { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:47.03125rem;left:30.125rem;display:block; }
#sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:47.3125rem;left:32.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1fspATbVkHTc1QHwCEcTHV6qCBKmcMc { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:49.5625rem;left:30.125rem;display:block; }
#fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.875rem;left:32.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:26.8125rem;left:38.21875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:47.75rem;height:5.625rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:47.75rem;height:4.1875rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:17rem;height:3.625rem;top:33.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:17rem;height:3.625rem;top:33.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #XUTksOy1KHh7etGmq8LbP4l7xbO308rc { top:7.375rem;left:18.906251907349rem;width:8.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNzWgG3lL8X4Hr6KpzKFTqNOGU3TUoe1 { top:0.3125rem;left:43rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myofr5ANNI0fWxRCxLH35D45KMPLLyPn { display:block; }
 }@media only screen and (max-width: 763px) { #rgw7Q5ZVtLc8urkx90dMGndkS0Vf0FXK { top:0.3125rem;left:38.524738311767rem;width:4.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gItDNBnMe82LyzlrTnD4TehmQ5gHqncA { display:block; }
 }@media only screen and (max-width: 763px) { #sJval1unede15eWqD9Eb1UUyWnNVZzg6 { top:0.3125rem;left:32.812175750733rem;width:6.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhvs2FQV2pJG9P1EQZhP4G22JN49n7m { display:block; }
 }@media only screen and (max-width: 763px) { #u5qRmIB0xE9vWXGCQXti4UcXFCNmyeiu { top:0.3125rem;left:41.75rem;width:6rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yab80d5TkfRnHTPZgFf30QdopTIw3LK0 { display:block; }
 }@media only screen and (max-width: 763px) { #mmgP9sy5WgB4o5RIqqeex8NO0EVsr4lT { top:0.3125rem;left:27.218753814698rem;width:5.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coZ8R5q6PKeJirPXzKGAndFt8mopALeD { display:block; }
 }@media only screen and (max-width: 763px) { #XUm8m01KAroNQDl2BolLJhJmuG1LFTuq { top:0.3125rem;left:22.499675750733rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJIBk3wBL5Ke2DR2b4FOrcBp7r8G43v6 { display:block; }
 }@media only screen and (max-width: 763px) { #BbN8o1XCJGOGP7lCX7cb67mrKk5T1UXn { width:10rem;height:2.0625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULNU24Cov5D0meK2tInSVbvGMtryAg6 { display:block; }
 }@media only screen and (max-width: 763px) { #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:47.75rem;height:;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:28.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:6.75rem;height:6.4375rem;top:4.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:17.5rem;height:2.375rem;top:13.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:17.5rem;height:12.375rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:25.1875rem;top:2.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { width:17.5rem;height:6.875rem;top:19.625rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:17.5rem;height:4.8125rem;top:13.4375rem;left:14.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:6.75rem;height:6.375rem;top:4.8125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:22rem;top:2.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { width:17.5rem;height:4.125rem;top:19.25rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:17.5rem;height:4.8125rem;top:13.75rem;left:30.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:6.75rem;height:6.1875rem;top:4.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s { display:block; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti6d2kmBMISwh1t9SFxWd8hEmuaNXbQE { width:3.625rem;height:4.5rem;top:6rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldrX2NEhmWmOTPvEPCtnvDLUzIw0XJM3 { width:0.1875rem;height:3.5rem;top:6.5625rem;left:3.9684219360351rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSKz3ZiCBCb3QzK661blZlK9pnQIkdF { width:7.4375rem;height:2.5625rem;top:7rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eseDiW7ELFwCsEJwWnGTtyOmGPsFIQ6o { width:5.9375rem;height:4.5rem;top:6rem;left:6rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELeXXbv69RiGg9afStFxzqD1BtGoKBx { width:0.1875rem;height:3.5rem;top:6.5625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIye5qgTKKUP2fVXBiqIpUFTfmk1RxU0 { width:6.25rem;height:5.1875rem;top:5.625rem;left:15.280708312988rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyiHfky6xHlO18EVZ0ihFRDcNIZzkCKM { width:8.625rem;height:4.5rem;top:6rem;left:15.25rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cwXZ4NA0UJxndcCANPiLHt4HlEJOET { width:0.125rem;height:4.0625rem;top:5.875rem;left:27.697047925295rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkhurFRzApRmqKCxKgEiKbksQVBIam1Q { width:7.375rem;height:5.1875rem;top:5.6875rem;left:28.377819061279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdqaqZuyy4J8H3Ucn5aIaWARd9tC2Q5 { width:8.5rem;height:4.5rem;top:6.0625rem;left:27.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnpbWQRy1zXi7rxCVDDCKvgMWeXq2dMz { width:0.1875rem;height:3.5rem;top:6.5625rem;left:42.968318939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabzkCxZ6G1Mi6wi9WyHcchkfecsGBPu { width:5.1875rem;height:6.4375rem;top:5rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { width:47.75rem;height:3.375rem;top:8.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnfbQklKEOv2IXFhx4S2KiG6LG21NNT { width:47.75rem;height:3.375rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQgr2rvI3m17Co0U6nbxMQJTciQ4qTT { width:25.1875rem;height:1.3125rem;top:16.5rem;left:22.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDRcwLPcMKrbMe7mIJ2EdDUao8lTaKpD { width:47.75rem;height:3.625rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddmp5oh8ofKxEHTV9ONlZLVuxkdpf6cX { width:25.125rem;height:1.125rem;top:17.8125rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:47.75rem;height:3.625rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCm27Klm3EPkflgVJOEcaFGe6cSakaRe { width:21.0625rem;height:1.6875rem;top:8.0625rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJHttHkMZdJMO2HyeKpGxSbXROLJJT3 { width:21rem;height:4.125rem;top:9.75rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3odXUxHbJf8zddNBsJP1mpPsIJiux9T { width:6.6875rem;height:6.6875rem;top:7.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS4GBRBLqkb7qiW9xmTXwgOnnnielqTq { width:4.875rem;height:4.875rem;top:8.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT6oZzZclwWs4gJezwneSq4EW9COt7k { width:6.6875rem;height:6.6875rem;top:17.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDEaa3kzRqw5Sz0top0uZfBcx8IUpeP { width:4.875rem;height:4.875rem;top:18.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivy7FNAaZxWCxMlysbnxCVlnBdUHlMR { width:0.0625rem;height:19.875rem;top:13.375rem;left:24.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfioicJgb7UfJAz5btA65sxnAMe3fUnL { width:6.6875rem;height:6.6875rem;top:27.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRkUHTDTMBhbTMLexnJcEa5Xi79eyVHP { width:4.875rem;height:4.875rem;top:28.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnETFBecVCTLI5akOMf9B63FF4GRAIEN { width:21rem;height:1.6875rem;top:18.125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGr9VPZCFJWqa9tyMKWA1EltAWN2voIO { width:21rem;height:4.125rem;top:19.8125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTe01smoDw4fn0FxZ3vBsHTktr6HuDF { width:21rem;height:1.6875rem;top:28.3125rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bevXbUTxxsFesLw94I1J5EI3pPg1kWQ3 { width:21rem;height:4.125rem;top:30rem;left:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTOHa2c0nQQmgP8GyOGC8Wp2IqfL8a4c { width:2.8125rem;height:3.375rem;top:8.75rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0fqu6RVWtBzQGgyBfAnWaItJKS7mT1P { width:3.125rem;height:3.375rem;top:19.25rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #garpIfPZkx9OSFilbFQdbBoN97PPC1q8 { width:3.125rem;height:3.375rem;top:29.5625rem;left:23.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcegDvNUMbuVz329Dfxl1l8FeV50BAUC { width:29.9375rem;height:;top:14.9375rem;left:0rem;font-size:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCJcvFScEVrIOSBwxKXorzu11rbOTvRw { display:block; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRqlhTLSaa7VTS5fE2oD2d91M7hkN6zs { width:47.75rem;height:;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCI3Rs4TCNdsqHaK5TssOyN5zUZalEd { width:47.75rem;height:2.75rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHAGH8JLg1An9SOnaE6KB0DTXQ6b584s { width:20.75rem;height:39.375rem;top:29.1875rem;left:13.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsF6rpUTycwewRM0XLx7IETISap2MApp { width:20.75rem;height:2.375rem;top:32rem;left:13.500001907349rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5d38QsxFnw5CfUI0DIiDrX3MTbislHl { width:12.375rem;height:4.8125rem;top:37.5rem;left:18rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iurp1L9FfmarWPaGguvkXQdED5HLWvfv { width:9.0625rem;height:3.375rem;top:42.3125rem;left:18.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQlL09oupGZW4nyInfHpCPL8OTK5ovL3 { width:16.25rem;height:16.25rem;top:38.875rem;left:18.8125rem;font-size:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGtfToe2QCaDQWbdhOedawKxto3e3XLB { width:16.0625rem;height:3.625rem;top:63.9375rem;left:15.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX97bRQvv1WvhlqHs3lNBM36VHJ1FeV9 { display:block; }
 }@media only screen and (max-width: 763px) { #wybmRsAJT0UpxRmsZp1IUDVllNTeHO0Q { width:19.625rem;height:36rem;top:31rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL0s0AcR8iKWJcVnHal3kVrbyReFThU { width:19.625rem;height:2.375rem;top:34.6875rem;left:28.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAa9qm281mnhgy62XtK0BZsHq6bksQ6Q { width:12.375rem;height:4.0625rem;top:38.8125rem;left:35.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVwELo50sKLPs757H3Kmd6UMwsUG6HA { width:8.25rem;height:2.875rem;top:42.5625rem;left:39.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuayQt9aS2pcU3zq3blZVdvAIm9IK49 { width:12.4375rem;height:14.5625rem;top:37.75rem;left:35.3125rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB7umog27seXvi5yJUwWTPJSEii2Thx { width:11.8125rem;height:3.625rem;top:62.25rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbaX7Iz1p52MzlDRnk5WT34LWaCKAL6n { display:block; }
 }@media only screen and (max-width: 763px) { #sUlA3PzxdvRb7TT3K66x9QPS7WUkKM3Z { width:14.375rem;height:1.3125rem;top:45.875rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvu39mwB6Z0d65TQPA4q52q3aeTDIobg { width:19.5625rem;height:36rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEB2CWXQNqpyQBrwMWxZdFKFFz73sAs { width:11.8125rem;height:3.625rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMapzWIfX0XcDo2Evpg4MFqvQSNtp77 { display:block; }
 }@media only screen and (max-width: 763px) { #KiMD5wQsNFJFfbRN0AUURTClR8A9ZCRP { width:18.625rem;height:14.5625rem;top:37.75rem;left:0rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7t4xAD5hUVUuu4V3kSgkNxQfVh23Fn { width:9.1875rem;height:4.0625rem;top:38.75rem;left:0.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBSsDaHyikCdDmUr54WLCRV3LDXi2bHk { width:8.1875rem;height:2.875rem;top:42.8125rem;left:0.24978256225586rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTXSsg4sk8r7uPCZTmvhMTroX2ATvtN { width:19.625rem;height:2.375rem;top:34.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1akmwKwvMX7yf1mKpAu5uJIpVb0qJR { width:2.75rem;height:1.0625rem;top:36.5625rem;left:18.312501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWx23qTyxU30mLSpKB6RL47AZeoOUwtD { width:1.375rem;height:1.0625rem;top:36.625rem;left:24.500001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTnIMBfBNZ7bxLBrJBcZq6yxyKzNrOn { width:2.75rem;height:1.0625rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoE2Jgmk64nPwam6eMH454rvAUgcT0TQ { width:2.75rem;height:0.9375rem;top:38.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5VObT50nTWll5T4ZkvNOhIvNk5Kt7bT { width:1.25rem;height:0.9375rem;top:38rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji85DTy8aByhpXnPvoTBVFndp3bG8IJk { width:19.5625rem;height:2.25rem;top:58.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd9mboCDoDfW828e8WZ4GQVTEN009KU0 { width:19.5625rem;height:2.25rem;top:60.0625rem;left:14.062175750733rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOpfcMBTSZmqtJXiPGp1GfXflMINThpZ { width:19.625rem;height:2.1875rem;top:59.375rem;left:28.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGpq2IntDX5XnBJsyU1gucESUHriiHXL { top:47.5rem;left:37.125001907349rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFn2HUJISJJ65ZXGfwR6ZoCD8IBhAox8 { width:14.25rem;height:1.25rem;top:47.75rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZMCTiFsFcy1Pd97eC3hxJQvWdJTlF4V { top:12.75rem;left:0rem;width:47.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n51pnsx9nx4lkRbBLH0nfHMFObKk3mMT { width:2.75rem;height:0.9375rem;top:38.125rem;left:40.21249961853rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CklwwehVBSaWe7hI5q7eLL3ATTIpOGZS { width:1.25rem;height:0.9375rem;top:38.125rem;left:46.39999961853rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekiJfxbqGUwLPeX6miNnQOTqyclh5UVT { width:14.1875rem;height:1.25rem;top:49.5625rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3DgzEioc5MSW0c13DUa63LKdSmoVibT { width:14.1875rem;height:1.25rem;top:51.4375rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C89QtFfQewu0sx1NB1cfsaX7x9JRfgSD { width:14.1875rem;height:1.25rem;top:53.3125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSEgElUoBKEGl1HXa7y0iy8cTddBNgT { width:14.25rem;height:1.25rem;top:55.25rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL1gUwKAUy9k40HsHEv3Qcrhbg0gGkKD { top:54.875rem;left:37.125001907349rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raauu6Lw7TAydlWMIRC7Q51xasyW8EHZ { top:53.1875rem;left:37.125001907349rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI00qqWsTsguCzaxgBfRGnVTDtusrnbC { top:51.25rem;left:37.14999961853rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMhOKqFHRacLTn4XRKcxOeiGAmI6sko4 { top:49.375rem;left:37.14999961853rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbJUKKvcMa9eF5qi720X1EpJ5agm9Lr { top:45.5625rem;left:37.14999961853rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3VnhOqy1kwte0vD9NPwdHAb7Z6iMzZ { width:14.375rem;height:1.25rem;top:46.8125rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAplbdOTT3vVlgsqiuoyNBDvtxdWFlSH { width:14.25rem;height:1.25rem;top:48.6875rem;left:20.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCla0v1Wt4aKMOSaoGvRVc4SAo8xrJJ { width:14.1875rem;height:1.25rem;top:50.5rem;left:20.062065124512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJ8TgeyKpauptCbJkGupaUnrBcyzfpM { width:14.1875rem;height:1.25rem;top:52.375rem;left:20.062065124512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t19bP6X9GTCUJBb4TdyLFfU7IZrcEQVe { width:14.25rem;height:1.25rem;top:54.3125rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH39kGr6p2yZ3lyUVKUJKiG5iBdNgbsf { width:14.25rem;height:1.25rem;top:56.1875rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RqngV00eSoPT675WwUw1UuyZGOpX4H { top:55.875rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZR8txDdCsU3TFnxNkJvPDM2vmgTxwh { top:54.125rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTOq6wx1AqKQbOW8iKu98xGkiNOwgOX0 { top:52.25rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htC2rlcZm3qSNuZKA6X4vBwUU4xpPcMo { top:50.375rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTumKz23LCAKoAoe5tNARxWLOWhsDV7 { top:48.5rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQWVTCpoAO9i6gqKQu4p1FTwWilWeNT { top:46.5625rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXf99PwiAHAW7782FhmBDEo6HBZRHyC { width:14.375rem;height:1.25rem;top:46.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckhv7bHgeyS10drby3zbNkq1XBMq59gq { width:14.25rem;height:1.25rem;top:48rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsN6Zneg7GRlPV2sXU2TdPDryNKMlqKs { width:14.1875rem;height:1.25rem;top:49.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXgweD7QhLp5JSXhrMVMGf5uyTOfUHuz { width:14.25rem;height:1.25rem;top:51.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZVzzaxRAvm0x1cON96Ea0f64y7v4xKx { width:14.25rem;height:1.25rem;top:53.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F88M08iFxnmd8BSbXZGfTLhfa5gPM1GV { top:53.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PWsofg0TWHk3DyUH34MLBvTE1aOm0x { top:51.5625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peZiOkXp7OTZPRs5eTUiZIqz8IugZmqx { top:49.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtE2NoyUa46gS7S1AmpXWGnJaydGbui { top:47.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrkwR7P1RIChc14AXtK4DPuTT96MSesZ { top:45.875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6omf9xiDJQGnuXaQPW3UlTlZeGWgTbT { display:none; }
 }@media only screen and (max-width: 763px) { #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ { display:block; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyUMg9DdQWstBwqzmWRebxga8ccuDi37 { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDIzggdJWtq0rikeU9vnByUlbFw1wtt { width:17.125rem;height:1.6875rem;top:10.8125rem;left:4.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl9sQi0kaxO09PeCbSTX7RTeB0OWhang { width:25.875rem;height:3.1875rem;top:6.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZEBTttzmvQZJJBMrfs46mnCEDnsy52 { top:10.5rem;left:34.936719894409rem;width:6.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEF2rfxG8vpg8ul72tiIwmo3zNbU2xpk { display:block; }
 }@media only screen and (max-width: 763px) { #DoiDmsCgOfS8MdO9yBHComSvss85mGhy { top:10.5rem;left:38.625rem;width:9.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDnwEVfut9b4z5adayvl6gePUiJ5fndb { display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { width:47.75rem;height:3.625rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { width:47.75rem;height:2.75rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { width:47.75rem;height:21.875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { width:47.75rem;height:2.8125rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhSTvGxlEcOstGNt6MVxcfCIk9Xc916 { width:30rem;height:4.125rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ24Me6yvrmRpv7oE4AauhJlTk6VenSx { width:29.875rem;height:2.75rem;top:43rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHX2r8izcybxuN8t1FharBLMWL0qKrZL { width:1.9375rem;height:1.9375rem;top:47rem;left:24rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:27.8125rem;height:1.375rem;top:47.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fspATbVkHTc1QHwCEcTHV6qCBKmcMc { width:1.9375rem;height:1.9375rem;top:49.5625rem;left:24rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { width:27.8125rem;height:1.375rem;top:49.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { width:3.75rem;height:3.75rem;top:26.8125rem;left:32.09375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#2d1433;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:20rem;height:5.19856875rem;top:9.9996749013662rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:17.875rem;height:3.8981125rem;top:15.674697026611rem;left:1.0622830986977rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5E6M22v2anhSpzEWVTwC1I1AlT1CBHk { width:17rem;height:3.625rem;top:24.124999523163rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1kwOpBom3lIwGpLfg1MGCyt1Aacztf { display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:17rem;height:3.625rem;top:28.937501192093rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #XUTksOy1KHh7etGmq8LbP4l7xbO308rc { width:6.3125rem;height:7.0625rem;top:1.9375rem;left:6.8437498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNzWgG3lL8X4Hr6KpzKFTqNOGU3TUoe1 { top:0.3125rem;left:7.625rem;width:4.75rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Myofr5ANNI0fWxRCxLH35D45KMPLLyPn { display:block; }
 }@media only screen and (max-width: 763px) { #rgw7Q5ZVtLc8urkx90dMGndkS0Vf0FXK { top:0.3125rem;left:7.625rem;width:4.75rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gItDNBnMe82LyzlrTnD4TehmQ5gHqncA { display:block; }
 }@media only screen and (max-width: 763px) { #sJval1unede15eWqD9Eb1UUyWnNVZzg6 { top:0.3125rem;left:6.875rem;width:6.1875rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJhvs2FQV2pJG9P1EQZhP4G22JN49n7m { display:block; }
 }@media only screen and (max-width: 763px) { #u5qRmIB0xE9vWXGCQXti4UcXFCNmyeiu { top:0.3125rem;left:7rem;width:6rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yab80d5TkfRnHTPZgFf30QdopTIw3LK0 { display:block; }
 }@media only screen and (max-width: 763px) { #mmgP9sy5WgB4o5RIqqeex8NO0EVsr4lT { top:0.3125rem;left:7.125rem;width:5.6875rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #coZ8R5q6PKeJirPXzKGAndFt8mopALeD { display:block; }
 }@media only screen and (max-width: 763px) { #XUm8m01KAroNQDl2BolLJhJmuG1LFTuq { top:0.3125rem;left:7.625rem;width:4.75rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJIBk3wBL5Ke2DR2b4FOrcBp7r8G43v6 { display:block; }
 }@media only screen and (max-width: 763px) { #BbN8o1XCJGOGP7lCX7cb67mrKk5T1UXn { width:7.749625rem;height:1.5rem;top:0.51210938394069rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xULNU24Cov5D0meK2tInSVbvGMtryAg6 { display:block; }
 }@media only screen and (max-width: 763px) { #JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME { display:block; }#JRmwmBHdzCOAUZBJ6uqmeCtpZpno4xME > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:27.75rem;top:0.625rem;left:0.49967449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:6.75rem;height:6.4375rem;top:3.6875004768372rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:16.5rem;height:1.7871125rem;top:12.687500476837rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:16.4995625rem;height:11.6943125rem;top:15.687391281128rem;left:1.7491319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:18.9995625rem;height:21.9998125rem;top:30.093316078186rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { width:16.4995625rem;height:6.496875rem;top:44.061959266662rem;left:1.7491319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:16.4995625rem;height:1.7871125rem;top:40.199654579162rem;left:1.7491319775581rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:6.7496875rem;height:6.3748125rem;top:31.812067985534rem;left:6.6248920559881rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:22rem;top:53.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { width:16.5rem;height:3.8981125rem;top:68.3125rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:16.5rem;height:3.57421875rem;top:64.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:6.75rem;height:6.1875rem;top:55.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s { display:block; }#vqGBBBt6TTvcyKL6oJMhedPhoFQ3OK8s > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti6d2kmBMISwh1t9SFxWd8hEmuaNXbQE { width:2.5rem;height:5.6060125rem;top:2.3643741607666rem;left:7.5613072514531rem;text-align:left;text-align-last:left;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldrX2NEhmWmOTPvEPCtnvDLUzIw0XJM3 { width:3.5rem;height:0.1875rem;top:7.749218940735rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSKz3ZiCBCb3QzK661blZlK9pnQIkdF { width:7.4375rem;height:2.5987375rem;top:8.300000190735rem;left:6.2812498807906rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eseDiW7ELFwCsEJwWnGTtyOmGPsFIQ6o { width:4.81228125rem;height:5.6060125rem;top:12.476669311524rem;left:6.4057076573375rem;text-align:center;text-align-last:center;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SELeXXbv69RiGg9afStFxzqD1BtGoKBx { width:3.5rem;height:0.1875rem;top:17.861718416214rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIye5qgTKKUP2fVXBiqIpUFTfmk1RxU0 { width:6.3125rem;height:5.19748125rem;top:18.487500429154rem;left:6.8124998807906rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyiHfky6xHlO18EVZ0ihFRDcNIZzkCKM { width:4.81228125rem;height:5.6060125rem;top:23.433814048767rem;left:5.2848308682442rem;text-align:center;text-align-last:center;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cwXZ4NA0UJxndcCANPiLHt4HlEJOET { width:3.5rem;height:0.1875rem;top:28.27499961853rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkhurFRzApRmqKCxKgEiKbksQVBIam1Q { width:7.4375rem;height:5.19748125rem;top:28.712500810623rem;left:6.1562498807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdqaqZuyy4J8H3Ucn5aIaWARd9tC2Q5 { width:4.81228125rem;height:5.6060125rem;top:34.228515625rem;left:3.4722226262093rem;text-align:center;text-align-last:center;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnpbWQRy1zXi7rxCVDDCKvgMWeXq2dMz { width:3.5rem;height:0.1875rem;top:39.800001144409rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabzkCxZ6G1Mi6wi9WyHcchkfecsGBPu { width:6.3125rem;height:5.19748125rem;top:40.237501144409rem;left:6.8124998807906rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtiKq03NSTzBJTxzhJoShEaIHxXoskt4 { width:20rem;height:5.19965625rem;top:5.9625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnfbQklKEOv2IXFhx4S2KiG6LG21NNT { width:20rem;height:5.19965625rem;top:13.599999666214rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrQgr2rvI3m17Co0U6nbxMQJTciQ4qTT { width:20rem;height:1.38075rem;top:19.5125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDRcwLPcMKrbMe7mIJ2EdDUao8lTaKpD { width:20rem;height:2.4375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddmp5oh8ofKxEHTV9ONlZLVuxkdpf6cX { width:20rem;height:1.29936875rem;top:20.8625rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCm27Klm3EPkflgVJOEcaFGe6cSakaRe { width:20rem;height:1.70625rem;top:16.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJHttHkMZdJMO2HyeKpGxSbXROLJJT3 { width:20rem;height:5.52300625rem;top:18.762046813965rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3odXUxHbJf8zddNBsJP1mpPsIJiux9T { width:6.6875rem;height:6.6875rem;top:8.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS4GBRBLqkb7qiW9xmTXwgOnnnielqTq { width:4.875rem;height:4.875rem;top:9.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT6oZzZclwWs4gJezwneSq4EW9COt7k { width:6.6875rem;height:6.6875rem;top:24.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDEaa3kzRqw5Sz0top0uZfBcx8IUpeP { width:4.875rem;height:4.875rem;top:25.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivy7FNAaZxWCxMlysbnxCVlnBdUHlMR { width:0.0625rem;height:19.875rem;top:14.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfioicJgb7UfJAz5btA65sxnAMe3fUnL { width:6.6875rem;height:6.6875rem;top:39.775rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRkUHTDTMBhbTMLexnJcEa5Xi79eyVHP { width:4.875rem;height:4.875rem;top:40.65rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnETFBecVCTLI5akOMf9B63FF4GRAIEN { width:20rem;height:1.70625rem;top:32.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGr9VPZCFJWqa9tyMKWA1EltAWN2voIO { width:20rem;height:4.14225rem;top:34.824653625488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTe01smoDw4fn0FxZ3vBsHTktr6HuDF { width:20rem;height:1.70625rem;top:47.7125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bevXbUTxxsFesLw94I1J5EI3pPg1kWQ3 { width:20rem;height:5.52300625rem;top:49.787437438965rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTOHa2c0nQQmgP8GyOGC8Wp2IqfL8a4c { width:2.8125rem;height:2.59928125rem;top:10.75rem;left:8.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0fqu6RVWtBzQGgyBfAnWaItJKS7mT1P { width:3.125rem;height:2.59928125rem;top:26.9375rem;left:8.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #garpIfPZkx9OSFilbFQdbBoN97PPC1q8 { width:3.125rem;height:2.59928125rem;top:41.9625rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcegDvNUMbuVz329Dfxl1l8FeV50BAUC { width:20rem;height:2.59928125rem;top:4.9rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCJcvFScEVrIOSBwxKXorzu11rbOTvRw { display:block; }#pCJcvFScEVrIOSBwxKXorzu11rbOTvRw > .row .container { width:20rem;height:147.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRqlhTLSaa7VTS5fE2oD2d91M7hkN6zs { width:20rem;height:2.4375rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENCI3Rs4TCNdsqHaK5TssOyN5zUZalEd { width:20rem;height:3.8981125rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHAGH8JLg1An9SOnaE6KB0DTXQ6b584s { width:20rem;height:35.625rem;top:66.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VsF6rpUTycwewRM0XLx7IETISap2MApp { width:20rem;height:2.59928125rem;top:68.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p5d38QsxFnw5CfUI0DIiDrX3MTbislHl { width:20rem;height:3.65625rem;top:74.125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:2.8125rem;font-family:ubuntu;color:#863bcc;display:block; }
 }@media only screen and (max-width: 763px) { #Iurp1L9FfmarWPaGguvkXQdED5HLWvfv { width:7.4375rem;height:2.92318125rem;top:77.8125rem;left:6.3749998807906rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQlL09oupGZW4nyInfHpCPL8OTK5ovL3 { width:17.1875rem;height:18.76875rem;top:65.936721801756rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:14.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GGtfToe2QCaDQWbdhOedawKxto3e3XLB { width:16.0625rem;height:3.625rem;top:97.8125rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX97bRQvv1WvhlqHs3lNBM36VHJ1FeV9 { display:block; }
 }@media only screen and (max-width: 763px) { #wybmRsAJT0UpxRmsZp1IUDVllNTeHO0Q { width:19.5625rem;height:35.875rem;top:105.375rem;left:0.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpL0s0AcR8iKWJcVnHal3kVrbyReFThU { width:19.625rem;height:2.59928125rem;top:107.75rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eAa9qm281mnhgy62XtK0BZsHq6bksQ6Q { width:9.375rem;height:3.16875rem;top:113.1875rem;left:5.3124998807907rem;text-align:right;text-align-last:right;font-size:2.4375rem;font-family:ubuntu;font-weight:700;font-style:normal;color:#f3c638;display:block; }
 }@media only screen and (max-width: 763px) { #EGVwELo50sKLPs757H3Kmd6UMwsUG6HA { width:7.75rem;height:2.92318125rem;top:116.375rem;left:5.5624998807907rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuayQt9aS2pcU3zq3blZVdvAIm9IK49 { width:12.4375rem;height:16.250375rem;top:105.375rem;left:6.3749998807906rem;text-align:center;text-align-last:center;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB7umog27seXvi5yJUwWTPJSEii2Thx { width:11.8125rem;height:3.625rem;top:136.9375rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbaX7Iz1p52MzlDRnk5WT34LWaCKAL6n { display:block; }
 }@media only screen and (max-width: 763px) { #sUlA3PzxdvRb7TT3K66x9QPS7WUkKM3Z { width:13.875rem;height:1.29936875rem;top:120.0625rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvu39mwB6Z0d65TQPA4q52q3aeTDIobg { width:19.5625rem;height:33.0625rem;top:30.5rem;left:0.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFEB2CWXQNqpyQBrwMWxZdFKFFz73sAs { width:11.8125rem;height:3.625rem;top:58.936721801757rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMapzWIfX0XcDo2Evpg4MFqvQSNtp77 { display:block; }
 }@media only screen and (max-width: 763px) { #KiMD5wQsNFJFfbRN0AUURTClR8A9ZCRP { width:12.5rem;height:16.250375rem;top:29.8125rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7t4xAD5hUVUuu4V3kSgkNxQfVh23Fn { width:19.625rem;height:3.16875rem;top:37.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:700;font-style:normal;font-family:ubuntu;color:#f3c638;display:block; }
 }@media only screen and (max-width: 763px) { #dBSsDaHyikCdDmUr54WLCRV3LDXi2bHk { width:7.5625rem;height:2.92318125rem;top:40.25rem;left:6.4999998807906rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTXSsg4sk8r7uPCZTmvhMTroX2ATvtN { width:20rem;height:2.59928125rem;top:32.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#350b45;display:block; }
 }@media only screen and (max-width: 763px) { #ag1akmwKwvMX7yf1mKpAu5uJIpVb0qJR { width:2.75rem;height:0.97439375rem;top:73.5625rem;left:6.4999998807906rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWx23qTyxU30mLSpKB6RL47AZeoOUwtD { width:1.375rem;height:0.97439375rem;top:73.125rem;left:10.875000357628rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTnIMBfBNZ7bxLBrJBcZq6yxyKzNrOn { width:2.75rem;height:1.29936875rem;top:32.8125rem;left:4.3749998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoE2Jgmk64nPwam6eMH454rvAUgcT0TQ { width:2.75rem;height:0.97439375rem;top:36.4375rem;left:6.5624998807906rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5VObT50nTWll5T4ZkvNOhIvNk5Kt7bT { width:1.25rem;height:0.97439375rem;top:36.4375rem;left:10.437500357628rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji85DTy8aByhpXnPvoTBVFndp3bG8IJk { width:19.625rem;height:2.2743rem;top:56.186721801757rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd9mboCDoDfW828e8WZ4GQVTEN009KU0 { width:19.625rem;height:2.2743rem;top:95.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOpfcMBTSZmqtJXiPGp1GfXflMINThpZ { width:19.625rem;height:2.2743rem;top:134.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGpq2IntDX5XnBJsyU1gucESUHriiHXL { width:1.875rem;height:1.875rem;top:121.75rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFn2HUJISJJ65ZXGfwR6ZoCD8IBhAox8 { width:14.25rem;height:1.29936875rem;top:121.9375rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZMCTiFsFcy1Pd97eC3hxJQvWdJTlF4V { width:20rem;height:9.3125rem;top:5.0874996185303rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n51pnsx9nx4lkRbBLH0nfHMFObKk3mMT { width:2.75rem;height:0.97439375rem;top:112.375rem;left:5.8749998807907rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CklwwehVBSaWe7hI5q7eLL3ATTIpOGZS { width:1.25rem;height:0.97439375rem;top:112.375rem;left:10.625000357628rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekiJfxbqGUwLPeX6miNnQOTqyclh5UVT { width:14.25rem;height:1.29936875rem;top:123.8125rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3DgzEioc5MSW0c13DUa63LKdSmoVibT { width:14.25rem;height:1.29936875rem;top:125.6875rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C89QtFfQewu0sx1NB1cfsaX7x9JRfgSD { width:14.25rem;height:1.29936875rem;top:127.5625rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSEgElUoBKEGl1HXa7y0iy8cTddBNgT { width:14.25rem;height:1.29936875rem;top:129.4375rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL1gUwKAUy9k40HsHEv3Qcrhbg0gGkKD { width:1.875rem;height:1.875rem;top:129.125rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raauu6Lw7TAydlWMIRC7Q51xasyW8EHZ { width:1.875rem;height:1.875rem;top:127.375rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI00qqWsTsguCzaxgBfRGnVTDtusrnbC { width:1.875rem;height:1.875rem;top:125.5rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMhOKqFHRacLTn4XRKcxOeiGAmI6sko4 { width:1.875rem;height:1.875rem;top:123.625rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbJUKKvcMa9eF5qi720X1EpJ5agm9Lr { width:1.875rem;height:1.875rem;top:119.8125rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3VnhOqy1kwte0vD9NPwdHAb7Z6iMzZ { width:14.25rem;height:1.29936875rem;top:81.4375rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAplbdOTT3vVlgsqiuoyNBDvtxdWFlSH { width:14rem;height:1.29936875rem;top:83.3125rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCla0v1Wt4aKMOSaoGvRVc4SAo8xrJJ { width:14.25rem;height:1.29936875rem;top:85.1875rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJ8TgeyKpauptCbJkGupaUnrBcyzfpM { width:14.25rem;height:1.29936875rem;top:87.0625rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t19bP6X9GTCUJBb4TdyLFfU7IZrcEQVe { width:14.25rem;height:1.29936875rem;top:88.9375rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH39kGr6p2yZ3lyUVKUJKiG5iBdNgbsf { width:14.25rem;height:1.29936875rem;top:90.8125rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RqngV00eSoPT675WwUw1UuyZGOpX4H { width:1.875rem;height:1.875rem;top:90.5rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REZR8txDdCsU3TFnxNkJvPDM2vmgTxwh { width:1.875rem;height:1.875rem;top:88.75rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTOq6wx1AqKQbOW8iKu98xGkiNOwgOX0 { width:1.875rem;height:1.875rem;top:86.875rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htC2rlcZm3qSNuZKA6X4vBwUU4xpPcMo { width:1.875rem;height:1.875rem;top:85rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXTumKz23LCAKoAoe5tNARxWLOWhsDV7 { width:1.875rem;height:1.875rem;top:83.125rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRQWVTCpoAO9i6gqKQu4p1FTwWilWeNT { width:1.875rem;height:1.875rem;top:81.1875rem;left:3.1875001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXf99PwiAHAW7782FhmBDEo6HBZRHyC { width:14.375rem;height:1.29936875rem;top:43.875rem;left:5.6249998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckhv7bHgeyS10drby3zbNkq1XBMq59gq { width:14.25rem;height:1.29936875rem;top:45.75rem;left:5.7499998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsN6Zneg7GRlPV2sXU2TdPDryNKMlqKs { width:14.25rem;height:1.29936875rem;top:47.625rem;left:5.7499998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXgweD7QhLp5JSXhrMVMGf5uyTOfUHuz { width:14.25rem;height:1.29936875rem;top:49.5rem;left:5.7499998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZVzzaxRAvm0x1cON96Ea0f64y7v4xKx { width:14.25rem;height:1.29936875rem;top:51.311721801757rem;left:5.6874998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F88M08iFxnmd8BSbXZGfTLhfa5gPM1GV { width:1.875rem;height:1.875rem;top:51.124221801757rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PWsofg0TWHk3DyUH34MLBvTE1aOm0x { width:1.875rem;height:1.875rem;top:49.3125rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peZiOkXp7OTZPRs5eTUiZIqz8IugZmqx { width:1.875rem;height:1.875rem;top:47.4375rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUtE2NoyUa46gS7S1AmpXWGnJaydGbui { width:1.875rem;height:1.875rem;top:45.5625rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrkwR7P1RIChc14AXtK4DPuTT96MSesZ { width:1.875rem;height:1.875rem;top:43.625rem;left:3.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6omf9xiDJQGnuXaQPW3UlTlZeGWgTbT { top:12.849220275879rem;left:0rem;width:20rem;height:14.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/h4ufbX5a/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.adaptive-delivery-prevent-bg, #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.lazyload, #vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ.lazyloading { background-image: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { background-color: transparent; background-image: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #350b45; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container > .video-iframe-container { display: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #350b45; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row > .video-iframe-container { display: none; }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .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); }#vR8rHgsWUIvUQmAQVd24GTpGI1ZOSmuZ > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyUMg9DdQWstBwqzmWRebxga8ccuDi37 { width:20rem;height:2.4375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDIzggdJWtq0rikeU9vnByUlbFw1wtt { width:20rem;height:1.70625rem;top:10.35rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl9sQi0kaxO09PeCbSTX7RTeB0OWhang { width:19.3125rem;height:3.24978125rem;top:5.9rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxZEBTttzmvQZJJBMrfs46mnCEDnsy52 { top:16.805542945862rem;left:13.874132454395rem;width:6.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEF2rfxG8vpg8ul72tiIwmo3zNbU2xpk { display:block; }
 }@media only screen and (max-width: 763px) { #DoiDmsCgOfS8MdO9yBHComSvss85mGhy { top:16.803819656372rem;left:5.4374998211861rem;width:9.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDnwEVfut9b4z5adayvl6gePUiJ5fndb { display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #os0o6GLhEmeDyOs9raBRqIS3geRxIEB9 { width:20rem;height:5rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR3hS2ZwnbF7CP15hbTbVMECDC8wMard { width:20rem;height:5.2rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnXA64rF6aoc9W7l6vzwWJ7tqBB007UM { width:20rem;height:21.875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { width:19.5rem;height:1.6rem;top:39.9375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBhSTvGxlEcOstGNt6MVxcfCIk9Xc916 { width:20rem;height:0;top:42.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZ24Me6yvrmRpv7oE4AauhJlTk6VenSx { width:19.5rem;height:3.9rem;top:42.4375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHX2r8izcybxuN8t1FharBLMWL0qKrZL { width:1.9375rem;height:1.9375rem;top:46.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:19.0625rem;height:1.2rem;top:47.3125rem;left:0.1875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1fspATbVkHTc1QHwCEcTHV6qCBKmcMc { width:1.9375rem;height:1.9375rem;top:48.75rem;left:0.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVInqBsaJTH8VRfhcebl0K1XrtGsnE0u { width:20rem;height:0;top:49.03125rem;left:0rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTVVTt3Oh0nbgH2uZbZ25ZTxecvkWVIG { width:3.125rem;height:3.125rem;top:29rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }