.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:118,185,255;--color-primary-1:104,182,255;--color-primary-2:34,55,170;--color-primary-3:40,56,145;--color-primary-4:0,24,139;--color-secondary-0:255,233,219;--color-secondary-1:255,189,148;--color-secondary-2:255,145,77;--color-secondary-3:255,138,30;--color-secondary-4:51,29,15;--color-tertiary-0:255,255,255;--color-tertiary-1:104,182,255;--color-tertiary-2:62,109,153;--color-tertiary-3:40,56,145;--color-tertiary-4:5,14,137;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi { 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; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container { background-color: transparent; background-image: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container > .video-iframe-container { display: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row > .video-iframe-container { display: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .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); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container { border-width: 0; border-radius: 0; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#rzErQePc9c797bGMmttixFNiGtEvkExT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:4.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.3125rem;left:3.3125rem;display:block; }
#pmtSFgSW6IrI8oNKowOfAyV0pIevIvUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTVacyifeVZq5N5bbcSOglNzUIqM8kPE { position:absolute;display:block;z-index:14999;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:33.4375rem;width:20.875rem;top:0rem;left:39.125rem;overflow:hidden;display:block; }
#ya02D4FPeOE3Pcx7QzksOwVPZkNp68bu { position:absolute;display:block;z-index:15015;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:34.1875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VFD2C5bU5JTvDFJT8OD9onb0ll4zKii0 { position:absolute;display:block;z-index:14998;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:5.6875rem;width:60rem;top:33.4375rem;left:0rem;overflow:hidden;display:block; }
#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB { position:relative;display:block; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB { background-color: transparent; background-image: none; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row .container > .video-iframe-container { display: none; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row > .video-iframe-container { display: none; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .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); }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB { border-width: 0; border-radius: 0; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { color:rgba(var(--color-secondary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:7.5625rem;height:2.11230625rem;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; }
#LbkwoemWkSqMDFARomdg21Q1TqOZVh84 { color:rgba(var(--color-tertiary-3),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:3.3125rem;left:1.5625rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#QwigbudT5M1fGfEecTc2CiH9lloNehLi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:19.375rem;left:6.375rem;overflow:hidden;display:block; }
#qRgPQG0PAJyf6cdP5fkvbI8GGbJynqZ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:2;letter-spacing:0;top:11.1875rem;left:8.0625rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#ommatwlnAPn60UdbHmOgo23TM2VZFuIJ { box-sizing:content-box;height:7.75rem;width:44.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.875rem;left:7.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container { background-color: transparent; background-image: none; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container > .video-iframe-container { display: none; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row > .video-iframe-container { display: none; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .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); }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container { border-width: 0; border-radius: 0; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container { font-size:0.875rem;font-family:lato;height:186.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#PgoaxAysVRuFfkd2l8LZ0e9VVVtJVoxL { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:2;letter-spacing:0;top:14.4375rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#KUGJ4myLpw9gdvETTZAUQszNG7SLUcgq { color:rgba(var(--color-tertiary-3),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:12.5625rem;left:0rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NrBbWlr2fX3abw6Rbc9mTXF86UDMLnBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:2;letter-spacing:0;top:23.625rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qUXVOzD3lBmPArPiWrxnFRA1tau4vTTX { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:oswald;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.8125rem;height:6.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:177rem;left:7.59375rem;display:block; }
#X3O7VorVstJ4EU69CnpqLOukOTcKtfxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAH4kf9lHNOyi4XTR6W6ddKBNf4OyaVy { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:16.3125rem;top:8.375rem;left:43.5625rem;overflow:hidden;display:block; }
#GMHrpUDT2xwpB6SbGUlllN2bCmO9dUNV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:22.3125rem;left:2.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#u00S2KvgNERhzqvZVg48hOht2grLUVTB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.3125rem;left:2.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#o6a3RnxbToGN7RKMmFLl3ar6zL3Blzgv { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:2;letter-spacing:0;top:33.25rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OsLTxWOlVx7TL3ZO6TmflDSOQqhv8S8U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:40.8125rem;left:2.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#LuXnKMinSzEyL9lV33QC8oCK5aXAiHEv { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:2;letter-spacing:0;top:42.9375rem;left:0rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#gvLd9i62BhvKLR8a1kJAytbXF15yXxLB { position:absolute;display:block;z-index:15082;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:14.625rem;width:7.1875rem;top:17.875rem;left:45.625rem;overflow:hidden;display:block; }
#uvMmvKnSFgXfQM0eTbcP6oB1Rq6QDwnD { position:absolute;display:block;z-index:15086;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:14.0625rem;width:6.9375rem;top:19.5625rem;left:51.5rem;overflow:hidden;display:block; }
#PPQGFmqQ0RqyoTc69H7CQkwGPH4LXJft { color:rgba(var(--color-tertiary-3),1);display:block;width:42.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:50.9375rem;left:0rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EWAIFTZmRvMStTGADkrOyqpuwf1qdR3d { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.8;letter-spacing:0;top:53.4375rem;left:0rem;height:12.5986375rem;text-align:justify;text-align-last:initial;display:block; }
#IbtvC8BlJL9gkRvzQA99sHStLphk9N6L { position:absolute;display:block;z-index:15046;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:11.875rem;width:17.5rem;top:69.4375rem;left:32.1875rem;overflow:hidden;display:block; }
#DhdSqs0TAPSfcGyoHvweoOddmhk96WgJ { position:absolute;display:block;z-index:15079;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:16.5rem;width:11.25rem;top:124.8125rem;left:35.8125rem;overflow:hidden;display:block; }
#zJNh4awRrC6sJ36nuaWmprhHFR6iDeqG { color:rgba(var(--color-tertiary-3),1);display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:88.48828125rem;left:0rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N73W4UGsZv8EKdwmtObXBv7Iww7dDvTo { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:2;letter-spacing:0;top:91rem;left:0rem;height:10rem;display:block; }
#rOsfhTAVv9x908xRntxRNlsR3CZPliJ0 { position:absolute;display:block;z-index:15051;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:12.875rem;width:9.0625rem;top:90.375rem;left:39.375rem;overflow:hidden;display:block; }
#vw2c4GPhgudMbFAAbxrtpAucmd9qV5ri { position:absolute;display:block;z-index:15052;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:18.125rem;width:12.75rem;top:87.75rem;left:47.25rem;overflow:hidden;display:block; }
#JvrBFlAqey7eaO4ggEu9VWCeklqzNozE { position:absolute;display:block;z-index:15050;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:18.0625rem;width:12.8125rem;top:96.375rem;left:47.1875rem;overflow:hidden;display:block; }
#raonUklHcUamPNcr1zkO50lnDOoGOqH0 { 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:19rem;width:13.625rem;top:98.75rem;left:39.375rem;overflow:hidden;display:block; }
#U1haT5Ik0AlgFTPSeTSUm5BqDzts43Zl { color:rgba(var(--color-tertiary-3),1);display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:105.3125rem;left:0rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KFHlT2ZUXOZlVFckms43eroFfdwIAH3n { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:2;letter-spacing:0;top:107.6875rem;left:0rem;height:10rem;display:block; }
#GuFVn4B7Xl25z46oC6Ps1tzwFUGdAr3J { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:120.25rem;left:0rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lLMKKKnNcT5AeDIzh4PzW04mRdGyRFfu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:123.3125rem;left:0rem;height:14rem;display:block; }
#yahheyBRQc3ol7WwClrCXhUfor5CtfCV { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:21.5rem;left:0rem;overflow:hidden;display:block; }
#V4NTugRfsaNuRgXXhvOTz1ZCvOT13ouT { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:30.5rem;left:0rem;overflow:hidden;display:block; }
#ykuQtT3OdTWNm1U5koSxX8Taes1kZhpD { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:40rem;left:0rem;overflow:hidden;display:block; }
#zfCQ2sr64pVa4vkSUNZTA659X1XNOUwD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:166.5rem;left:10.375rem;overflow:hidden;display:block; }
#aCWeRlmpvlQt1JNBFTrRSiFNDvDe9yBQ { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.25rem;top:27.125rem;left:42.3125rem;overflow:hidden;display:block; }
#LRf8PMrTq9q9fa4tGvyIZ13VIRl1fg1S { position:absolute;display:block;z-index:15087;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:15.1875rem;width:7.8125rem;top:31.125rem;left:44.375rem;overflow:hidden;display:block; }
#GluTsxTiD0KEZztwnw3r7N9p2GswETZ8 { position:absolute;display:block;z-index:15065;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:14.125rem;width:7rem;top:12.4375rem;left:52.9375rem;overflow:hidden;display:block; }
#KJse85KRlbxD1fQnCLFmKdNTSOUR4RWu { position:absolute;display:block;z-index:15078;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:14.8125rem;width:28.4375rem;top:69.4375rem;left:0rem;overflow:hidden;display:block; }
#QzTl9dt2PgOVDtzbaJMcUfDzpLVFFRdi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:147.4375rem;left:0rem;height:18rem;display:block; }
#meUX1gd1wnpLHAce1AnU3Os4tCBA9Nvl { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:143.875rem;left:0rem;height:1.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k1mTMoTzDUxBEETaTQXasZEhqGBmQRSJ { position:absolute;display:block;z-index:15075;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:17.9375rem;width:12.4375rem;top:156.25rem;left:37.1875rem;overflow:hidden;display:block; }
#QyQzZHDIyq7ft7gy7dTPmKdLyOHUx8da { position:absolute;display:block;z-index:15072;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:16.375rem;width:11.5rem;top:146.4375rem;left:35.5rem;overflow:hidden;display:block; }
#pqQTdaQAIH5Z9CtNL6eqffk4dXZcCG0R { position:absolute;display:block;z-index:15073;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:17.6875rem;width:12.25rem;top:145.125rem;left:46.9375rem;overflow:hidden;display:block; }
#tU8KT5KTNWsCcrw62OnCOB1GkJ7tAzrW { position:absolute;display:block;z-index:15074;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:16.625rem;width:11.5625rem;top:154.8125rem;left:46.9375rem;overflow:hidden;display:block; }
#hrdfVDoWiZOFcAAalGlB8THUHIOv6iZk { position:absolute;display:block;z-index:15076;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:18rem;width:8.0625rem;top:66.75rem;left:50.1875rem;overflow:hidden;display:block; }
#sr7iV6JalrKmWyF84JSGD8T8rBmWt7si { position:absolute;display:block;z-index:15080;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:16.8125rem;width:8.0625rem;top:67.75rem;left:23.0625rem;overflow:hidden;display:block; }
#FA7HEHVCo6IGIqtvkTHU9wkfbVZ6CeNK { position:absolute;display:block;z-index:15081;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:15.625rem;width:10.6875rem;top:125.25rem;left:48.375rem;overflow:hidden;display:block; }
#IKlC8DMCViRIfnLLCIh6moweyXEiXbws { color:rgba(var(--color-tertiary-3),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.28857421875rem;left:3.6875rem;height:6.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y2fOym18eCd7FnIcfS9Z2QJTKaZcBBoG { position:absolute;display:block;z-index:15086;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:15.5rem;width:7.6875rem;top:30.4375rem;left:52.25rem;overflow:hidden;display:block; }
#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 { 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; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container { background-color: transparent; background-image: none; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container > .video-iframe-container { display: none; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row > .video-iframe-container { display: none; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .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); }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container { border-width: 0; border-radius: 0; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:block; }#aeBFcMDvq5l7y12wrG3Zonsk8UQoyVtM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:34.125rem;width:22.125rem;top:9.6875rem;left:30.8125rem;display:block; }
#BXNZhQn6ADeJiNreALpKE5Cn5d3rBMBK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.875rem;left:33.0625rem;display:block; }
#y8pJdl81vI5Og1kio3rw58b1Lxg78MmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F805aFE0ZSzwEeSKggGtK7Kr0CCGnxSR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:28.75rem;width:20.4375rem;top:12.8125rem;left:8.125rem;display:block; }
#ZT0bVAhX98Atn5UcIgSTGEydeuQiZmkm { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:28.125rem;left:10.53125rem;display:block; }
#yFZmI3DfeLq8EvohfK0Urs0QWC61U18k { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:28.8125rem;left:8.59375rem;height:7.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yFZmI3DfeLq8EvohfK0Urs0QWC61U18k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yFZmI3DfeLq8EvohfK0Urs0QWC61U18k li:before{  }
#ZN1THy2lCMsLIh9avIIAnRFdg5UsXoLU { color:rgba(var(--color-tertiary-3),1);display:block;width:8.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.12109375rem;left:40rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FCIDV1HPkCZHTMi7CFq6NctAwcrfE7kz { color:rgba(var(--color-tertiary-3),1);display:block;width:7.875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5771484375rem;left:33.125rem;height:5.4433625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vPyyrbxWKdgoMXKH5XAbrJLX7RGWMSDG { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:28rem;left:33.1875rem;display:block; }
#HyySPIyp7kNMhPTCupv8dFRTfSeAQg2h { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.875rem;left:10.53125rem;display:block; }
#kzHBa8WE61evQoH4ysDu3dSM6KLFqyFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uL4Eq9Zy3puy2rGBOvHBIEbQuDuI02g2 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6015625rem;left:11.03125rem;height:5.0371125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fQDeK8FZkp10MdwpkQmCRdCRlqN79CAn { color:rgba(var(--color-tertiary-1),1);display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.12109375rem;left:18.53125rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kBCU6wG4TE2VRXse3W6xze04e6KeXvCA { color:rgba(var(--color-tertiary-1),1);display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.5771484375rem;left:10.09375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VK4wG8VyTf0yUm8eu5q7kNw0m8o8FHEg { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:9.6875rem;left:30.875rem;display:block; }
#dxgpfFMdwGFeTDtZdTWAZMTTEvuPfv9a { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:9.943359375rem;left:34.8125rem;height:1.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T2exgxqoTPcL8HKH7mQFGJqU63Rdpgf7 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:13.4140625rem;left:33.78125rem;height:5.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TxHhTkuH7zLfFGgfzCMHp2mvXDkT5nkT { color:rgba(var(--color-tertiary-3),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.3125rem;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;text-align:center;text-align-last:center;display:block; }
#pCCuhXcHtF2uc0BEeJ7BONGoLCV8D1c1 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.0830078125rem;left:9.4375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GhqJRF3nseOi1oHkLN4oUaLWPw9Qp1tk { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.0205078125rem;left:33.75rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B5xQ7nkumCaSJHVHpoeE7HyACRnd9vde { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:34.125rem;width:22.125rem;top:9.6875rem;left:7.15625rem;display:block; }
#FZnZzBWww88QmAofTsFI4O0wVgpQ6MvW { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.4375rem;top:9.6875rem;left:7.09375rem;display:block; }
#khDqfq1F04D5yb6i8kDQVa3VFbcobrIf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:9.943359375rem;left:7.28125rem;height:1.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ukwQE7CLCcrygNCT847HRHRZVwFAyosV { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:28.8125rem;left:32.25rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ukwQE7CLCcrygNCT847HRHRZVwFAyosV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ukwQE7CLCcrygNCT847HRHRZVwFAyosV li:before{  }
#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR { position:relative;display:block; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR { background-color: transparent; background-image: none; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row .container > .video-iframe-container { display: none; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row > .video-iframe-container { display: none; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .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); }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR { border-width: 0; border-radius: 0; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK { color:rgba(var(--color-tertiary-0),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:5.2451171875rem;left:3.28125rem;height:21.625rem;text-align:left;text-align-last:left;display:block; }#cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK li:before{  }
#i7BWvL1JL2nzcCdrMIXgK8oczQkp9XnG { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#haWzcMX1IapZoW9SSwrw7mSb168WDaTF { position:absolute;display:block;z-index:15035;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:18.0625rem;width:25.8125rem;top:7.7451171875rem;left:34.1875rem;overflow:hidden;display:block; }
#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe { position:relative;display:block; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe { background-color: transparent; background-image: none; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row .container > .video-iframe-container { display: none; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row > .video-iframe-container { display: none; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .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); }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe { border-width: 0; border-radius: 0; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qKN9AbVy6CZEVwMMlf3qAQuvZ9JdODbC { color:#063990;display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:2;letter-spacing:0;top:2.25rem;left:2.78125rem;height:14.25rem;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { position:relative;display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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(0,0,0,0); }#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 { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#arzK17soJTEEFM86AgGIRQJuk2QXN934 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.6875rem;height:7.7988125rem;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; }
#MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { box-sizing:content-box;color:#ffd300;font-size:3.75rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1rem;left:32.5625rem;display:block; }
#xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { box-sizing:content-box;color:#ffd300;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:1.0625rem;left:37.9375rem;display:block; }
#dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { box-sizing:content-box;color:#ffd300;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.125rem;left:27.4375rem;display:block; }
#RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { box-sizing:content-box;color:#ffd300;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:1.125rem;left:17rem;display:block; }
#AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { box-sizing:content-box;color:#ffd300;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:1.0625rem;left:22.1875rem;display:block; }
#s1LkXAr8BDkaxlgNvygBiDz98NF9Jzdz { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28rem;left:5.0625rem;display:block; }
#QzGowC7wBIo32C1U169TkkDZAbuXT1LI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMeBZORxGftLAmiNrhikSUB6AJexuCrT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.998046875rem;left:0rem;height:1.625rem;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; }
#aDBOFR1xg4ZtBB93TgbUPA3BAZpCcfXk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:34.8125rem;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; }
#V50W19IOx3fxECBmpttuq6WwqRJds4hy { box-sizing:content-box;height:27.3125rem;width:22.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.56);background-image:none;top:8rem;left:34.625rem;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }
#CvDGxvygiKGQwDLx38PpegnT7uhHTMt1 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28rem;left:38.40625rem;display:block; }
#ZPfWvUnGpQmgZMe1HILHy4QZ1XLQCTwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlD43H1QVvPOCwuc4qMCvPRsxws6dLqr { box-sizing:content-box;height:27.5rem;width:22.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.59);background-image:none;top:7.875rem;left:3.625rem;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }
#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container { background-color: transparent; background-image: none; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container > .video-iframe-container { display: none; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row > .video-iframe-container { display: none; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .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); }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container { border-width: 0; border-radius: 0; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container { font-size:0.875rem;font-family:lato;height:5.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#vPGvlVds5IW0IUT4FTePWU3aQL1XrW9F { color:#808080;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:4.0625rem;left:26.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#N4rBxKD18TMgPRnZdd5BobR3rQSmrkCF { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:0rem;display:block; }
#UGEuzrixIJAb6qBxitrgQd0HU8Eo2zvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhAAP1aDegMBvAATrMaKeR3KxzeuyUaL { background-color:transparent;background-image:none;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:1.65625rem;left:10.6875rem;display:block; }
#WX22P4tNJRVgRMI4oDtADshyqUJrLcrD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iPUPqVyXgP0AaPAwcxgVELsPmdb97efz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.5rem;top:0rem;left:53.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi { display:block; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzErQePc9c797bGMmttixFNiGtEvkExT { width:20.25rem;height:4.25rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtSFgSW6IrI8oNKowOfAyV0pIevIvUU { display:block; }
 }@media only screen and (max-width: 763px) { #tTVacyifeVZq5N5bbcSOglNzUIqM8kPE { top:0rem;left:26.875rem;width:20.875rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya02D4FPeOE3Pcx7QzksOwVPZkNp68bu { top:0rem;left:0rem;width:47.75rem;height:27.207552083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFD2C5bU5JTvDFJT8OD9onb0ll4zKii0 { top:33.4375rem;left:0rem;width:47.75rem;height:4.5263020833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzpVKcSuIi75tL1QvBNszoDge5CRAUUB { display:block; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:47.75rem;height:2.0625rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbkwoemWkSqMDFARomdg21Q1TqOZVh84 { top:3.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwigbudT5M1fGfEecTc2CiH9lloNehLi { top:19.375rem;left:0.25rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgPQG0PAJyf6cdP5fkvbI8GGbJynqZ2 { top:11.1875rem;left:1.9375rem;width:43.6875rem;height:7.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ommatwlnAPn60UdbHmOgo23TM2VZFuIJ { top:10.875rem;left:1.4375rem;width:44.625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d { display:block; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgoaxAysVRuFfkd2l8LZ0e9VVVtJVoxL { top:14.4375rem;left:0rem;width:44.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUGJ4myLpw9gdvETTZAUQszNG7SLUcgq { top:12.5625rem;left:0rem;width:38.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBbWlr2fX3abw6Rbc9mTXF86UDMLnBJ { top:23.625rem;left:0rem;width:42.875rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUXVOzD3lBmPArPiWrxnFRA1tau4vTTX { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3O7VorVstJ4EU69CnpqLOukOTcKtfxd { display:block; }
 }@media only screen and (max-width: 763px) { #vAH4kf9lHNOyi4XTR6W6ddKBNf4OyaVy { top:8.375rem;left:31.4375rem;width:16.3125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMHrpUDT2xwpB6SbGUlllN2bCmO9dUNV { top:22.3125rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00S2KvgNERhzqvZVg48hOht2grLUVTB { top:31.3125rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6a3RnxbToGN7RKMmFLl3ar6zL3Blzgv { top:33.25rem;left:0rem;width:43.125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLTxWOlVx7TL3ZO6TmflDSOQqhv8S8U { top:40.8125rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuXnKMinSzEyL9lV33QC8oCK5aXAiHEv { top:42.9375rem;left:0rem;width:43.125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvLd9i62BhvKLR8a1kJAytbXF15yXxLB { top:17.875rem;left:39.5rem;width:7.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvMmvKnSFgXfQM0eTbcP6oB1Rq6QDwnD { top:19.5625rem;left:40.8125rem;width:6.9375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPQGFmqQ0RqyoTc69H7CQkwGPH4LXJft { top:50.9375rem;left:0rem;width:42.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAIFTZmRvMStTGADkrOyqpuwf1qdR3d { top:53.4375rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtvC8BlJL9gkRvzQA99sHStLphk9N6L { top:69.4375rem;left:26.0625rem;width:17.5rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhdSqs0TAPSfcGyoHvweoOddmhk96WgJ { top:124.8125rem;left:29.6875rem;width:11.25rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJNh4awRrC6sJ36nuaWmprhHFR6iDeqG { top:88.4375rem;left:0rem;width:44rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73W4UGsZv8EKdwmtObXBv7Iww7dDvTo { top:91rem;left:0rem;width:37.1875rem;height:10rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOsfhTAVv9x908xRntxRNlsR3CZPliJ0 { top:90.375rem;left:33.25rem;width:9.0625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw2c4GPhgudMbFAAbxrtpAucmd9qV5ri { top:87.75rem;left:35rem;width:12.75rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrBFlAqey7eaO4ggEu9VWCeklqzNozE { top:96.375rem;left:34.9375rem;width:12.8125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raonUklHcUamPNcr1zkO50lnDOoGOqH0 { top:98.75rem;left:33.25rem;width:13.625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1haT5Ik0AlgFTPSeTSUm5BqDzts43Zl { top:105.3125rem;left:0rem;width:41.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFHlT2ZUXOZlVFckms43eroFfdwIAH3n { top:107.6875rem;left:0rem;width:38.625rem;height:10rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuFVn4B7Xl25z46oC6Ps1tzwFUGdAr3J { top:120.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLMKKKnNcT5AeDIzh4PzW04mRdGyRFfu { top:123.3125rem;left:0rem;width:34.0625rem;height:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yahheyBRQc3ol7WwClrCXhUfor5CtfCV { top:21.5rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NTugRfsaNuRgXXhvOTz1ZCvOT13ouT { top:30.5rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykuQtT3OdTWNm1U5koSxX8Taes1kZhpD { top:40rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfCQ2sr64pVa4vkSUNZTA659X1XNOUwD { top:166.5rem;left:4.25rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCWeRlmpvlQt1JNBFTrRSiFNDvDe9yBQ { top:27.125rem;left:36.1875rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRf8PMrTq9q9fa4tGvyIZ13VIRl1fg1S { top:31.125rem;left:38.25rem;width:7.8125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GluTsxTiD0KEZztwnw3r7N9p2GswETZ8 { top:12.4375rem;left:40.75rem;width:7rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJse85KRlbxD1fQnCLFmKdNTSOUR4RWu { top:69.4375rem;left:0rem;width:28.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTl9dt2PgOVDtzbaJMcUfDzpLVFFRdi { top:147.4375rem;left:0rem;width:35.5625rem;height:18rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUX1gd1wnpLHAce1AnU3Os4tCBA9Nvl { top:143.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1mTMoTzDUxBEETaTQXasZEhqGBmQRSJ { top:156.25rem;left:31.0625rem;width:12.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQzZHDIyq7ft7gy7dTPmKdLyOHUx8da { top:146.4375rem;left:29.375rem;width:11.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQTdaQAIH5Z9CtNL6eqffk4dXZcCG0R { top:145.125rem;left:35.5rem;width:12.25rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8KT5KTNWsCcrw62OnCOB1GkJ7tAzrW { top:154.8125rem;left:36.1875rem;width:11.5625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrdfVDoWiZOFcAAalGlB8THUHIOv6iZk { top:66.75rem;left:39.6875rem;width:8.0625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr7iV6JalrKmWyF84JSGD8T8rBmWt7si { top:67.75rem;left:16.9375rem;width:8.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA7HEHVCo6IGIqtvkTHU9wkfbVZ6CeNK { top:125.25rem;left:37.0625rem;width:10.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKlC8DMCViRIfnLLCIh6moweyXEiXbws { top:2.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2fOym18eCd7FnIcfS9Z2QJTKaZcBBoG { top:30.4375rem;left:40.0625rem;width:7.6875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 { display:block; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeBFcMDvq5l7y12wrG3Zonsk8UQoyVtM { top:9.6875rem;left:23.875rem;width:22.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNZhQn6ADeJiNreALpKE5Cn5d3rBMBK { width:17.875rem;height:4.0625rem;top:38.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pJdl81vI5Og1kio3rw58b1Lxg78MmA { display:block; }
 }@media only screen and (max-width: 763px) { #F805aFE0ZSzwEeSKggGtK7Kr0CCGnxSR { top:12.8125rem;left:3.4375rem;width:20.4375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0bVAhX98Atn5UcIgSTGEydeuQiZmkm { top:28.125rem;left:7.46875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFZmI3DfeLq8EvohfK0Urs0QWC61U18k { width:19.5rem;height:;top:28.8125rem;left:4.375rem;font-size:0.9375rem;display:block; }#yFZmI3DfeLq8EvohfK0Urs0QWC61U18k li:before{  }
 }@media only screen and (max-width: 763px) { #ZN1THy2lCMsLIh9avIIAnRFdg5UsXoLU { width:8.875rem;height:2.3125rem;top:20.0625rem;left:30.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIDV1HPkCZHTMi7CFq6NctAwcrfE7kz { width:7.875rem;height:;top:18.5625rem;left:23.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPyyrbxWKdgoMXKH5XAbrJLX7RGWMSDG { top:28rem;left:24rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyySPIyp7kNMhPTCupv8dFRTfSeAQg2h { width:15.625rem;height:3.875rem;top:38.875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHBa8WE61evQoH4ysDu3dSM6KLFqyFS { display:block; }
 }@media only screen and (max-width: 763px) { #uL4Eq9Zy3puy2rGBOvHBIEbQuDuI02g2 { width:14.625rem;height:5rem;top:13.5625rem;left:7.96875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQDeK8FZkp10MdwpkQmCRdCRlqN79CAn { width:7.6875rem;height:2.3125rem;top:20.0625rem;left:15.46875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBCU6wG4TE2VRXse3W6xze04e6KeXvCA { width:8.875rem;height:;top:18.5625rem;left:7.03125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK4wG8VyTf0yUm8eu5q7kNw0m8o8FHEg { width:22.25rem;height:2.3125rem;top:9.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxgpfFMdwGFeTDtZdTWAZMTTEvuPfv9a { width:14.375rem;height:1.75rem;top:9.9375rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2exgxqoTPcL8HKH7mQFGJqU63Rdpgf7 { width:16.4375rem;height:5.1875rem;top:13.375rem;left:24.59375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxHhTkuH7zLfFGgfzCMHp2mvXDkT5nkT { width:47.75rem;height:7.3125rem;top:0rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCuhXcHtF2uc0BEeJ7BONGoLCV8D1c1 { width:17.8125rem;height:;top:24.0625rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhqJRF3nseOi1oHkLN4oUaLWPw9Qp1tk { width:16.5rem;height:;top:24rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5xQ7nkumCaSJHVHpoeE7HyACRnd9vde { top:9.6875rem;left:1.5rem;width:22.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZnZzBWww88QmAofTsFI4O0wVgpQ6MvW { width:22.4375rem;height:2.3125rem;top:9.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khDqfq1F04D5yb6i8kDQVa3VFbcobrIf { width:22.125rem;height:1.75rem;top:9.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukwQE7CLCcrygNCT847HRHRZVwFAyosV { width:19.5rem;height:;top:28.8125rem;left:23.875rem;font-size:0.9375rem;display:block; }#ukwQE7CLCcrygNCT847HRHRZVwFAyosV li:before{  }
 }@media only screen and (max-width: 763px) { #VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR { display:block; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }#cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK li:before{  }
 }@media only screen and (max-width: 763px) { #i7BWvL1JL2nzcCdrMIXgK8oczQkp9XnG { width:47.75rem;height:;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haWzcMX1IapZoW9SSwrw7mSb168WDaTF { top:7.6875rem;left:21.9375rem;width:25.8125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwuIAfwmlbEipxS38hnhPfm4atDbXHMe { display:block; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKN9AbVy6CZEVwMMlf3qAQuvZ9JdODbC { top:2.25rem;left:0rem;width:47.75rem;height:14.25rem;font-size:0.875rem;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:22.1875rem;height:7.75rem;top:11.125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { width:5.4375rem;height:5.4375rem;top:1rem;left:23.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { width:5.3125rem;height:5.3125rem;top:1.0625rem;left:28.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { width:5.1875rem;height:5.1875rem;top:1.125rem;left:18.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { width:5.25rem;height:5.25rem;top:1.125rem;left:13.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { width:5.3125rem;height:5.3125rem;top:1.0625rem;left:18.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1LkXAr8BDkaxlgNvygBiDz98NF9Jzdz { width:19.4375rem;height:4.125rem;top:28rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzGowC7wBIo32C1U169TkkDZAbuXT1LI { display:block; }
 }@media only screen and (max-width: 763px) { #MMeBZORxGftLAmiNrhikSUB6AJexuCrT { width:29.9375rem;height:1.625rem;top:22.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBOFR1xg4ZtBB93TgbUPA3BAZpCcfXk { width:22.25rem;height:;top:11.125rem;left:25.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50W19IOx3fxECBmpttuq6WwqRJds4hy { top:8rem;left:25.125rem;width:22.625rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvDGxvygiKGQwDLx38PpegnT7uhHTMt1 { width:15.0625rem;height:4.125rem;top:28rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfWvUnGpQmgZMe1HILHy4QZ1XLQCTwN { display:block; }
 }@media only screen and (max-width: 763px) { #zlD43H1QVvPOCwuc4qMCvPRsxws6dLqr { top:7.875rem;left:0.5625rem;width:22.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk { display:block; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPGvlVds5IW0IUT4FTePWU3aQL1XrW9F { top:4.0625rem;left:16.4375rem;width:31.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4rBxKD18TMgPRnZdd5BobR3rQSmrkCF { width:9.375rem;height:3.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGEuzrixIJAb6qBxitrgQd0HU8Eo2zvd { display:block; }
 }@media only screen and (max-width: 763px) { #ZhAAP1aDegMBvAATrMaKeR3KxzeuyUaL { width:9.375rem;height:3.75rem;top:1.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX22P4tNJRVgRMI4oDtADshyqUJrLcrD { display:block; }
 }@media only screen and (max-width: 763px) { #iPUPqVyXgP0AaPAwcxgVELsPmdb97efz { width:6.5rem;height:5.375rem;top:0rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi.adaptive-delivery-prevent-bg, #IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi.lazyload, #IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi.lazyloading { background-image: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container { background-color: transparent; background-image: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container > .video-iframe-container { display: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row > .video-iframe-container { display: none; }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .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); }#IDW0X7zAZWtu4iWuJ2cLwKraFySxXTCi > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzErQePc9c797bGMmttixFNiGtEvkExT { width:6.375rem;height:1.75rem;top:6.408203125rem;left:1.15673828125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmtSFgSW6IrI8oNKowOfAyV0pIevIvUU { display:block; }
 }@media only screen and (max-width: 763px) { #tTVacyifeVZq5N5bbcSOglNzUIqM8kPE { width:6.9375rem;height:11.1875rem;top:0rem;left:12.906738507914rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya02D4FPeOE3Pcx7QzksOwVPZkNp68bu { width:20rem;height:11.3955rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFD2C5bU5JTvDFJT8OD9onb0ll4zKii0 { width:20rem;height:1.75rem;top:11.176370872641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzpVKcSuIi75tL1QvBNszoDge5CRAUUB { display:block; }#UzpVKcSuIi75tL1QvBNszoDge5CRAUUB > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udv1KZZnDTcaqIw26TcxZgC2eMbnTE3W { width:14.8125rem;height:2.76171875rem;top:16rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbkwoemWkSqMDFARomdg21Q1TqOZVh84 { width:20rem;height:6rem;top:0.5625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QwigbudT5M1fGfEecTc2CiH9lloNehLi { width:3.75rem;height:3.75rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgPQG0PAJyf6cdP5fkvbI8GGbJynqZ2 { width:15.9375rem;height:5rem;top:8.625rem;left:2.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ommatwlnAPn60UdbHmOgo23TM2VZFuIJ { width:17.9375rem;height:6.4375rem;top:7.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d { display:block; }#CS1lbUR5ISwd7nmpWtZZCePUlTsIrF9d > .row .container { width:20rem;height:290.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgoaxAysVRuFfkd2l8LZ0e9VVVtJVoxL { width:20rem;height:10.5rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUGJ4myLpw9gdvETTZAUQszNG7SLUcgq { width:20rem;height:1.2749rem;top:5.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBbWlr2fX3abw6Rbc9mTXF86UDMLnBJ { width:20rem;height:8.125rem;top:43.1875rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qUXVOzD3lBmPArPiWrxnFRA1tau4vTTX { width:18.0625rem;height:3.6875rem;top:284.5rem;left:0.96875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3O7VorVstJ4EU69CnpqLOukOTcKtfxd { display:block; }
 }@media only screen and (max-width: 763px) { #vAH4kf9lHNOyi4XTR6W6ddKBNf4OyaVy { width:10.5625rem;height:8.875rem;top:18.9375rem;left:0rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #GMHrpUDT2xwpB6SbGUlllN2bCmO9dUNV { width:16.1875rem;height:1.29980625rem;top:41.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00S2KvgNERhzqvZVg48hOht2grLUVTB { width:16.1875rem;height:1.29980625rem;top:52.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6a3RnxbToGN7RKMmFLl3ar6zL3Blzgv { width:20rem;height:8.125rem;top:54.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLTxWOlVx7TL3ZO6TmflDSOQqhv8S8U { width:16.1875rem;height:1.29980625rem;top:63.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuXnKMinSzEyL9lV33QC8oCK5aXAiHEv { width:20rem;height:8.125rem;top:65.3125rem;left:0rem;font-size:0.8125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #gvLd9i62BhvKLR8a1kJAytbXF15yXxLB { width:6.0625rem;height:12.375rem;top:26.25rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvMmvKnSFgXfQM0eTbcP6oB1Rq6QDwnD { width:5.8125rem;height:11.875rem;top:26.5rem;left:0.96875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PPQGFmqQ0RqyoTc69H7CQkwGPH4LXJft { width:20rem;height:2.54980625rem;top:75.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAIFTZmRvMStTGADkrOyqpuwf1qdR3d { width:20rem;height:23.3984625rem;top:78.8125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #IbtvC8BlJL9gkRvzQA99sHStLphk9N6L { width:13.75rem;height:9.25rem;top:105.1875rem;left:2.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #DhdSqs0TAPSfcGyoHvweoOddmhk96WgJ { width:8.4375rem;height:12.75rem;top:216.75rem;left:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #zJNh4awRrC6sJ36nuaWmprhHFR6iDeqG { width:19.125rem;height:2.54980625rem;top:129rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N73W4UGsZv8EKdwmtObXBv7Iww7dDvTo { width:20rem;height:13rem;top:132.375rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rOsfhTAVv9x908xRntxRNlsR3CZPliJ0 { width:7.9375rem;height:11.3125rem;top:164rem;left:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vw2c4GPhgudMbFAAbxrtpAucmd9qV5ri { width:10.25rem;height:14.5625rem;top:158.5rem;left:8rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #JvrBFlAqey7eaO4ggEu9VWCeklqzNozE { width:10.1875rem;height:14.3125rem;top:149.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raonUklHcUamPNcr1zkO50lnDOoGOqH0 { width:11.75rem;height:16.375rem;top:147.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1haT5Ik0AlgFTPSeTSUm5BqDzts43Zl { width:16.1875rem;height:2.54980625rem;top:177.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFHlT2ZUXOZlVFckms43eroFfdwIAH3n { width:20rem;height:13rem;top:180.25rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GuFVn4B7Xl25z46oC6Ps1tzwFUGdAr3J { width:18.75rem;height:2.54980625rem;top:195rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLMKKKnNcT5AeDIzh4PzW04mRdGyRFfu { width:20rem;height:16.25rem;top:198.8125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yahheyBRQc3ol7WwClrCXhUfor5CtfCV { width:2.9375rem;height:2.9375rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NTugRfsaNuRgXXhvOTz1ZCvOT13ouT { width:2.9375rem;height:2.9375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykuQtT3OdTWNm1U5koSxX8Taes1kZhpD { width:2.9375rem;height:2.9375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfCQ2sr64pVa4vkSUNZTA659X1XNOUwD { width:3.25rem;height:3.25rem;top:203.625rem;left:4.8125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aCWeRlmpvlQt1JNBFTrRSiFNDvDe9yBQ { width:6.5625rem;height:2.375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRf8PMrTq9q9fa4tGvyIZ13VIRl1fg1S { width:5.3125rem;height:10.5625rem;top:18.9375rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GluTsxTiD0KEZztwnw3r7N9p2GswETZ8 { width:5.5rem;height:11.1875rem;top:17.78125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJse85KRlbxD1fQnCLFmKdNTSOUR4RWu { width:17.9375rem;height:9.0625rem;top:117.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTl9dt2PgOVDtzbaJMcUfDzpLVFFRdi { width:20rem;height:21.125rem;top:233.8125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #meUX1gd1wnpLHAce1AnU3Os4tCBA9Nvl { width:20rem;height:1.2749rem;top:231.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1mTMoTzDUxBEETaTQXasZEhqGBmQRSJ { width:8.6875rem;height:12.8125rem;top:256.0625rem;left:1.5625rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #QyQzZHDIyq7ft7gy7dTPmKdLyOHUx8da { width:8.6875rem;height:12.625rem;top:256.1875rem;left:10.0625rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #pqQTdaQAIH5Z9CtNL6eqffk4dXZcCG0R { width:8.6875rem;height:12.5625rem;top:268.9375rem;left:1.25rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #tU8KT5KTNWsCcrw62OnCOB1GkJ7tAzrW { width:8.5625rem;height:12.375rem;top:268.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrdfVDoWiZOFcAAalGlB8THUHIOv6iZk { width:6.5rem;height:15.25rem;top:106.1103515625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr7iV6JalrKmWyF84JSGD8T8rBmWt7si { width:6.5rem;height:13.75rem;top:107.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA7HEHVCo6IGIqtvkTHU9wkfbVZ6CeNK { width:8.4375rem;height:12.625rem;top:216.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKlC8DMCViRIfnLLCIh6moweyXEiXbws { width:20rem;height:2.25rem;top:2.0927734375rem;left:0rem;font-size:0.9375rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2fOym18eCd7FnIcfS9Z2QJTKaZcBBoG { width:6.25rem;height:12.75rem;top:26.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 { display:block; }#LKyUuaf7ctN3zhiCz3658ZVnyWQWoQS8 > .row .container { width:20rem;height:91.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeBFcMDvq5l7y12wrG3Zonsk8UQoyVtM { width:19.75rem;height:30.5625rem;top:49.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #BXNZhQn6ADeJiNreALpKE5Cn5d3rBMBK { width:15.625rem;height:4.0625rem;top:73.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pJdl81vI5Og1kio3rw58b1Lxg78MmA { display:block; }
 }@media only screen and (max-width: 763px) { #F805aFE0ZSzwEeSKggGtK7Kr0CCGnxSR { width:20rem;height:32rem;top:11.9375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0bVAhX98Atn5UcIgSTGEydeuQiZmkm { width:15.625rem;height:0.125rem;top:26.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFZmI3DfeLq8EvohfK0Urs0QWC61U18k { width:17.3125rem;height:9.0625rem;top:28.375rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#yFZmI3DfeLq8EvohfK0Urs0QWC61U18k li:before{  }
 }@media only screen and (max-width: 763px) { #ZN1THy2lCMsLIh9avIIAnRFdg5UsXoLU { width:7.875rem;height:2.35595625rem;top:56.125rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FCIDV1HPkCZHTMi7CFq6NctAwcrfE7kz { width:7.875rem;height:4.46875rem;top:55.068359375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vPyyrbxWKdgoMXKH5XAbrJLX7RGWMSDG { width:15.625rem;height:0.125rem;top:62.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyySPIyp7kNMhPTCupv8dFRTfSeAQg2h { width:15.625rem;height:3.875rem;top:38.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHBa8WE61evQoH4ysDu3dSM6KLFqyFS { display:block; }
 }@media only screen and (max-width: 763px) { #uL4Eq9Zy3puy2rGBOvHBIEbQuDuI02g2 { width:14.5625rem;height:5.0371125rem;top:14.4375rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fQDeK8FZkp10MdwpkQmCRdCRlqN79CAn { width:7.5625rem;height:2.35595625rem;top:20.8125rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kBCU6wG4TE2VRXse3W6xze04e6KeXvCA { width:5.625rem;height:4.46875rem;top:18.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VK4wG8VyTf0yUm8eu5q7kNw0m8o8FHEg { width:20rem;height:2.3125rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxgpfFMdwGFeTDtZdTWAZMTTEvuPfv9a { width:20rem;height:1.79980625rem;top:47.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T2exgxqoTPcL8HKH7mQFGJqU63Rdpgf7 { width:14.5625rem;height:4.3994125rem;top:50.732421875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TxHhTkuH7zLfFGgfzCMHp2mvXDkT5nkT { width:20rem;height:3.0058625rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCCuhXcHtF2uc0BEeJ7BONGoLCV8D1c1 { width:19.75rem;height:1.625rem;top:23.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GhqJRF3nseOi1oHkLN4oUaLWPw9Qp1tk { width:16.5rem;height:1.625rem;top:59.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #B5xQ7nkumCaSJHVHpoeE7HyACRnd9vde { width:19.75rem;height:34.125rem;top:9.625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FZnZzBWww88QmAofTsFI4O0wVgpQ6MvW { width:20rem;height:2.3125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khDqfq1F04D5yb6i8kDQVa3VFbcobrIf { width:20rem;height:1.79980625rem;top:9.880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ukwQE7CLCcrygNCT847HRHRZVwFAyosV { width:19.5rem;height:9.375rem;top:63.1875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#ukwQE7CLCcrygNCT847HRHRZVwFAyosV li:before{  }
 }@media only screen and (max-width: 763px) { #VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR { display:block; }#VOvoid1MuviPZ9pyxExvFGSB7XKuD6uR > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK { width:19rem;height:13.75rem;top:6.90625rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#cAIDN3aNoNlsiE6TBmk5pT5RFd8rdKJK li:before{  }
 }@media only screen and (max-width: 763px) { #i7BWvL1JL2nzcCdrMIXgK8oczQkp9XnG { width:20rem;height:4.0625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haWzcMX1IapZoW9SSwrw7mSb168WDaTF { width:20rem;height:13.8125rem;top:22.60693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwuIAfwmlbEipxS38hnhPfm4atDbXHMe { display:block; }#xwuIAfwmlbEipxS38hnhPfm4atDbXHMe > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKN9AbVy6CZEVwMMlf3qAQuvZ9JdODbC { width:19.5625rem;height:21rem;top:3rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:17.875rem;height:7.3125rem;top:7.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { width:2.125rem;height:2.125rem;top:0.9375rem;left:4.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { width:2.125rem;height:2.125rem;top:0.9375rem;left:6.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { width:2.125rem;height:2.125rem;top:0.9375rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { width:2.125rem;height:2.125rem;top:0.9375rem;left:11.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { width:2.125rem;height:2.125rem;top:0.9375rem;left:13.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1LkXAr8BDkaxlgNvygBiDz98NF9Jzdz { width:17.125rem;height:3.625rem;top:19.875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzGowC7wBIo32C1U169TkkDZAbuXT1LI { display:block; }
 }@media only screen and (max-width: 763px) { #MMeBZORxGftLAmiNrhikSUB6AJexuCrT { width:20rem;height:1.13720625rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #aDBOFR1xg4ZtBB93TgbUPA3BAZpCcfXk { width:17.8125rem;height:7.1484375rem;top:34.4375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V50W19IOx3fxECBmpttuq6WwqRJds4hy { width:18.6875rem;height:20.6875rem;top:30.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvDGxvygiKGQwDLx38PpegnT7uhHTMt1 { width:13rem;height:3.8125rem;top:43.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPfWvUnGpQmgZMe1HILHy4QZ1XLQCTwN { display:block; }
 }@media only screen and (max-width: 763px) { #zlD43H1QVvPOCwuc4qMCvPRsxws6dLqr { width:18.75rem;height:20.75rem;top:6.01171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk { display:block; }#m5V0PJB2KkuJe83lFXUtTJCwToy4oKJk > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPGvlVds5IW0IUT4FTePWU3aQL1XrW9F { width:18.5625rem;height:1.5rem;top:3.65625rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4rBxKD18TMgPRnZdd5BobR3rQSmrkCF { width:8.5rem;height:2.6875rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGEuzrixIJAb6qBxitrgQd0HU8Eo2zvd { display:block; }
 }@media only screen and (max-width: 763px) { #ZhAAP1aDegMBvAATrMaKeR3KxzeuyUaL { width:4.4375rem;height:3.125rem;top:0rem;left:14.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX22P4tNJRVgRMI4oDtADshyqUJrLcrD { display:block; }
 }@media only screen and (max-width: 763px) { #iPUPqVyXgP0AaPAwcxgVELsPmdb97efz { width:3.75rem;height:3.0625rem;top:0rem;left:8.5rem;display:block; }
 }