.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(133deg, #ea5056, #f4d041);background-image: -moz-linear-gradient(133deg, #ea5056, #f4d041);background-image: -ms-linear-gradient(133deg, #ea5056, #f4d041);background-image: -o-linear-gradient(133deg, #ea5056, #f4d041);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5056', endColorstr='#f4d041' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5056', endColorstr='#f4d041' );";background-image: linear-gradient(133deg, #ea5056, #f4d041);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:138.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#TUZ3m1zaJReTlQTeC69QsxCHNwd88S6t { color:#000000;display:block;width:44.7485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.810791015625rem;left:16.951904296875rem;height:;text-align:center;text-align-last:center;display:block; }
#rmPgxQRviRhG87KZ5trSclccZUot0v05 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.62475rem;width:21.1865rem;top:46.06201171875rem;left:28.731689453125rem;overflow:hidden;display:block; }
#tc4EgGyxAstemtT4mGBSHdqBbTlQAg7g { color:#000000;display:block;width:58.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.3125rem;height:16.8945rem;text-align:center;text-align-last:center;display:block; }
#Jd9vNDiI2gReH4GT7eyTtxnBbSNK8LQ8 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:9.375rem;left:28.8125rem;overflow:hidden;display:block; }
#IQRcJUB62s9Vf6BUyJOqrFLCGwse4CQF { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:28.8125rem;display:block; }
#WNaUHAJuWOPWxc7eCwtxgKCHklNKMh4A { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:34.625rem;height:1.62475625rem;display:block; }
#xwWTc8zZ6xzp5BgUth4mNJUF9JVyW0vI { box-sizing:content-box;height:5.125rem;width:36.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:3.375rem;left:21rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cLsRoRofnCtwcNpShcuF07wNRATrKIJX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:33.375rem;height:1.54296875rem;display:block; }
#wkbX15nv97fLQTGXx3W2XKVcGZkEP5m3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.875rem;left:21.6875rem; }
#efbbnTirKL7AyoDZwXIN3xnBxhBZ1627 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.875rem;left:23.8125rem; }
#Pk2a8y3M3tM8A8BZHqEqmAohTw3XB3AK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.875rem;left:25.9375rem; }
#xx9WR6LB5o0kyABDToK2adJ7kh60BACL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.875rem;left:28.0625rem; }
#NHfeom4O1T0tdofmqiRwta15XK5ZfhJ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.875rem;left:30.25rem; }
#tOHR1NMzvFHsNVTBqKIg174NrF9uVJQJ { box-sizing:content-box;height:87.5625rem;width:64.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:45.4375rem;left:5.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XEduLeiPlsmnnSLvWRc1BaulWN6vtpFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:71.625rem;left:0.5rem;display:none; }
#IZodFqXgpE2C3t9uo4rzC5TTXOGceOBG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:64.0625rem;left:0.9375rem;display:none; }
#OQHmNTdtypbylIyVFTvb7FyII4R6WXXa { color:rgba(var(--color-tertiary-4),1);display:block;width:26.12425rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:78.8125rem;left:26.25rem;height:7.796625rem;text-align:center;text-align-last:center;display:block; }
#ShW527xO7bDPNbRxrmHu9dzzf8axM5fI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:87.93701171875rem;left:21.07666015625rem;height:20.3125rem;display:block; }
#pqC5EM4eGyxU48H0kaXoAAsERPiFh88U { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.12425rem;width:22.68675rem;top:119.3125rem;left:26.1875rem;overflow:hidden;display:block; }
#gBsm4QumqoRJ7CUNwmEiHobnVtUTR8nW { background-color:#ff7600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.8730625rem;height:6.7473125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:110.68603515625rem;left:19.046630859375rem;display:block; }
#yZZhldoJxsVh14qm5qF6hw1NCmi4MK4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChQ4TIHP6FKbp4UKtiUzZCOXL4VmLgVt { color:#000000;display:block;width:19.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:55.50048828125rem;height:1.705325rem;display:block; }
#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci { position:relative;display:block; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci { background-color: transparent; background-image: none; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .row .container > .video-iframe-container { display: none; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .row > .video-iframe-container { display: none; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .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); }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci { border-width: 0; border-radius: 0; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .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; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .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:608.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qU7lkmRJknbDxDxzVCKos6yontIPnAco { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.5rem;width:44.3125rem;top:48.1875rem;left:15.4375rem;overflow:hidden;display:block; }
#ALdkZe4GO44IdNGc7r52kPp0F33bZgOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:80.8125rem;left:18.1875rem;height:52.4865625rem;display:block; }
#NgTVMsJmaoLtzebLzfu3kNhdHA318DQH { position:absolute;display:block;z-index:15002;height:29.4375rem;width:57.5625rem;top:1.5403652191162rem;left:8.71875rem;display:block; }
#w932RWMdSyMZDRvUMt1RKFhTzcx65Uvs { color:#e3920d;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:135.8125rem;left:16.75rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#GlzIZMlsU08msugGQDEf1lRkitbsI5cF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:143.3125rem;left:18.125rem;height:71.8237rem;display:block; }
#QbJDJ5NGBfQVesDOkIr5uuKckO9PHP5G { color:#e3920d;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:223.5rem;left:16.75rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#TTAWnI851C8ECbGvg8BlHRAZTd2AW6ql { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:232.8125rem;left:18.125rem;height:58.011475rem;display:block; }
#ywM3O4PE3M06aZDlqn1aTdR9wxkWdEK4 { color:#ff0000;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:296rem;left:16.75rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#Kf58oHByl3lcy7Nu4OaE7ZFuVTt8kMov { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:305.6875rem;left:18.125rem;height:55.2491rem;display:block; }
#SROhAgrfI2LK554fUCXDP2i7FxiGmc7q { color:#e3920d;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:366.75rem;left:16.75rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ixADJhWsVSiCb2a6OOpfd9vVcX3RBWDy { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:371.5625rem;left:18.125rem;height:35.911875rem;display:block; }
#B5cvNUPN7O4GA459EywJwDyE0muX7MRc { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:69.5625rem;width:46.1875rem;top:429.625rem;left:14.3125rem;overflow:hidden;display:block; }
#WfAQTI87SWseG1csQwdTfCPVIgv2bEyq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.68675rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:500.1875rem;left:21.125rem;height:5.5249rem;text-align:center;text-align-last:center;display:block; }
#RPieUvKv3fpRZd7bKfQhWgxLboM177CD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.31175rem;width:8.31175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:506.875rem;left:33.3125rem; }
#sUBUsOd05w5bZ7vcBKimB2TkDT0MbZle { color:#e3920d;display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:415.5625rem;left:13rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#E1T2XLD8bxdlPwVS3fkWRaTigNSD1TEh { background-color:#ff7600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.9360625rem;height:6.8103125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:515.875rem;left:19rem;display:block; }
#goReHlxHNV1OiCciS8qsEm1PoHh3BGmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgCTCfzwgcVGUcxipDMHlzlFmX4279mb { color:#e3920d;display:block;width:49.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:529.3125rem;left:13rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ycJ6SpvDzXuiDTfyuapNQmJaroePspTh { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:72.310625rem;width:40.1245rem;top:534.1875rem;left:17.375rem;overflow:hidden;display:block; }
#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK { position:relative;display:block; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK { background-color: transparent; background-image: none; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .row .container > .video-iframe-container { display: none; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .row > .video-iframe-container { display: none; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .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); }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK { border-width: 0; border-radius: 0; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .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; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .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:239.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k2uUMJZkZX9PsqfmmFuOD1mQk0k45xE0 { color:rgba(var(--color-tertiary-4),1);display:block;width:70rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.37451171875rem;left:2.5rem;height:10.235625rem;text-align:left;text-align-last:left;display:block; }
#ROagyNUCaHXlGQBbgGBOpcbWKXsiAyLh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.56225rem;position:absolute;font-family:montserrat;font-size:9.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.610107421875rem;left:16.217041015625rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#iluncKqJZrKyAWgTES4NDIgNfFBAhTVb { box-sizing:content-box;height:23.9375rem;width:65.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;top:36.75rem;left:4.75rem;display:block; }
#nOdIPgZMd2bnVNvlbQuknGpRWzVlrQUQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.75rem;left:13.8125rem;height:3.4118625rem;text-align:center;text-align-last:center;display:block; }
#LSTTDnicoxsHt7dPNRc3qDovu7rn08LU { color:rgba(var(--color-tertiary-4),1);display:block;width:47.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.5625rem;left:5.75rem;height:16.4916875rem;text-align:justify;text-align-last:initial;display:block; }
#CiTpemMLveANNru48uTXP9tuXTHo6EbT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.74925rem;width:15.68725rem;top:42.9375rem;left:54.375rem;overflow:hidden;display:block; }
#JGVosQ6hpJK6wmOnRocvSGn9iTuAxkU8 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:116.0625rem;left:28.3125rem;overflow:hidden;display:block; }
#ZZ5n6FSwhodqV2M6PvvB4F2lsUX9Gbkd { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:116.0625rem;left:28.3125rem;display:block; }
#RfxvyZKJE2IH7mzFHPPRcN5hNEDvqETu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:117.75rem;left:34.25rem;height:1.62475625rem;display:block; }
#FKsKwmelqVdJ7qBCsxTFcE940RWW3qu1 { color:#e3920d;display:block;width:49.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:112rem;left:13rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#e6od0KE2LCtEd05Gnz5c53qhlRSZZSC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.81225rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:122.75rem;left:18.0625rem;height:35.91185rem;display:block; }
#sS083DEFpLST3Id7kP6NnTE5KMrZD2V9 { color:#e3920d;display:block;width:49.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:166.4375rem;left:13rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#KmZ2oQUWb2QRWc1TeoMfUTzgrp6Fquq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8110625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:172.125rem;left:18.0625rem;height:35.911875rem;text-align:left;text-align-last:left;display:block; }
#FKVMvXfhzNN4Fi41Up4xoWwpdoGKKb4s { background-color:#ff7600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.9360625rem;height:6.8103125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:229.25rem;left:19rem;display:block; }
#mNTWWpB9QFtJ81MtWQpTl9zq2ppf97rG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iylbT5Luy2RDeR8a59qMEZINUzUrxABG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.3105625rem;width:8.3105625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:219.75rem;left:33.3125rem; }
#f8TT8yVO1ISk4zbbhna8mWF09ieZR1Jh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6855625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:215.875rem;left:21.125rem;height:2.76245rem;text-align:center;text-align-last:center;display:block; }
#gBNdkWI1afkdkwceCr3cKWm7DxWVskoo { position:absolute;display:block;z-index:15010;height:31.25rem;width:55.9375rem;top:64.25rem;left:9.625rem;display:block; }
#Mr5iChdecIUeq94WLofqBhHp1zhB6dNS { background-color:#ff7600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.9048125rem;height:6.7790625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.998779296875rem;left:19.046630859375rem;display:block; }
#hRtv3emmIh1saEt82EGdAFCLMPSdKCas { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs { position:relative;z-index:auto;display:block; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs { background-color: transparent; background-image: none; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .row .container > .video-iframe-container { display: none; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .row > .video-iframe-container { display: none; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .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); }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs { border-width: 0; border-radius: 0; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .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; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .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:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cLiRxAIe92XdE8W4LONrVW7BmS99oG7l { background-color:#ff7600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.78125rem;height:4.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.625rem;left:36.0625rem;display:block; }
#erOW7dZTNRKWVbqUFBasA9CevwTaSS2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGT3diUpkv1fTIKr4NKreg3d98C9yMec { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.62255859375rem;left:20.26123046875rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUZ3m1zaJReTlQTeC69QsxCHNwd88S6t { top:34.75rem;left:3.0625rem;width:44.6875rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmPgxQRviRhG87KZ5trSclccZUot0v05 { top:46rem;left:15.106689453125rem;width:21.125rem;height:31.53294993274rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc4EgGyxAstemtT4mGBSHdqBbTlQAg7g { top:15.4375rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd9vNDiI2gReH4GT7eyTtxnBbSNK8LQ8 { top:9.375rem;left:15.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRcJUB62s9Vf6BUyJOqrFLCGwse4CQF { top:9.375rem;left:15.1875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNaUHAJuWOPWxc7eCwtxgKCHklNKMh4A { top:11.0625rem;left:21rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwWTc8zZ6xzp5BgUth4mNJUF9JVyW0vI { top:3.375rem;left:7.375rem;width:36.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLsRoRofnCtwcNpShcuF07wNRATrKIJX { top:5.125rem;left:19.75rem;width:23.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkbX15nv97fLQTGXx3W2XKVcGZkEP5m3 { top:4.875rem;left:8.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efbbnTirKL7AyoDZwXIN3xnBxhBZ1627 { top:4.875rem;left:10.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk2a8y3M3tM8A8BZHqEqmAohTw3XB3AK { top:4.875rem;left:12.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx9WR6LB5o0kyABDToK2adJ7kh60BACL { top:4.875rem;left:14.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHfeom4O1T0tdofmqiRwta15XK5ZfhJ2 { top:4.875rem;left:16.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOHR1NMzvFHsNVTBqKIg174NrF9uVJQJ { top:45.4375rem;left:0rem;width:47.625rem;height:87.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEduLeiPlsmnnSLvWRc1BaulWN6vtpFZ { top:71.625rem;left:0rem;width:18.9375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZodFqXgpE2C3t9uo4rzC5TTXOGceOBG { top:64.0625rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQHmNTdtypbylIyVFTvb7FyII4R6WXXa { top:78.8125rem;left:12.625rem;width:26.0625rem;height:7.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShW527xO7bDPNbRxrmHu9dzzf8axM5fI { top:87.875rem;left:7.45166015625rem;width:36.4375rem;height:20.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqC5EM4eGyxU48H0kaXoAAsERPiFh88U { top:119.3125rem;left:12.5625rem;width:22.625rem;height:11.093367822045rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBsm4QumqoRJ7CUNwmEiHobnVtUTR8nW { width:36.8125rem;height:6.6875rem;top:110.625rem;left:5.421630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZZhldoJxsVh14qm5qF6hw1NCmi4MK4k { display:block; }
 }@media only screen and (max-width: 763px) { #ChQ4TIHP6FKbp4UKtiUzZCOXL4VmLgVt { top:0rem;left:28.25rem;width:19.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci { display:block; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU7lkmRJknbDxDxzVCKos6yontIPnAco { top:48.1875rem;left:1.8125rem;width:44.25rem;height:29.458557597915rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALdkZe4GO44IdNGc7r52kPp0F33bZgOZ { top:80.8125rem;left:4.5625rem;width:38.75rem;height:52.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTVMsJmaoLtzebLzfu3kNhdHA318DQH { top:1.5rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w932RWMdSyMZDRvUMt1RKFhTzcx65Uvs { top:135.8125rem;left:3.125rem;width:41.5625rem;height:4.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlzIZMlsU08msugGQDEf1lRkitbsI5cF { top:143.3125rem;left:4.5rem;width:38.75rem;height:71.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbJDJ5NGBfQVesDOkIr5uuKckO9PHP5G { top:223.5rem;left:3.125rem;width:41.5625rem;height:8.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAWnI851C8ECbGvg8BlHRAZTd2AW6ql { top:232.8125rem;left:4.5rem;width:38.75rem;height:58rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywM3O4PE3M06aZDlqn1aTdR9wxkWdEK4 { top:296rem;left:3.125rem;width:41.5625rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf58oHByl3lcy7Nu4OaE7ZFuVTt8kMov { top:305.6875rem;left:4.5rem;width:38.75rem;height:55.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SROhAgrfI2LK554fUCXDP2i7FxiGmc7q { top:366.75rem;left:3.125rem;width:41.5625rem;height:4.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixADJhWsVSiCb2a6OOpfd9vVcX3RBWDy { top:371.5625rem;left:4.5rem;width:38.75rem;height:35.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5cvNUPN7O4GA459EywJwDyE0muX7MRc { top:429.625rem;left:0.6875rem;width:46.125rem;height:69.469249334221rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfAQTI87SWseG1csQwdTfCPVIgv2bEyq { top:500.1875rem;left:7.5rem;width:32.625rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPieUvKv3fpRZd7bKfQhWgxLboM177CD { top:506.875rem;left:19.6875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUBUsOd05w5bZ7vcBKimB2TkDT0MbZle { top:415.5625rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1T2XLD8bxdlPwVS3fkWRaTigNSD1TEh { width:36.875rem;height:6.75rem;top:515.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goReHlxHNV1OiCciS8qsEm1PoHh3BGmg { display:block; }
 }@media only screen and (max-width: 763px) { #WgCTCfzwgcVGUcxipDMHlzlFmX4279mb { top:529.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycJ6SpvDzXuiDTfyuapNQmJaroePspTh { top:534.1875rem;left:3.75rem;width:40.0625rem;height:72.199780014113rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK { display:block; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2uUMJZkZX9PsqfmmFuOD1mQk0k45xE0 { top:1.3125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROagyNUCaHXlGQBbgGBOpcbWKXsiAyLh { top:11.5625rem;left:2.592041015625rem;width:42.5rem;height:12.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iluncKqJZrKyAWgTES4NDIgNfFBAhTVb { top:36.75rem;left:0rem;width:47.625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOdIPgZMd2bnVNvlbQuknGpRWzVlrQUQ { top:36.75rem;left:0.1875rem;width:47.5rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSTTDnicoxsHt7dPNRc3qDovu7rn08LU { top:40.5625rem;left:0rem;width:47.75rem;height:16.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiTpemMLveANNru48uTXP9tuXTHo6EbT { top:42.9375rem;left:32.125rem;width:15.625rem;height:11.702329795161rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVosQ6hpJK6wmOnRocvSGn9iTuAxkU8 { top:116.0625rem;left:14.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5n6FSwhodqV2M6PvvB4F2lsUX9Gbkd { top:116.0625rem;left:14.6875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfxvyZKJE2IH7mzFHPPRcN5hNEDvqETu { top:117.75rem;left:20.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKsKwmelqVdJ7qBCsxTFcE940RWW3qu1 { top:112rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6od0KE2LCtEd05Gnz5c53qhlRSZZSC8 { top:122.75rem;left:4.4375rem;width:38.75rem;height:35.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS083DEFpLST3Id7kP6NnTE5KMrZD2V9 { top:166.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZ2oQUWb2QRWc1TeoMfUTzgrp6Fquq8 { top:172.125rem;left:4.4375rem;width:38.75rem;height:35.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKVMvXfhzNN4Fi41Up4xoWwpdoGKKb4s { width:36.875rem;height:6.75rem;top:229.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTWWpB9QFtJ81MtWQpTl9zq2ppf97rG { display:block; }
 }@media only screen and (max-width: 763px) { #iylbT5Luy2RDeR8a59qMEZINUzUrxABG { top:219.75rem;left:19.6875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TT8yVO1ISk4zbbhna8mWF09ieZR1Jh { top:215.875rem;left:7.5rem;width:32.625rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBNdkWI1afkdkwceCr3cKWm7DxWVskoo { top:64.25rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr5iChdecIUeq94WLofqBhHp1zhB6dNS { width:36.875rem;height:6.75rem;top:24.9375rem;left:5.421630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRtv3emmIh1saEt82EGdAFCLMPSdKCas { display:block; }
 }@media only screen and (max-width: 763px) { #wTl1EVxSSXZZc8vidDgMMlXumav0yrNs { display:block; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLiRxAIe92XdE8W4LONrVW7BmS99oG7l { width:22.8125rem;height:4.5625rem;top:0.625rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOW7dZTNRKWVbqUFBasA9CevwTaSS2u { display:block; }
 }@media only screen and (max-width: 763px) { #AGT3diUpkv1fTIKr4NKreg3d98C9yMec { top:0.5625rem;left:6.63623046875rem;width:15rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:127.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUZ3m1zaJReTlQTeC69QsxCHNwd88S6t { width:18.2483125rem;height:9.4238125rem;top:37.998046875rem;left:0.875244140625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmPgxQRviRhG87KZ5trSclccZUot0v05 { width:18.374rem;height:27.749rem;top:51.125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tc4EgGyxAstemtT4mGBSHdqBbTlQAg7g { width:19.4995rem;height:17.6281875rem;top:17.9345703125rem;left:0.250244140625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jd9vNDiI2gReH4GT7eyTtxnBbSNK8LQ8 { width:5rem;height:5rem;top:11.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRcJUB62s9Vf6BUyJOqrFLCGwse4CQF { width:4.9375rem;height:4.9375rem;top:11.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNaUHAJuWOPWxc7eCwtxgKCHklNKMh4A { width:12.5rem;height:1.62475625rem;top:12.8125rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwWTc8zZ6xzp5BgUth4mNJUF9JVyW0vI { width:19.9375rem;height:6.9375rem;top:3.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLsRoRofnCtwcNpShcuF07wNRATrKIJX { width:18.625rem;height:3.2495125rem;top:7rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkbX15nv97fLQTGXx3W2XKVcGZkEP5m3 { display:flex;width:2.125rem;height:2.125rem;top:4.25rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #efbbnTirKL7AyoDZwXIN3xnBxhBZ1627 { display:flex;width:2.125rem;height:2.125rem;top:4.25rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #Pk2a8y3M3tM8A8BZHqEqmAohTw3XB3AK { display:flex;width:2.125rem;height:2.125rem;top:4.25rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #xx9WR6LB5o0kyABDToK2adJ7kh60BACL { display:flex;width:2.125rem;height:2.125rem;top:4.25rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #NHfeom4O1T0tdofmqiRwta15XK5ZfhJ2 { display:flex;width:2.125rem;height:2.125rem;top:4.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #tOHR1NMzvFHsNVTBqKIg174NrF9uVJQJ { width:19.875rem;height:77.375rem;top:49.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEduLeiPlsmnnSLvWRc1BaulWN6vtpFZ { top:88.0625rem;left:0.5rem;width:18.999rem;height:1.7858875rem;z-index:15012;font-family:montserrat;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IZodFqXgpE2C3t9uo4rzC5TTXOGceOBG { top:80.5625rem;left:1.0625rem;width:18.5rem;height:2.11181875rem;z-index:15014;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQHmNTdtypbylIyVFTvb7FyII4R6WXXa { width:18.8745rem;height:6.09375rem;top:80rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShW527xO7bDPNbRxrmHu9dzzf8axM5fI { width:18.0603125rem;height:22.1692rem;top:88.0615234375rem;left:0.96923828125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqC5EM4eGyxU48H0kaXoAAsERPiFh88U { width:17.24975rem;height:8.374rem;top:117.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBsm4QumqoRJ7CUNwmEiHobnVtUTR8nW { width:18.84325rem;height:5.217775rem;top:111.5625rem;left:0.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZZhldoJxsVh14qm5qF6hw1NCmi4MK4k { display:block; }
 }@media only screen and (max-width: 763px) { #ChQ4TIHP6FKbp4UKtiUzZCOXL4VmLgVt { width:19.43725rem;height:1.705325rem;top:0rem;left:0.562744140625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci { display:block; }#xbaFw6gPmfgK93cfOp74Ehwk7QoAIXci > .row .container { width:20rem;height:454.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qU7lkmRJknbDxDxzVCKos6yontIPnAco { width:20rem;height:13.313rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALdkZe4GO44IdNGc7r52kPp0F33bZgOZ { width:20rem;height:46.7871125rem;top:55.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTVMsJmaoLtzebLzfu3kNhdHA318DQH { width:20rem;height:29.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w932RWMdSyMZDRvUMt1RKFhTzcx65Uvs { width:20rem;height:6.17431875rem;top:103.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlzIZMlsU08msugGQDEf1lRkitbsI5cF { width:20rem;height:64.3322375rem;top:111.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbJDJ5NGBfQVesDOkIr5uuKckO9PHP5G { width:20rem;height:7.796625rem;top:177.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAWnI851C8ECbGvg8BlHRAZTd2AW6ql { width:20rem;height:54.5849375rem;top:186.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywM3O4PE3M06aZDlqn1aTdR9wxkWdEK4 { width:20rem;height:6.8261875rem;top:245.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf58oHByl3lcy7Nu4OaE7ZFuVTt8kMov { width:20rem;height:50.6861rem;top:253.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SROhAgrfI2LK554fUCXDP2i7FxiGmc7q { width:20rem;height:2.598875rem;top:307.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixADJhWsVSiCb2a6OOpfd9vVcX3RBWDy { width:20rem;height:31.1914rem;top:311.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5cvNUPN7O4GA459EywJwDyE0muX7MRc { width:20rem;height:30rem;top:360.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfAQTI87SWseG1csQwdTfCPVIgv2bEyq { width:20rem;height:3.898925rem;top:393.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPieUvKv3fpRZd7bKfQhWgxLboM177CD { display:flex;width:5rem;height:5rem;top:398.0625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #sUBUsOd05w5bZ7vcBKimB2TkDT0MbZle { width:20rem;height:10.3955rem;top:348.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1T2XLD8bxdlPwVS3fkWRaTigNSD1TEh { width:19.43725rem;height:3.81225625rem;top:404.0625rem;left:0.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goReHlxHNV1OiCciS8qsEm1PoHh3BGmg { display:block; }
 }@media only screen and (max-width: 763px) { #WgCTCfzwgcVGUcxipDMHlzlFmX4279mb { width:20rem;height:5.19775625rem;top:411.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycJ6SpvDzXuiDTfyuapNQmJaroePspTh { width:19.875rem;height:35.818031542056rem;top:417.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK { display:block; }#ylLmdqfCcgDyivVTM0a4rPHTSAtiPghK > .row .container { width:20rem;height:246.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2uUMJZkZX9PsqfmmFuOD1mQk0k45xE0 { width:20rem;height:15.3466875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROagyNUCaHXlGQBbgGBOpcbWKXsiAyLh { width:20rem;height:5.20019375rem;top:17.470703125rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iluncKqJZrKyAWgTES4NDIgNfFBAhTVb { width:19.875rem;height:59.875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOdIPgZMd2bnVNvlbQuknGpRWzVlrQUQ { width:20rem;height:4.3847625rem;top:31.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSTTDnicoxsHt7dPNRc3qDovu7rn08LU { width:19.12475rem;height:42.40725rem;top:48.625rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiTpemMLveANNru48uTXP9tuXTHo6EbT { width:15.625rem;height:11.702626735087rem;top:36.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVosQ6hpJK6wmOnRocvSGn9iTuAxkU8 { width:5rem;height:5rem;top:144.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5n6FSwhodqV2M6PvvB4F2lsUX9Gbkd { width:4.875rem;height:4.875rem;top:144.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfxvyZKJE2IH7mzFHPPRcN5hNEDvqETu { width:12.5rem;height:1.62475625rem;top:150.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKsKwmelqVdJ7qBCsxTFcE940RWW3qu1 { width:20rem;height:5.19775625rem;top:138.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6od0KE2LCtEd05Gnz5c53qhlRSZZSC8 { width:20rem;height:27.292475rem;top:153.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS083DEFpLST3Id7kP6NnTE5KMrZD2V9 { width:20rem;height:2.598875rem;top:186.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZ2oQUWb2QRWc1TeoMfUTzgrp6Fquq8 { width:20rem;height:29.2419375rem;top:189.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKVMvXfhzNN4Fi41Up4xoWwpdoGKKb4s { width:19rem;height:6.75rem;top:238.5625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTWWpB9QFtJ81MtWQpTl9zq2ppf97rG { display:block; }
 }@media only screen and (max-width: 763px) { #iylbT5Luy2RDeR8a59qMEZINUzUrxABG { display:flex;width:8.25rem;height:8.25rem;top:229.0625rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #f8TT8yVO1ISk4zbbhna8mWF09ieZR1Jh { width:20rem;height:1.9494625rem;top:225.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBNdkWI1afkdkwceCr3cKWm7DxWVskoo { width:20rem;height:31.25rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr5iChdecIUeq94WLofqBhHp1zhB6dNS { width:18.875rem;height:4.4375rem;top:23.236083984375rem;left:0.5615234375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRtv3emmIh1saEt82EGdAFCLMPSdKCas { display:block; }
 }@media only screen and (max-width: 763px) { #wTl1EVxSSXZZc8vidDgMMlXumav0yrNs { position:relative;z-index:auto;display:block; }#wTl1EVxSSXZZc8vidDgMMlXumav0yrNs > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLiRxAIe92XdE8W4LONrVW7BmS99oG7l { width:18.875rem;height:2.9375rem;top:4.75rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOW7dZTNRKWVbqUFBasA9CevwTaSS2u { display:block; }
 }@media only screen and (max-width: 763px) { #AGT3diUpkv1fTIKr4NKreg3d98C9yMec { width:15rem;height:4.62890625rem;top:0rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }