.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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:#f4f4f4;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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: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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#gMlks73LSX2rHTxhwG58bCFtZoz2hP6U { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:25.375rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container { background-color: transparent; background-image: none; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container > .video-iframe-container { display: none; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row > .video-iframe-container { display: block; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .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); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container { border-width: 0; border-radius: 0; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#hwlNTLgm4uGlO0sUdmbSNJPcWrPmM7AS { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:arial;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:12.26075rem;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; }
#QZDAsaqoubcyyRLpgCTi72TcOwAAEiyx { box-sizing:content-box;height:4.1875rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:#027b4c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#MBSAfTzgb5UwP9Q732XP3gkA4MeGff6A { color:#fbbf09;display:block;width:16.625rem;position:absolute;font-family:"gt walsheim";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.5625rem;left:1.125rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOEe3ghtTrUURiUmHHpGqww6Dvi61QPW { 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:2.4375rem;width:2.5rem;top:23.9375rem;left:18.9375rem;overflow:hidden;display:block; }
#eBSCxzfmggspTGdtNcfDREG6FagAk3Nn { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.0625rem;left:0rem;display:block; }
#Ty9hyenRd3w71lFudFgAzUF4H1q2Mv5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V { 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; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container { background-color: transparent; background-image: none; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container > .video-iframe-container { display: none; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row > .video-iframe-container { display: none; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .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); }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container { border-width: 0; border-radius: 0; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bebRVew21GeDMLPE2AwXmShxEGRqwC2T { color:#027b4c;display:block;width:61.375rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTXrQKzhUTNpuFiUgHuV1VnukEFsfSUp { background-color:#fbbf09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#027b4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gt walsheim";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.5625rem;left:27.375rem;display:block; }
#WAurlzd8dmyczGknGPF9JHtaLiFI4tJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#027b4c;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; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container { background-color: transparent; background-image: none; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container > .video-iframe-container { display: none; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row > .video-iframe-container { display: none; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .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); }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container { border-width: 0; border-radius: 0; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#Zx2Hu083kUyEmEDpJFlDSVLx2dUEGQLH { color:#fbbf09;display:block;width:26.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:24.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKBHub9y2JrvtCWvCBouaKVuVH3WVRmJ { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.8125rem;left:5.9375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k6r9gOZNgkfPP0sLuo3lyf0NdzVGTUif { position:absolute;display:block;z-index:15022;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:2.75rem;width:2.125rem;top:13.25rem;left:2.1875rem;overflow:hidden;display:block; }
#slmIgap0kN9MFbugReblG1OZ8w9g91rT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15020;background-color:#fbbf09;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:1.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#AuSpTkJwQoeCi4p5ygAeH3TZNptPwDM6 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:26.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#WaNegCS8bSIfh6nwfpsZPhGPdOcrPT5f { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTpL1lSIJqDgKL2oRPVPwPMDU2qW0ifx { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:53.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#myvUBvzpytrLC4iNGQ4h8y4so47V2nWG { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:57.875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfzuNB8z0OhpBMCdIuu6hLTB1dbcWF4c { position:absolute;display:block;z-index:15025;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:2.875rem;width:2.875rem;top:13.1875rem;left:27.125rem;overflow:hidden;display:block; }
#z9F8pHkvpUtQm6CvTCaEK7F5kXpdtIrz { position:absolute;display:block;z-index:15026;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:2.875rem;width:2.6875rem;top:13.1875rem;left:53.9375rem;overflow:hidden;display:block; }
#pXmFOdiklBHurzIxzXQDTtFMVd2KlTZV { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.9375rem;left:11.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#JX89rJT4ANyobnbss1FvGBl4qLXVGvVM { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21rem;left:15.625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VAIm0gcyi68iTuHOWuhzT2Ibtxk7LkJm { position:absolute;display:block;z-index:15027;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:2rem;width:2.875rem;top:21.75rem;left:11.5625rem;overflow:hidden;display:block; }
#BUVtdsbJ3DGermDO4OQMFDF3Z3dMlE6u { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.9375rem;left:38.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#KFJaNRlP3FteJAa4gfiPbb4TJxywrJPu { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"gt walsheim";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21rem;left:43.125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T1MyVONesMQ9r4wCqETssXci71RqdqaP { position:absolute;display:block;z-index:15028;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:2.5625rem;width:2.5rem;top:21.5625rem;left:39.3125rem;overflow:hidden;display:block; }
#mzg0NJ29WXIJ2CqBw6p7V5SbGqRQ2WuL { color:#fbbf09;display:block;width:26.3125rem;position:absolute;font-family:"gt walsheim";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5000009536743rem;left:40.875rem;height:2.4375rem;font-style:normal;display:none; }
#Cbqs8v1v3aN9CdONCBT1nCzAqxRhhQHA { color:#fbbf09;display:block;width:33.125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.675001144409rem;left:40.875rem;height:19.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#H11T4Q9D7y8ma1KAVrQddATpAzER7pF9 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15022;background-color:#fbbf09;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3281211853025rem;left:40.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }
#erxHLRwTZT2VdzOJ5RCK2x62DldZpCbi { position:absolute;display:block;z-index:15024;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:2.75rem;width:2.125rem;top:7.8281173706056rem;left:41.4375rem;overflow:hidden;display:none; }
#QyWVXkgOf03tCv1Uhy2dpdl9S1SiHBCM { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.650007247925rem;left:40.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }
#uW13pGnHpqcKSwgfZgRWfQcD2XToJb5b { position:absolute;display:block;z-index:15027;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:2.875rem;width:2.875rem;top:14.08749961853rem;left:41rem;overflow:hidden;display:none; }
#UQHxvs1HLoKXLEAiBR8ArWcTc8e1vXV7 { color:#fbbf09;display:block;width:33.125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.675001144409rem;left:40.875rem;height:19.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#GGPTyEGzeQwrgULy4c2LyW5vd7DBvmh4 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.650007247925rem;left:40.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }
#Tm8Emmzw3sCzIzOm2MsWI3O33zyzrMTT { color:#fbbf09;display:block;width:33.125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.675001144409rem;left:40.875rem;height:19.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#C1P6H1KWKAslLUMnFBw7Xp2zezI9GRAn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:18.75rem;display:none; }
#BlKvr2x2h8oTAoilw7z7Tmbnqv1oRnTE { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.650007247925rem;left:40.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }
#CDBqJIsgD8M03c0tBzPhslUOJ4XwmNnW { color:#fbbf09;display:block;width:33.125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.675001144409rem;left:40.875rem;height:19.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#DSZcoXBzCLzP0GJzu3cMsZx7DSsNGksO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:18.75rem;display:none; }
#x9wOgzzLFX50hP1sTwXOQ2ryxofvydZx { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.650007247925rem;left:40.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none; }
#O1RTBuIwn93Q8EVF0CG9WMFMGk0rQB6l { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:18.75rem;display:none; }
#JdeDqTMfI2UiNnIDWJEPgACtx6wozJDT { color:#fbbf09;display:block;width:33.125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.675001144409rem;left:40.875rem;height:19.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu { 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; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container { background-color: transparent; background-image: none; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container > .video-iframe-container { display: none; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row > .video-iframe-container { display: none; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .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); }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container { border-width: 0; border-radius: 0; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#J5eu3Sf8Art3bkb1wXLCLMX1ETls0aB6 { color:#027b4c;display:block;width:40.125rem;position:absolute;font-family:"gt walsheim";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:17.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFx3voHKfMPN7gauIke5CaVHCPE7PTlQ { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15005;background-color:#fbbf09;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BdtSByR0tvT4Pig6BypD3eLIcfza8PiL { 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:2.9375rem;width:2.9375rem;top:10.3125rem;left:0.6875rem;overflow:hidden;display:block; }
#dbMm31KNOWNLMQspxet3cJIaaxLcIEmf { color:#027b4c;display:block;width:14.375rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.125rem;height:1.7875rem;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; }
#uGIEZdQIhRCrGS0W7d7U1suy5WIRKzek { color:#027b4c;display:block;width:18.625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:11.3125rem;left:5.125rem;height:2.4746125rem;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; }
#g2K5PKLmXAOufHSyPW1RQUSrXm5JCx9C { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15006;background-color:#fbbf09;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:25.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xuA6wTSpDXuMPy9UnD1ipQhyDorZRmPC { position:absolute;display:block;z-index:15007;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:3.3125rem;width:2.5rem;top:10.1875rem;left:26.875rem;overflow:hidden;display:block; }
#Vbwb3xtdymtVgkMqgqwte3TwS0WC90Lh { color:#027b4c;display:block;width:18.625rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:31rem;height:1.7871125rem;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; }
#D9Ma6N2iwpbcx3u4QzGbx6Z7ihNbWlxc { color:#027b4c;display:block;width:20.5rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:11.375rem;left:31.125rem;height:2.4746125rem;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; }
#JRWTxtPeS1TMtR5r1pIZ3A5813Glwzlu { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15007;background-color:#fbbf09;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.5rem;left:54.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#kyA4Jel2BT9UUxrwr0BJ5VK6E8eWF7qk { position:absolute;display:block;z-index:15008;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:2.625rem;width:3.4375rem;top:10.3125rem;left:54.875rem;overflow:hidden;display:block; }
#qIdy8rpE2fn0fF5OSdCD8DaV9R13ETHT { color:#027b4c;display:block;width:15.4375rem;position:absolute;font-family:"gt walsheim";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5rem;left:59.5625rem;height:1.7875rem;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; }
#HOddoB7nsqTzq7D91eqzFvX5Ecb1448D { color:#027b4c;display:block;width:14.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:11.375rem;left:59.6875rem;height:2.4746125rem;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; }
#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbbf09;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; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container { background-color: transparent; background-image: none; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container > .video-iframe-container { display: none; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row > .video-iframe-container { display: none; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .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); }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container { border-width: 0; border-radius: 0; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#ibTone2MI98cVELTa6EU619NNvbyaus9 { color:#027b4c;display:block;width:40.125rem;position:absolute;font-family:"gt walsheim";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6494140625rem;left:17.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoH9cLEzDRkZPi63TPJKaD80Fb5N39iM { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.875rem;width:11.875rem;top:9.33749961853rem;left:0rem;overflow:hidden;display:block; }
#qgD7MJM8vLdHICXeoNTH3UzfdLdMzRSJ { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.800000190735rem;left:2.28125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGaWBCQkLmDLCa4oe1ptloGR4t8udTHo { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.412499427796rem;left:2.28125rem;height:1.1375rem;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; }
#ofcLDDJNTZJpSZPxQPzWiP4rMMN1zrn0 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.875rem;width:11.875rem;top:9.34375rem;left:15.6875rem;overflow:hidden;display:block; }
#I7MhCB0SXRoB3OoTtqD6Qec3OA4EBObJ { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.799999237061rem;left:17.96875rem;height:1.3rem;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; }
#LHMhpQvTWaSRIwL1Ornn60y9hIMdKcIg { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.41250038147rem;left:17.96875rem;height:2.2743rem;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; }
#W6nqfGUU9eThEhi5DJ0NfeH3GDJuRmnK { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.875rem;width:11.875rem;top:9.3125rem;left:31.5625rem;overflow:hidden;display:block; }
#IkycBWBQbwmFwxbGh4OToUdT5Sf6wVTz { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.8125rem;left:33.875rem;height:1.3rem;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; }
#oNTCZKpnBkfIoUFCvSVqdFAnSTgBiSzu { color:#027b4c;display:block;width:5.625rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:24.41250038147rem;left:34.6875rem;height:2.0996125rem;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; }
#pADXrAURkTXL6F96bvrXItzTnpKywc1Z { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.8125rem;width:11.8125rem;top:9.3125rem;left:47.4375rem;overflow:hidden;display:block; }
#Sof0QPsix6FB6BGyqp48QXIkKQDoTFnm { color:#027b4c;display:block;width:9.8125rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.799999237061rem;left:48.4375rem;height:1.3rem;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; }
#nZMRKvzKINPFiV0EDEuSeIyMiPNCJIy0 { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:24.28750038147rem;left:49.40625rem;height:3.14941875rem;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; }
#m74yrcWEWvJTwGk8TDreD4TVFZOdwyx8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:11.8125rem;width:11.8125rem;top:9.3125009536744rem;left:63.125rem;overflow:hidden;display:block; }
#pJKMWEodEaim7fGJEvE3Bu7w8GgWiPQ7 { color:#027b4c;display:block;width:12.0625rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.800003051757rem;left:62.9375rem;height:1.3rem;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; }
#W7ppaTHZ376ML2XZcmWneALimc1xOtQn { color:#027b4c;display:block;width:7.9375rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.287499427796rem;left:65.25rem;height:1.225rem;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; }
#JXyGnhSUDmI2fSkovGTote2ixvEoCvrv { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:11.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.33749961853rem;left:47.40625rem;display:block; }
#xlOgw9rt31RR94yAkhZ4XDtZZyzMXGfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCIyuoLZHO5JE10qci5h4Ktl41di6CxB { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:11.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.3125rem;left:31.5625rem;display:block; }
#aMT1sqAL9a01WMErk0D7h1mETG4ZFLgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDBENJyDSrT4GWc4STiLsIOWJhiLmQwm { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:11.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.33749961853rem;left:15.6875rem;display:block; }
#tK9KfNdiTS2zirZEdPMhrMFO1pPdFS2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcM00OeaI45PwmGV3mC40TpaKGJ3dG8h { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:11.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.33749961853rem;left:0rem;display:block; }
#wqLXcTEm2u7TEEtIyr43T8PfAVLxP6Zs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d27p8D04UOPPP0DD2NOo5KiAaPrm058B { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:11.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.33749961853rem;left:63.125rem;display:block; }
#sZGG99MPO985okOU3JvlDwWw3hU5tTyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container { background-color: transparent; background-image: none; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container > .video-iframe-container { display: none; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row > .video-iframe-container { display: none; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .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); }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container { border-width: 0; border-radius: 0; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#flNTqyRb96DZ6E7Emcx81IRa6DWu0aer { color:#027b4c;display:block;width:75rem;position:absolute;font-family:"gt walsheim";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG { 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; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container { background-color: transparent; background-image: none; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container > .video-iframe-container { display: none; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row > .video-iframe-container { display: none; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .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); }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container { border-width: 0; border-radius: 0; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#necNUU22XyKeXn5bf68ikXyJ8eUqU4CE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.625rem;width:35rem;top:1.1875rem;left:38.75rem;display:block; }
#nk9DIumwRqUSF4u3hb7EypObE4GmXSpP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.625rem;width:35rem;top:1.1875rem;left:1.25rem;display:block; }
#gWZikITLSNZBiCGG37gd4XEry8vFbXJw { color:#027b4c;display:block;width:35.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.36328125rem;left:1.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3XhP54y8VRfyaf9f9A7mGJUpEkib95o { color:#027b4c;display:block;width:35.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.36328125rem;left:38.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9VSbLE4rie4fDsVDlrsN6nRDNiGsAHp { color:#027b4c;display:block;width:35.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:1.25rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3o9iwDlhoM6g1K0hftlFlKT14TJFzEO { color:#027b4c;display:block;width:35.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1875rem;left:38.75rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTyySMp1h3nleATeIOWQGmqBubIObUqB { color:#027b4c;display:block;width:35.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:1.25rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TSaLigGNdEV5pmkVgw2yqelh3fTBvRhh { color:#027b4c;display:block;width:35.0625rem;position:absolute;font-family:"gt walsheim";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1875rem;left:38.75rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx { 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; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container { background-color: transparent; background-image: none; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container > .video-iframe-container { display: none; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row > .video-iframe-container { display: none; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .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); }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container { border-width: 0; border-radius: 0; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mkfcV63auDDPFyRUhrHy6yGV4oQx5TuT { color:#027b4c;display:block;width:13.8125rem;position:absolute;font-family:"gt walsheim";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.15625rem;left:0.90625rem;height:2.4375rem;font-style:normal;display:block; }
#fVTEJKATJcXhEi5lpcnTH47DTTaDIWQ1 { 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:5.3125rem;width:2.9375rem;top:6.71875rem;left:18.375rem;overflow:hidden;display:block; }
#TTAkL6RudzxlTLLuTmqamsxDaZFCGBtF { 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:4.1875rem;width:13.4375rem;top:7.28125rem;left:23.8125rem;overflow:hidden;display:block; }
#y63in4diHWh7COynkW1gLg7UlpWhN6AQ { position:absolute;display:block;z-index:15007;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:4.5rem;width:10.6875rem;top:7.125rem;left:39.8125rem;overflow:hidden;display:block; }
#xi9UqTQJ2SfLGQUvId1wiu0zZrpvhmn5 { position:absolute;display:block;z-index:15008;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:4.8125rem;width:4.8125rem;top:6.96875rem;left:52.9375rem;overflow:hidden;display:block; }
#GCkLQkmKIMc0kO7WKbhxg2hZDt0yvi9S { position:absolute;display:block;z-index:15009;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:4.375rem;width:11.6875rem;top:7.1875rem;left:60.800003051757rem;overflow:hidden;display:block; }
#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container { background-color: transparent; background-image: none; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container > .video-iframe-container { display: none; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row > .video-iframe-container { display: none; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .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); }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container { border-width: 0; border-radius: 0; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#cg6qKtXvmp8mMcZI9agJBJPBo7n1wW35 { color:rgba(11,11,11,0.7);display:block;width:37.8125rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.6937522888184rem;left:0rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0dzSs2OalSAodBsJbX6PoXibhoxalsC { color:#1077bc;display:block;width:9.8125rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1.71875rem;left:49.5625rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PFC6H5BuqoyCspQsD9LAVxrADXIFqevR { color:#1077bc;display:block;width:14.1875rem;position:absolute;font-family:"gt walsheim";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.6937522888184rem;left:60.8125rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@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) { #gMlks73LSX2rHTxhwG58bCFtZoz2hP6U { width:25.375rem;height:4.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk { display:block; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwlNTLgm4uGlO0sUdmbSNJPcWrPmM7AS { width:41.875rem;height:;top:9.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZDAsaqoubcyyRLpgCTi72TcOwAAEiyx { width:22.5625rem;height:4.1875rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBSAfTzgb5UwP9Q732XP3gkA4MeGff6A { width:16.625rem;height:3.125rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOEe3ghtTrUURiUmHHpGqww6Dvi61QPW { width:2.5rem;height:2.4375rem;top:23.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSCxzfmggspTGdtNcfDREG6FagAk3Nn { width:22.5rem;height:4.1875rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9hyenRd3w71lFudFgAzUF4H1q2Mv5T { display:block; }
 }@media only screen and (max-width: 763px) { #bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V { display:block; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bebRVew21GeDMLPE2AwXmShxEGRqwC2T { width:47.75rem;height:2.0625rem;top:5.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXrQKzhUTNpuFiUgHuV1VnukEFsfSUp { width:20.3125rem;height:3.4375rem;top:9.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAurlzd8dmyczGknGPF9JHtaLiFI4tJM { display:block; }
 }@media only screen and (max-width: 763px) { #FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU { display:block; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zx2Hu083kUyEmEDpJFlDSVLx2dUEGQLH { width:26.3125rem;height:2.4375rem;top:4.875rem;left:10.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKBHub9y2JrvtCWvCBouaKVuVH3WVRmJ { width:14.4375rem;height:3.625rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6r9gOZNgkfPP0sLuo3lyf0NdzVGTUif { width:2.125rem;height:2.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmIgap0kN9MFbugReblG1OZ8w9g91rT { width:3.75rem;height:3.75rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuSpTkJwQoeCi4p5ygAeH3TZNptPwDM6 { width:3.75rem;height:3.75rem;top:12.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaNegCS8bSIfh6nwfpsZPhGPdOcrPT5f { width:15.8125rem;height:2.4375rem;top:13.375rem;left:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpL1lSIJqDgKL2oRPVPwPMDU2qW0ifx { width:3.75rem;height:3.75rem;top:12.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #myvUBvzpytrLC4iNGQ4h8y4so47V2nWG { width:15.6875rem;height:3.625rem;top:12.8125rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfzuNB8z0OhpBMCdIuu6hLTB1dbcWF4c { width:2.875rem;height:2.875rem;top:13.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9F8pHkvpUtQm6CvTCaEK7F5kXpdtIrz { width:2.6875rem;height:2.875rem;top:13.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXmFOdiklBHurzIxzXQDTtFMVd2KlTZV { width:3.75rem;height:3.75rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX89rJT4ANyobnbss1FvGBl4qLXVGvVM { width:18.1875rem;height:3.625rem;top:21rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAIm0gcyi68iTuHOWuhzT2Ibtxk7LkJm { width:2.875rem;height:2rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUVtdsbJ3DGermDO4OQMFDF3Z3dMlE6u { width:3.75rem;height:3.75rem;top:20.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJaNRlP3FteJAa4gfiPbb4TJxywrJPu { width:14.8125rem;height:3.625rem;top:21rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MyVONesMQ9r4wCqETssXci71RqdqaP { width:2.5rem;height:2.5625rem;top:21.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzg0NJ29WXIJ2CqBw6p7V5SbGqRQ2WuL { width:26.3125rem;height:2.4375rem;top:2.5rem;left:21.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cbqs8v1v3aN9CdONCBT1nCzAqxRhhQHA { width:13.1875rem;height:;top:9.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H11T4Q9D7y8ma1KAVrQddATpAzER7pF9 { width:3.75rem;height:3.75rem;top:7.3125rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #erxHLRwTZT2VdzOJ5RCK2x62DldZpCbi { width:2.125rem;height:2.75rem;top:7.8125rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyWVXkgOf03tCv1Uhy2dpdl9S1SiHBCM { width:3.75rem;height:3.75rem;top:13.625rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #uW13pGnHpqcKSwgfZgRWfQcD2XToJb5b { width:2.875rem;height:2.875rem;top:14.0625rem;left:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQHxvs1HLoKXLEAiBR8ArWcTc8e1vXV7 { width:14.8125rem;height:;top:15.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGPTyEGzeQwrgULy4c2LyW5vd7DBvmh4 { width:3.75rem;height:3.75rem;top:13.625rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm8Emmzw3sCzIzOm2MsWI3O33zyzrMTT { width:14.6875rem;height:;top:20.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1P6H1KWKAslLUMnFBw7Xp2zezI9GRAn { width:18.75rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlKvr2x2h8oTAoilw7z7Tmbnqv1oRnTE { width:3.75rem;height:3.75rem;top:13.625rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDBqJIsgD8M03c0tBzPhslUOJ4XwmNnW { width:15.4375rem;height:;top:25.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSZcoXBzCLzP0GJzu3cMsZx7DSsNGksO { width:18.75rem;height:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9wOgzzLFX50hP1sTwXOQ2ryxofvydZx { width:3.75rem;height:3.75rem;top:13.625rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1RTBuIwn93Q8EVF0CG9WMFMGk0rQB6l { width:18.75rem;height:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdeDqTMfI2UiNnIDWJEPgACtx6wozJDT { width:15.4375rem;height:;top:30.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu { display:block; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5eu3Sf8Art3bkb1wXLCLMX1ETls0aB6 { width:40.125rem;height:2.4375rem;top:3.6875rem;left:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFx3voHKfMPN7gauIke5CaVHCPE7PTlQ { width:4.375rem;height:4.375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdtSByR0tvT4Pig6BypD3eLIcfza8PiL { width:2.9375rem;height:2.9375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMm31KNOWNLMQspxet3cJIaaxLcIEmf { width:14.375rem;height:1.75rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGIEZdQIhRCrGS0W7d7U1suy5WIRKzek { width:18.625rem;height:2.4375rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2K5PKLmXAOufHSyPW1RQUSrXm5JCx9C { width:4.375rem;height:4.375rem;top:9.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuA6wTSpDXuMPy9UnD1ipQhyDorZRmPC { width:2.5rem;height:3.3125rem;top:10.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbwb3xtdymtVgkMqgqwte3TwS0WC90Lh { width:18.625rem;height:1.75rem;top:9.5rem;left:17.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ma6N2iwpbcx3u4QzGbx6Z7ihNbWlxc { width:20.5rem;height:2.4375rem;top:11.375rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWTxtPeS1TMtR5r1pIZ3A5813Glwzlu { width:4.375rem;height:4.375rem;top:9.5rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyA4Jel2BT9UUxrwr0BJ5VK6E8eWF7qk { width:3.4375rem;height:2.625rem;top:10.3125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdy8rpE2fn0fF5OSdCD8DaV9R13ETHT { width:15.4375rem;height:1.75rem;top:9.5rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOddoB7nsqTzq7D91eqzFvX5Ecb1448D { width:14.0625rem;height:2.4375rem;top:11.375rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb { display:block; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibTone2MI98cVELTa6EU619NNvbyaus9 { width:40.125rem;height:2.4375rem;top:4.625rem;left:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoH9cLEzDRkZPi63TPJKaD80Fb5N39iM { width:11.875rem;height:11.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgD7MJM8vLdHICXeoNTH3UzfdLdMzRSJ { width:7.9375rem;height:1.25rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGaWBCQkLmDLCa4oe1ptloGR4t8udTHo { width:7.9375rem;height:1.125rem;top:24.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofcLDDJNTZJpSZPxQPzWiP4rMMN1zrn0 { width:11.875rem;height:11.875rem;top:9.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MhCB0SXRoB3OoTtqD6Qec3OA4EBObJ { width:7.9375rem;height:1.25rem;top:22.75rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHMhpQvTWaSRIwL1Ornn60y9hIMdKcIg { width:7.9375rem;height:2.25rem;top:24.375rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6nqfGUU9eThEhi5DJ0NfeH3GDJuRmnK { width:11.875rem;height:11.875rem;top:9.3125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkycBWBQbwmFwxbGh4OToUdT5Sf6wVTz { width:7.9375rem;height:1.25rem;top:22.8125rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTCZKpnBkfIoUFCvSVqdFAnSTgBiSzu { width:5.625rem;height:2.0625rem;top:24.375rem;left:21.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADXrAURkTXL6F96bvrXItzTnpKywc1Z { width:11.8125rem;height:11.8125rem;top:9.3125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sof0QPsix6FB6BGyqp48QXIkKQDoTFnm { width:9.8125rem;height:1.25rem;top:22.75rem;left:34.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZMRKvzKINPFiV0EDEuSeIyMiPNCJIy0 { width:7.9375rem;height:3.125rem;top:24.25rem;left:35.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m74yrcWEWvJTwGk8TDreD4TVFZOdwyx8 { width:11.8125rem;height:11.8125rem;top:9.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKMWEodEaim7fGJEvE3Bu7w8GgWiPQ7 { width:12.0625rem;height:1.25rem;top:22.75rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7ppaTHZ376ML2XZcmWneALimc1xOtQn { width:7.9375rem;height:1.1875rem;top:24.25rem;left:39.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyGnhSUDmI2fSkovGTote2ixvEoCvrv { width:11.875rem;height:11.875rem;top:9.3125rem;left:33.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlOgw9rt31RR94yAkhZ4XDtZZyzMXGfM { display:block; }
 }@media only screen and (max-width: 763px) { #BCIyuoLZHO5JE10qci5h4Ktl41di6CxB { width:11.875rem;height:11.875rem;top:9.3125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMT1sqAL9a01WMErk0D7h1mETG4ZFLgA { display:block; }
 }@media only screen and (max-width: 763px) { #eDBENJyDSrT4GWc4STiLsIOWJhiLmQwm { width:11.875rem;height:11.875rem;top:9.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK9KfNdiTS2zirZEdPMhrMFO1pPdFS2F { display:block; }
 }@media only screen and (max-width: 763px) { #zcM00OeaI45PwmGV3mC40TpaKGJ3dG8h { width:11.875rem;height:11.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLXcTEm2u7TEEtIyr43T8PfAVLxP6Zs { display:block; }
 }@media only screen and (max-width: 763px) { #d27p8D04UOPPP0DD2NOo5KiAaPrm058B { width:11.875rem;height:11.875rem;top:9.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZGG99MPO985okOU3JvlDwWw3hU5tTyG { display:block; }
 }@media only screen and (max-width: 763px) { #QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri { display:block; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flNTqyRb96DZ6E7Emcx81IRa6DWu0aer { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG { display:block; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #necNUU22XyKeXn5bf68ikXyJ8eUqU4CE { top:1.1875rem;left:12.75rem;width:35rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk9DIumwRqUSF4u3hb7EypObE4GmXSpP { top:1.1875rem;left:0rem;width:35rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWZikITLSNZBiCGG37gd4XEry8vFbXJw { width:35.0625rem;height:;top:22.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3XhP54y8VRfyaf9f9A7mGJUpEkib95o { width:35.0625rem;height:1.9375rem;top:22.3125rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9VSbLE4rie4fDsVDlrsN6nRDNiGsAHp { width:35.0625rem;height:5.0625rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3o9iwDlhoM6g1K0hftlFlKT14TJFzEO { width:35.0625rem;height:;top:26.1875rem;left:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyySMp1h3nleATeIOWQGmqBubIObUqB { width:17.75rem;height:;top:17.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSaLigGNdEV5pmkVgw2yqelh3fTBvRhh { width:17.5625rem;height:;top:39.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx { display:block; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkfcV63auDDPFyRUhrHy6yGV4oQx5TuT { width:13.8125rem;height:2.4375rem;top:8.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVTEJKATJcXhEi5lpcnTH47DTTaDIWQ1 { width:2.9375rem;height:5.3125rem;top:6.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAkL6RudzxlTLLuTmqamsxDaZFCGBtF { width:13.4375rem;height:4.1875rem;top:7.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y63in4diHWh7COynkW1gLg7UlpWhN6AQ { width:10.6875rem;height:4.5rem;top:7.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi9UqTQJ2SfLGQUvId1wiu0zZrpvhmn5 { width:4.8125rem;height:4.8125rem;top:6.9375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCkLQkmKIMc0kO7WKbhxg2hZDt0yvi9S { width:11.6875rem;height:4.375rem;top:7.1875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX { display:block; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6qKtXvmp8mMcZI9agJBJPBo7n1wW35 { width:37.8125rem;height:1.0625rem;top:1.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0dzSs2OalSAodBsJbX6PoXibhoxalsC { width:9.8125rem;height:1rem;top:1.6875rem;left:35.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFC6H5BuqoyCspQsD9LAVxrADXIFqevR { width:14.1875rem;height:1rem;top:1.6875rem;left:33.5625rem;font-size:0.875rem;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:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMlks73LSX2rHTxhwG58bCFtZoz2hP6U { width:15rem;height:2.6875rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba44ceb0-b114-4728-abad-4f3a3fb53966/plywanie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk.adaptive-delivery-prevent-bg, #XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk.lazyload, #XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk.lazyloading { background-image: none; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container { background-color: transparent; background-image: none; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.22); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container > .video-iframe-container { display: none; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.22); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row > .video-iframe-container { display: none; }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .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); }#XTTCDJDT4T2DQAOyqqfrvbFVd7agflqk > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwlNTLgm4uGlO0sUdmbSNJPcWrPmM7AS { width:18.0625rem;height:10.57425rem;top:4.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZDAsaqoubcyyRLpgCTi72TcOwAAEiyx { width:16.75rem;height:3.75rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBSAfTzgb5UwP9Q732XP3gkA4MeGff6A { width:12.875rem;height:2.475rem;top:16.8125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOEe3ghtTrUURiUmHHpGqww6Dvi61QPW { width:1.9375rem;height:1.875rem;top:17.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBSCxzfmggspTGdtNcfDREG6FagAk3Nn { width:16.75rem;height:3.75rem;top:16.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9hyenRd3w71lFudFgAzUF4H1q2Mv5T { display:block; }
 }@media only screen and (max-width: 763px) { #bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V { display:block; }#bQhT5gsFTTt05QL4tD3cuTkH6aW0R95V > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bebRVew21GeDMLPE2AwXmShxEGRqwC2T { width:20rem;height:5.361325rem;top:3rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXrQKzhUTNpuFiUgHuV1VnukEFsfSUp { width:16.3125rem;height:3.125rem;top:9.75rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAurlzd8dmyczGknGPF9JHtaLiFI4tJM { display:block; }
 }@media only screen and (max-width: 763px) { #FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU { display:block; }#FMbqkW4AKSsJyJzeNIKm82EJwNT5TxVU > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zx2Hu083kUyEmEDpJFlDSVLx2dUEGQLH { width:20rem;height:0;top:19.78750038147rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKBHub9y2JrvtCWvCBouaKVuVH3WVRmJ { width:20rem;height:0;top:19.7875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6r9gOZNgkfPP0sLuo3lyf0NdzVGTUif { width:2.125rem;height:2.75rem;top:43.6875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #slmIgap0kN9MFbugReblG1OZ8w9g91rT { width:3.75rem;height:3.75rem;top:43.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuSpTkJwQoeCi4p5ygAeH3TZNptPwDM6 { width:3.75rem;height:3.75rem;top:48.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaNegCS8bSIfh6nwfpsZPhGPdOcrPT5f { width:15.8125rem;height:auto;top:13.375rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTpL1lSIJqDgKL2oRPVPwPMDU2qW0ifx { width:3.75rem;height:3.75rem;top:53.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #myvUBvzpytrLC4iNGQ4h8y4so47V2nWG { width:15.6875rem;height:auto;top:12.8125rem;left:2.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfzuNB8z0OhpBMCdIuu6hLTB1dbcWF4c { width:2.875rem;height:2.875rem;top:48.625rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9F8pHkvpUtQm6CvTCaEK7F5kXpdtIrz { width:2.6875rem;height:2.875rem;top:53.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXmFOdiklBHurzIxzXQDTtFMVd2KlTZV { width:3.75rem;height:3.75rem;top:58.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX89rJT4ANyobnbss1FvGBl4qLXVGvVM { width:18.1875rem;height:auto;top:21rem;left:0.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAIm0gcyi68iTuHOWuhzT2Ibtxk7LkJm { width:2.875rem;height:2rem;top:59.0625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUVtdsbJ3DGermDO4OQMFDF3Z3dMlE6u { width:3.75rem;height:3.75rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFJaNRlP3FteJAa4gfiPbb4TJxywrJPu { width:14.8125rem;height:auto;top:21rem;left:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1MyVONesMQ9r4wCqETssXci71RqdqaP { width:2.5rem;height:2.5625rem;top:63.8125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzg0NJ29WXIJ2CqBw6p7V5SbGqRQ2WuL { width:14.8125rem;height:4.548825rem;top:3.375rem;left:2.59375rem;font-size:1.75rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cbqs8v1v3aN9CdONCBT1nCzAqxRhhQHA { width:14.8125rem;height:3.65625rem;top:10.125rem;left:4.5rem;font-size:0.9375rem;z-index:15005;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H11T4Q9D7y8ma1KAVrQddATpAzER7pF9 { width:3.75rem;height:3.75rem;top:10.0625rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #erxHLRwTZT2VdzOJ5RCK2x62DldZpCbi { width:2.125rem;height:2.75rem;top:10.5625rem;left:0.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #QyWVXkgOf03tCv1Uhy2dpdl9S1SiHBCM { width:3.75rem;height:3.75rem;top:15.9375rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #uW13pGnHpqcKSwgfZgRWfQcD2XToJb5b { width:2.875rem;height:2.875rem;top:16.375rem;left:0.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #UQHxvs1HLoKXLEAiBR8ArWcTc8e1vXV7 { width:14.6875rem;height:3.65625rem;top:16rem;left:4.5rem;font-size:0.9375rem;z-index:15006;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGPTyEGzeQwrgULy4c2LyW5vd7DBvmh4 { width:3.75rem;height:3.75rem;top:21.6875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8Emmzw3sCzIzOm2MsWI3O33zyzrMTT { width:14.6875rem;height:3.65625rem;top:21.75rem;left:4.5625rem;font-size:0.9375rem;z-index:15007;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C1P6H1KWKAslLUMnFBw7Xp2zezI9GRAn { top:22.125rem;left:0.4375rem;width:2.6875rem;height:2.875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BlKvr2x2h8oTAoilw7z7Tmbnqv1oRnTE { width:3.75rem;height:3.75rem;top:27.4375rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #CDBqJIsgD8M03c0tBzPhslUOJ4XwmNnW { width:15.4375rem;height:4.875rem;top:27.4375rem;left:4.5625rem;font-size:0.9375rem;z-index:15008;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSZcoXBzCLzP0GJzu3cMsZx7DSsNGksO { top:28.0625rem;left:0.125rem;width:3.1875rem;height:2.25rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x9wOgzzLFX50hP1sTwXOQ2ryxofvydZx { width:3.75rem;height:3.75rem;top:34.625rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #O1RTBuIwn93Q8EVF0CG9WMFMGk0rQB6l { top:35.1875rem;left:0.5625rem;width:2.625rem;height:2.6875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JdeDqTMfI2UiNnIDWJEPgACtx6wozJDT { width:15.4375rem;height:3.65625rem;top:34.6875rem;left:4.5625rem;font-size:0.9375rem;z-index:15009;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu { display:block; }#KnUOk2oBlbQuSe2TXLmwrATNBfWKSwqu > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5eu3Sf8Art3bkb1wXLCLMX1ETls0aB6 { width:20rem;height:4.548825rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFx3voHKfMPN7gauIke5CaVHCPE7PTlQ { width:3.75rem;height:3.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdtSByR0tvT4Pig6BypD3eLIcfza8PiL { width:2.625rem;height:2.625rem;top:10.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbMm31KNOWNLMQspxet3cJIaaxLcIEmf { width:14.375rem;height:1.625rem;top:9.5rem;left:4.5500001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGIEZdQIhRCrGS0W7d7U1suy5WIRKzek { width:15.375rem;height:2.19921875rem;top:11.3125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2K5PKLmXAOufHSyPW1RQUSrXm5JCx9C { width:3.75rem;height:3.75rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuA6wTSpDXuMPy9UnD1ipQhyDorZRmPC { width:2.1875rem;height:2.9375rem;top:17.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbwb3xtdymtVgkMqgqwte3TwS0WC90Lh { width:15.3125rem;height:1.625rem;top:16.4375rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ma6N2iwpbcx3u4QzGbx6Z7ihNbWlxc { width:15.125rem;height:3.298825rem;top:18.25rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWTxtPeS1TMtR5r1pIZ3A5813Glwzlu { width:3.75rem;height:3.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyA4Jel2BT9UUxrwr0BJ5VK6E8eWF7qk { width:2.8125rem;height:2.125rem;top:24.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIdy8rpE2fn0fF5OSdCD8DaV9R13ETHT { width:15.4375rem;height:1.625rem;top:23.937499046326rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOddoB7nsqTzq7D91eqzFvX5Ecb1448D { width:15.0625rem;height:2.19921875rem;top:25.662499427796rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb { display:block; }#wLaSC7ymHeJ3z1l8tagMDEPwfHCkKSPb > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibTone2MI98cVELTa6EU619NNvbyaus9 { width:20rem;height:2.275rem;top:3rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoH9cLEzDRkZPi63TPJKaD80Fb5N39iM { width:9.375rem;height:9.375rem;top:7.2499942779544rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgD7MJM8vLdHICXeoNTH3UzfdLdMzRSJ { width:7.9375rem;height:1.3rem;top:17.012499809265rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGaWBCQkLmDLCa4oe1ptloGR4t8udTHo { width:7.9375rem;height:0.975rem;top:18.312500953674rem;left:0.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofcLDDJNTZJpSZPxQPzWiP4rMMN1zrn0 { width:9.375rem;height:9.375rem;top:7.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7MhCB0SXRoB3OoTtqD6Qec3OA4EBObJ { width:7.9375rem;height:1.3rem;top:17.012499809265rem;left:11.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHMhpQvTWaSRIwL1Ornn60y9hIMdKcIg { width:7.9375rem;height:1.949225rem;top:18.312500953674rem;left:11.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6nqfGUU9eThEhi5DJ0NfeH3GDJuRmnK { width:9.375rem;height:9.375rem;top:22.143753051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkycBWBQbwmFwxbGh4OToUdT5Sf6wVTz { width:7.9375rem;height:1.29980625rem;top:32.06875038147rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTCZKpnBkfIoUFCvSVqdFAnSTgBiSzu { width:7.9375rem;height:0.9rem;top:33.43124961853rem;left:0.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADXrAURkTXL6F96bvrXItzTnpKywc1Z { width:9.375rem;height:9.375rem;top:22.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sof0QPsix6FB6BGyqp48QXIkKQDoTFnm { width:9rem;height:1.3rem;top:32.06875038147rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZMRKvzKINPFiV0EDEuSeIyMiPNCJIy0 { width:7.9375rem;height:1.7998rem;top:33.75rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m74yrcWEWvJTwGk8TDreD4TVFZOdwyx8 { width:9.375rem;height:9.375rem;top:37.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKMWEodEaim7fGJEvE3Bu7w8GgWiPQ7 { width:8rem;height:2rem;top:47.5rem;left:6rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #W7ppaTHZ376ML2XZcmWneALimc1xOtQn { width:7.9375rem;height:1.04980625rem;top:49.6875rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyGnhSUDmI2fSkovGTote2ixvEoCvrv { width:9.375rem;height:9.375rem;top:22.143741607666rem;left:10.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xlOgw9rt31RR94yAkhZ4XDtZZyzMXGfM { display:block; }
 }@media only screen and (max-width: 763px) { #BCIyuoLZHO5JE10qci5h4Ktl41di6CxB { width:9.375rem;height:9.375rem;top:22.143732070923rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #aMT1sqAL9a01WMErk0D7h1mETG4ZFLgA { display:block; }
 }@media only screen and (max-width: 763px) { #eDBENJyDSrT4GWc4STiLsIOWJhiLmQwm { width:9.375rem;height:9.375rem;top:7.2499990463256rem;left:10.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tK9KfNdiTS2zirZEdPMhrMFO1pPdFS2F { display:block; }
 }@media only screen and (max-width: 763px) { #zcM00OeaI45PwmGV3mC40TpaKGJ3dG8h { width:9.375rem;height:9.375rem;top:7.249985694885rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #wqLXcTEm2u7TEEtIyr43T8PfAVLxP6Zs { display:block; }
 }@media only screen and (max-width: 763px) { #d27p8D04UOPPP0DD2NOo5KiAaPrm058B { width:9.375rem;height:9.375rem;top:37.374999046326rem;left:5.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #sZGG99MPO985okOU3JvlDwWw3hU5tTyG { display:block; }
 }@media only screen and (max-width: 763px) { #QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri { display:block; }#QXGbS9bEIAl1BnVKkU2C6Q1ZJBd5o7ri > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flNTqyRb96DZ6E7Emcx81IRa6DWu0aer { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG { display:block; }#Q3TB74ClQ279mTxUTZ94EXr7pCt7TGeG > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #necNUU22XyKeXn5bf68ikXyJ8eUqU4CE { height:11.213875rem;width:20rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk9DIumwRqUSF4u3hb7EypObE4GmXSpP { height:11.214285714286rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWZikITLSNZBiCGG37gd4XEry8vFbXJw { width:20rem;height:1.625rem;top:13.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3XhP54y8VRfyaf9f9A7mGJUpEkib95o { width:20rem;height:1.625rem;top:35.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9VSbLE4rie4fDsVDlrsN6nRDNiGsAHp { width:20rem;height:0;top:15.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3o9iwDlhoM6g1K0hftlFlKT14TJFzEO { width:20rem;height:0;top:42.3554921875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTyySMp1h3nleATeIOWQGmqBubIObUqB { width:17.75rem;height:5.19921875rem;top:15.875rem;left:1.25rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TSaLigGNdEV5pmkVgw2yqelh3fTBvRhh { width:17.5625rem;height:5.19921875rem;top:38.375rem;left:1.25rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx { display:block; }#wb07TkB6UwxRDQWgeamOD0SpzrpTSwPx > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkfcV63auDDPFyRUhrHy6yGV4oQx5TuT { width:13.8125rem;height:2.275rem;top:1.1437501907349rem;left:3.09375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVTEJKATJcXhEi5lpcnTH47DTTaDIWQ1 { width:3.0625rem;height:5.8125rem;top:6.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAkL6RudzxlTLLuTmqamsxDaZFCGBtF { width:10.625rem;height:3.1875rem;top:7.5625rem;left:7.300000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #y63in4diHWh7COynkW1gLg7UlpWhN6AQ { width:7.0625rem;height:3rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi9UqTQJ2SfLGQUvId1wiu0zZrpvhmn5 { width:3.3125rem;height:3.3125rem;top:13.03125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCkLQkmKIMc0kO7WKbhxg2hZDt0yvi9S { width:7.9375rem;height:2.8125rem;top:13.125rem;left:11.902483164983rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX { display:block; }#q2oTsvBtCg3aaoohe72EZFCFzkv2GNuX > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cg6qKtXvmp8mMcZI9agJBJPBo7n1wW35 { width:19.125rem;height:1.798825rem;top:1.2499980926514rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0dzSs2OalSAodBsJbX6PoXibhoxalsC { width:7.375rem;height:0.9rem;top:3.6624984741211rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFC6H5BuqoyCspQsD9LAVxrADXIFqevR { width:12.25rem;height:0.9rem;top:3.6499996185302rem;left:7.75rem;font-size:0.75rem;display:block; }
 }