.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:252,230,222;--color-primary-1:247,173,147;--color-primary-2:238,90,38;--color-primary-3:119,45,19;--color-primary-4:36,14,6;--color-secondary-0:218,222,227;--color-secondary-1:130,145,162;--color-secondary-2:5,34,68;--color-secondary-3:3,17,34;--color-secondary-4:1,5,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#494858;background-image:url("https://images.assets-landingi.com/mIpCldpp/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#052244;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; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { background-color: transparent; background-image: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .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); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { border-width: 0; border-radius: 0; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { font-size:0.875rem;font-family:arial;height:86.6875rem;width:60rem;position:relative;display:block; }#EROWse4q4cnuzNppTXh2sQpIAy46kEtL { 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:7.125rem;width:20.375rem;top:3.875rem;left:3.09375rem;overflow:hidden;display:block; }
#gk6AOMBAT6uKm5N1M4LovyBTZKE8gibv { color:rgba(var(--color-primary-0),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:16.375rem;left:6.5625rem;height:3.4375rem;display:block; }
#UBmBnA6y1ECiCVfdSc5VlGUKzs0Uglbv { 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:14.625rem;width:19.75rem;top:0rem;left:35.71875rem;overflow:hidden;display:block; }
#eO0JoFSrd5hrrAt4bwBQwguygcNOQvm5 { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:20.3125rem;top:35.6875rem;left:38.6875rem;overflow:hidden;display:block; }
#znezvH9wX6hPRd5MLXOH1vUB6zSpgeuV { position:absolute;display:block;z-index:15076;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:15.25rem;width:27.25rem;top:33.6875rem;left:16.625rem;overflow:hidden;display:block; }
#VpI7lOBVcAg2xUasEWqnwB6wZ1mwFhIi { box-sizing:content-box;height:22rem;width:18.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:24.8125rem;left:20.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yIoEZOOVykDNxupci5sd2NZPvx86PTcs { box-sizing:content-box;height:20.6875rem;width:16rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:26.25rem;left:2.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#lnGgprsdbuuFpTIT2kKl0Hz7Kbi2gL19 { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.25rem;top:35.6875rem;left:1.0625rem;overflow:hidden;display:block; }
#VcVP5eIRnl7OBoxW5PuPvk9eH4P8tFyK { color:rgba(var(--color-primary-2),1);display:block;width:13.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:32.9375rem;left:3.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNTV4RiisuMdbiBJuTAvS3Q30AdGKtRc { color:rgba(var(--color-primary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:32.5rem;left:21.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#If8AdXsZlOx86QnBqAR6FFJmiRKE23vP { color:rgba(var(--color-primary-2),1);display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:32.9375rem;left:41.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buMqxcbayqGAxRNfmJCBk0NtVog1Dua3 { color:rgba(var(--color-secondary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:35.625rem;left:19.625rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9XXGsNOyuJXhhQImRaWm3sF64525g0o { color:rgba(var(--color-primary-2),1);display:block;width:6.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:26.25rem;left:25.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wR2Ou07bvInILTWxAmBoFlNhKhJLvstr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:28.3125rem;left:21.25rem;height:3.3681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9NfsDlHMUam5oM2nyVbSCugFTtvTzZW { box-sizing:content-box;height:20.75rem;width:16rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:26.25rem;left:40.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#nUfUaoswGLCDKZDtUXzrPK39oPn0P0PZ { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:27.5rem;left:7.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSq65K1T8pHz7ATt6kdULODkUkhaMDaT { color:rgba(var(--color-primary-2),1);display:block;width:7.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:27.5rem;left:45.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBAXOTlVvdM3iGMmeZQor2R4UtEHhcyO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:29.5625rem;left:1.6875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zllveni7lQnhpWtDpCHueyqlqJq21b3h { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:29.5625rem;left:39.8125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mnmh8Mh67Zirva7RKJPrWA1WsOC65gLg { color:rgba(var(--color-primary-2),1);display:block;width:15.125rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:21rem;left:20.5625rem;height:2.1308625rem;display:block; }
#fKGkn0FiLsBa4Txcla8KQHaNboFTZUvz { position:absolute;display:block;z-index:15045;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:7.4375rem;width:15.8125rem;top:77.875rem;left:36.5625rem;overflow:hidden;display:block; }
#TxFfEiAny44NLbVtymOqeiUV3Eoyo8wB { position:absolute;display:block;z-index:15079;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:14.125rem;width:14.125rem;top:61.9375rem;left:3.0625rem;overflow:hidden;display:block; }
#VfygxMeR6XRhZdRwJszUUwVaXwA6fWOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:68.625rem;left:33.0625rem; }
#VfygxMeR6XRhZdRwJszUUwVaXwA6fWOV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#uUb9ky2UNCXg4pyoSORVn6ml1GX3ANKc { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:68.1875rem;left:24.125rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fV7QB1eAM6XyD4tlWozpp5GtC57Tmk5h { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:59.8125rem;left:42.125rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4eVNSWA2hnc3TC6VgryW3T7fWITTpDp { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.1;letter-spacing:0;top:59.8125rem;left:3.625rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnG0Pbh6JCTttTOaXV9bTae7WTN9RVyU { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:51.75rem;left:20.9375rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siTQCoRqiKGNkqABJGBDwWFbBgQEfznW { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:57.3125rem;left:26.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJ4GnIKyImZSgOgm2QCfIs6sxlmIPJht { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:61rem;left:23.25rem;height:3.3681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdnvhLCPtLc9NR16ZkuFN8m13H7FdGNG { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:57.3125rem;left:6.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tw7MoUistKdK4CMVHw9JbK7NzpQMCbxh { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:57.3125rem;left:45.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WeXmakAoRUlP2yxD8K7ISfSmI57W8Wp8 { box-sizing:content-box;height:20.6875rem;width:16rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:55.875rem;left:2.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Rb9aa1dgQTiBwf76dsQSwW5MlbhNQDau { box-sizing:content-box;height:20.6875rem;width:16rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:55.875rem;left:40.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HgpAtGNpGsh2g85gRozD5TJPJlCG4qrA { position:absolute;display:block;z-index:15080;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:14.125rem;width:14.125rem;top:61.9375rem;left:41.75rem;overflow:hidden;display:block; }
#Anc8RC3rBPZDTJeJPZRexM9vs3SedZU1 { box-sizing:content-box;height:20.6875rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);top:55.875rem;left:20.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#EFwE9pcIUzCKtpfHCVu7Lrq3uFHNCVkB { color:rgba(var(--color-tertiary-2),1);display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:80.5rem;left:7.6875rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V8GFF09auuklXlUikyy7TapI3VNLU771 { position:absolute;display:block;z-index:15012;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.3125rem;width:5.875rem;top:2.25rem;left:28.90625rem;overflow:hidden;display:block; }
#UVU3yyyfDHOqnha5kP7y69rnbbARUxZd { position:absolute;display:block;z-index:15013;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:1.875rem;width:2.5625rem;top:8.125rem;left:33.081623134328rem;overflow:hidden;display:block; }
#nBxx7HEOnd87fTuVoFa967wptJALubTf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.125rem;top:8.125rem;left:25.1875rem;overflow:hidden;display:block; }
#nunT6W0O2pGFU9QgCieWFCFGxernvUZW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.8125rem;top:8.0625rem;left:28.96875rem;overflow:hidden;display:block; }
#ZVuRaZJH9Hh1Q01ksGwbTy2ATZ950EKs { position:absolute;display:block;z-index:15015;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.0625rem;width:5.6875rem;top:49.6748046875rem;left:12.6875rem;overflow:hidden;display:block; }
#Dy0JlhXhSQCcyIbobRyL8TizOQCMe5V7 { 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:5.0625rem;width:4.75rem;top:48.9375rem;left:52.3125rem;overflow:hidden;display:block; }
#FlfV7oK0pQbrk02sKBMIPuhikka48W2d { 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:5.0625rem;width:4.75rem;top:13.5625rem;left:1.875rem;overflow:hidden;display:block; }
#UZLgxDfsbb2ybiEWnJsmJ60FBPq8hcbT { 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.625rem;width:2.625rem;top:19.8125rem;left:52.90625rem;overflow:hidden;display:block; }
#hVWGvda6LkQ7eity1SKkn8IcZa36aoJC { position:absolute;display:block;z-index:15023;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:2.625rem;top:54.75rem;left:1.0625rem;overflow:hidden;display:block; }
#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 { 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; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { background-color: transparent; background-image: none; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container > .video-iframe-container { display: none; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row > .video-iframe-container { display: none; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .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); }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { border-width: 0; border-radius: 0; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#zsRw5wyOmJMy79QBggqtWTWk4i8xC3EU { color:rgba(var(--color-primary-2),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.5rem;left:8.4375rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#dio91POembnVT8GbMnNzVXsgapVQ0JQc { color:rgba(var(--color-tertiary-2),1);display:block;width:40.4375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:19.75rem;left:9.96875rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlVm3xOvxmVWt2xFwMC8ih77fKTwKfPW { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:29.3125rem;left:6.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3HFGDZbmM3pgdeM0JhdTNBNDn53BJ5a { position:absolute;display:block;z-index:15080;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:9.1875rem;width:16.5625rem;top:33.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#tOszc87p6f8AGRAQQ2p9d8qKHqJMzT3l { color:rgba(var(--color-primary-0),1);display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:31.375rem;left:2.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIibl9pRBkK0TtMCLIhITdTsEZFIpOxz { 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:3.25rem;width:3.0625rem;top:39.9375rem;left:54.875rem;overflow:hidden;display:block; }
#IozCkS13eqmEt9oTtNWqheDCsidCWd38 { box-sizing:content-box;height:15.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:28.0625rem;left:3.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#oc6dH6PwyJxbE8DSf5M0LdyHJTB8DhyP { position:absolute;display:block;z-index:15085;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.5rem;width:10.1875rem;top:35.8125rem;left:18.0625rem;overflow:hidden;display:block; }
#LMAJgHEZNhRcBQiHZNbwZHUTNvQgRB9i { color:rgba(var(--color-primary-0),1);display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:31.375rem;left:16.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLOwt3i6CSBO2mLtmXVOPBJRel8T6J6r { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:29.375rem;left:19.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3tJf3vua4PQf2Q5wuQz5wGSSidZ7GFJ { 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:1.1875rem;width:12.0625rem;top:44.0625rem;left:3.625rem;overflow:hidden;display:block; }
#MhTRLzqq7d8E4sikf5LCuBLwQoPXtmJ1 { position:absolute;display:block;z-index:15030;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.25rem;width:3.5rem;top:43.625rem;left:21.5625rem;overflow:hidden;display:block; }
#liePP7AfTy8BgQ5mPTCE5oKrTJ3tLnKJ { position:absolute;display:block;z-index:15089;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:6.875rem;width:3.125rem;top:35.125rem;left:36rem;overflow:hidden;display:block; }
#TES44emIeJo7stR58AGpmVTntrhDng6n { color:rgba(var(--color-primary-0),1);display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:31.5rem;left:30.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfNBgfusFRSX53nBrOgz5Km3dcdM2Vkc { color:rgba(var(--color-primary-2),1);display:block;width:7rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:29.5rem;left:33.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euPX8OIl14P6XNyu6HpugToUQADRwho3 { 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.0625rem;width:8.5rem;top:43.6875rem;left:33.3125rem;overflow:hidden;display:block; }
#uNpNFXDH9swgBb9bWv3KVUiv1vKnvhgq { box-sizing:content-box;height:15.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:28rem;left:16.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Wsf1w438SoidBgyDSukmFvzQMCTcZyxR { box-sizing:content-box;height:15.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:28rem;left:30.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#XZU9laetFXXaRVHD6JOvPxpCRg7aqVQ9 { position:absolute;display:block;z-index:15032;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:7.9375rem;width:7.9375rem;top:34.5625rem;left:46.0625rem;overflow:hidden;display:block; }
#smIK5F3VQRWd24gW845T8a1hzFA4NmFR { box-sizing:content-box;height:15.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:28rem;left:43.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xCwCr6znnLS7IiaDQsIznF5aBrfnrtsW { color:rgba(var(--color-primary-0),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:31.375rem;left:44.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qi7U3QqxxlRJ4L3fRLnrOJUToT2QKfFA { color:rgba(var(--color-primary-2),1);display:block;width:11.0625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:29.3125rem;left:44.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyITyfQDAnFzXUnHLzAapbQP3cVMJf9d { position:absolute;display:block;z-index:15029;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:1.8125rem;width:5.75rem;top:43.5rem;left:47.1875rem;overflow:hidden;display:block; }
#z2vmT7mSnWedrdCGN1eCbOrCUDTFRNA9 { color:rgba(var(--color-secondary-2),1);display:block;width:45.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:6.4375rem;left:7.28125rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJpy1yLQs9DKlELQQK6xsuvrvdoJ3Jt6 { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:13.8125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#zOLxIeykOTphgpGFySlCNvbt6Qr5gUy9 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23.4375rem;left:14.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APV6nfhBTJ0SNxAeZeBToGmIoqyock3h { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:24.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#VHKIUi0OSFdmDOVLu9lNpIOoanI7hd94 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.4375rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBiakThJx17sZb4PFoP6X3nkWcsl3u2Z { box-sizing:content-box;height:2.25rem;width:9.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:36rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#mBsz8bNgvO9glNZOiQWseZORbx9iyzqA { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4375rem;left:36.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8iM5kRNkTF81r6R80rD4OOAwA7U5upd { position:absolute;display:block;z-index:15016;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.0625rem;width:5.6875rem;top:14.1328125rem;left:51rem;overflow:hidden;display:block; }
#HTTPZ7cHRs6NdpMuQAtyE0tEC5bUXHXH { 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:5.0625rem;width:4.75rem;top:26.375rem;left:2.0625rem;overflow:hidden;display:block; }
#QnXVwmwDlunvWMlcIRAkWzziFFPTCg4a { 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.625rem;width:2.625rem;top:39.9375rem;left:28.5625rem;overflow:hidden;display:block; }
#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container { background-color: transparent; background-image: none; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container > .video-iframe-container { display: none; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row > .video-iframe-container { display: none; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .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); }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container { border-width: 0; border-radius: 0; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#IBSCZkftIQ3n0TQBOQQgftAiFUhuAue5 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.125rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.6875rem;left:6.4375rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#J0mJFb2J2v5Crs5GbLJPROTwrFseQgsq { color:rgba(var(--color-tertiary-2),1);display:block;width:45.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:6.4375rem;left:7.28125rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cp8lAEK0LFgRGPpfWlmKWn8oEHX6g83e { position:absolute;display:block;z-index:15017;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:10.4375rem;top:15.5rem;left:8.125rem;overflow:hidden;display:block; }
#u0SmynNf7Lo1mzfrhrDs50JLenTV6cSr { position:absolute;display:block;z-index:15015;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:6.75rem;width:13.6875rem;top:14.3125rem;left:18.5625rem;overflow:hidden;display:block; }
#xRZleSzDNTf6BfWkgTsgTlT5xacOSSVn { position:absolute;display:block;z-index:15016;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.125rem;width:9.1875rem;top:16.125rem;left:32.25rem;overflow:hidden;display:block; }
#R3vUhPfcXnpC6UofRbPoAQfkhm2HXWTr { 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.625rem;width:2.625rem;top:3.875rem;left:1.90625rem;overflow:hidden;display:block; }
#mq8IDtst4mmTpOOLmlOrWEs8TomvdQrt { position:absolute;display:block;z-index:15017;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.125rem;width:8.5rem;top:16.125rem;left:43.375rem;overflow:hidden;display:block; }
#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { background-color: transparent; background-image: none; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container > .video-iframe-container { display: none; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row > .video-iframe-container { display: none; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .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); }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { border-width: 0; border-radius: 0; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#vNoGc0VDw3TWiJiNV8P4ZPeN456iOd1U { position:absolute;display:block;z-index:15040;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.5625rem;width:14.75rem;top:4.375rem;left:4.4375rem;overflow:hidden;display:block; }
#DHp9gnQDLToc9tQrqJMqwAHOOpJDSSTO { color:#251f21;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:4.5rem;left:27.25rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hMlkzsASQVxhRVpNTOVxEGZ3VwlygEhR { position:absolute;display:block;z-index:15041;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:7.5625rem;width:7.4375rem;top:2.4375rem;left:48.1875rem;overflow:hidden;display:block; }
#qXTcmHL0L67PJtvmC5dae3nmdIdXI8iB { box-sizing:content-box;height:5.9375rem;width:0.125rem;position:absolute;display:block;z-index:15042;background-color:#251f21;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:23.375rem;display:block; }
#pV45NBHkONo1gTGhpGvJT4eFLxvElwJi { position:absolute;display:block;z-index:15017;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.8125rem;width:3.9375rem;top:0.375rem;left:42.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dJfmUCri7hvllKU31JRrx2A57txDmkCZ { display:block; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EROWse4q4cnuzNppTXh2sQpIAy46kEtL { width:20.375rem;height:7.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6AOMBAT6uKm5N1M4LovyBTZKE8gibv { width:43.125rem;height:3.4375rem;top:16.375rem;left:0.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBmBnA6y1ECiCVfdSc5VlGUKzs0Uglbv { width:19.75rem;height:14.625rem;top:0rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0JoFSrd5hrrAt4bwBQwguygcNOQvm5 { width:20.3125rem;height:11.3125rem;top:35.6875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znezvH9wX6hPRd5MLXOH1vUB6zSpgeuV { width:27.25rem;height:15.25rem;top:33.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpI7lOBVcAg2xUasEWqnwB6wZ1mwFhIi { width:18.1875rem;height:22rem;top:24.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIoEZOOVykDNxupci5sd2NZPvx86PTcs { width:16rem;height:20.6875rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnGgprsdbuuFpTIT2kKl0Hz7Kbi2gL19 { width:20.25rem;height:11.25rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcVP5eIRnl7OBoxW5PuPvk9eH4P8tFyK { width:13.625rem;height:3.25rem;top:32.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNTV4RiisuMdbiBJuTAvS3Q30AdGKtRc { width:15.25rem;height:3.25rem;top:32.5rem;left:15.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8AdXsZlOx86QnBqAR6FFJmiRKE23vP { width:13.6875rem;height:3.25rem;top:32.9375rem;left:34.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buMqxcbayqGAxRNfmJCBk0NtVog1Dua3 { width:17.0625rem;height:1.875rem;top:35.625rem;left:13.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XXGsNOyuJXhhQImRaWm3sF64525g0o { width:6.3125rem;height:2rem;top:26.25rem;left:19.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2Ou07bvInILTWxAmBoFlNhKhJLvstr { width:17.0625rem;height:3.3125rem;top:28.3125rem;left:15.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9NfsDlHMUam5oM2nyVbSCugFTtvTzZW { width:16rem;height:20.75rem;top:26.25rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUfUaoswGLCDKZDtUXzrPK39oPn0P0PZ { width:7rem;height:2rem;top:27.5rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSq65K1T8pHz7ATt6kdULODkUkhaMDaT { width:7.125rem;height:2rem;top:27.5rem;left:39.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBAXOTlVvdM3iGMmeZQor2R4UtEHhcyO { width:17.0625rem;height:2.4375rem;top:29.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zllveni7lQnhpWtDpCHueyqlqJq21b3h { width:17.0625rem;height:2.4375rem;top:29.5625rem;left:30.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnmh8Mh67Zirva7RKJPrWA1WsOC65gLg { width:15.125rem;height:2.125rem;top:21rem;left:14.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGkn0FiLsBa4Txcla8KQHaNboFTZUvz { width:15.8125rem;height:7.4375rem;top:77.875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxFfEiAny44NLbVtymOqeiUV3Eoyo8wB { width:14.125rem;height:14.125rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfygxMeR6XRhZdRwJszUUwVaXwA6fWOV { width:2.8125rem;height:2.8125rem;top:68.625rem;left:26.9375rem;display:block; }
#VfygxMeR6XRhZdRwJszUUwVaXwA6fWOV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #uUb9ky2UNCXg4pyoSORVn6ml1GX3ANKc { width:8.75rem;height:3.6875rem;top:68.1875rem;left:18rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV7QB1eAM6XyD4tlWozpp5GtC57Tmk5h { width:12.4375rem;height:5.75rem;top:59.8125rem;left:35.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4eVNSWA2hnc3TC6VgryW3T7fWITTpDp { width:13.0625rem;height:5.75rem;top:59.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG0Pbh6JCTttTOaXV9bTae7WTN9RVyU { width:17.0625rem;height:1.875rem;top:51.75rem;left:14.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siTQCoRqiKGNkqABJGBDwWFbBgQEfznW { width:7rem;height:2rem;top:57.3125rem;left:20.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4GnIKyImZSgOgm2QCfIs6sxlmIPJht { width:13.4375rem;height:3.3125rem;top:61rem;left:17.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdnvhLCPtLc9NR16ZkuFN8m13H7FdGNG { width:7rem;height:2rem;top:57.3125rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw7MoUistKdK4CMVHw9JbK7NzpQMCbxh { width:7rem;height:2rem;top:57.3125rem;left:39.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeXmakAoRUlP2yxD8K7ISfSmI57W8Wp8 { width:16rem;height:20.6875rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb9aa1dgQTiBwf76dsQSwW5MlbhNQDau { width:16rem;height:20.6875rem;top:55.875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgpAtGNpGsh2g85gRozD5TJPJlCG4qrA { width:14.125rem;height:14.125rem;top:61.9375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anc8RC3rBPZDTJeJPZRexM9vs3SedZU1 { width:18.25rem;height:20.6875rem;top:55.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwE9pcIUzCKtpfHCVu7Lrq3uFHNCVkB { width:28.875rem;height:1.875rem;top:80.5rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8GFF09auuklXlUikyy7TapI3VNLU771 { width:5.875rem;height:4.3125rem;top:2.25rem;left:22.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVU3yyyfDHOqnha5kP7y69rnbbARUxZd { width:2.5625rem;height:1.875rem;top:8.125rem;left:26.956623134328rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxx7HEOnd87fTuVoFa967wptJALubTf { width:3.125rem;height:4.3125rem;top:8.125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunT6W0O2pGFU9QgCieWFCFGxernvUZW { width:1.8125rem;height:1.3125rem;top:8.0625rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVuRaZJH9Hh1Q01ksGwbTy2ATZ950EKs { width:5.6875rem;height:4.0625rem;top:49.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0JlhXhSQCcyIbobRyL8TizOQCMe5V7 { width:4.75rem;height:5.0625rem;top:48.9375rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlfV7oK0pQbrk02sKBMIPuhikka48W2d { width:4.75rem;height:5.0625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZLgxDfsbb2ybiEWnJsmJ60FBPq8hcbT { width:2.625rem;height:2.625rem;top:19.8125rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVWGvda6LkQ7eity1SKkn8IcZa36aoJC { width:2.625rem;height:2.625rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 { display:block; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsRw5wyOmJMy79QBggqtWTWk4i8xC3EU { width:43.125rem;height:3.4375rem;top:1.5rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dio91POembnVT8GbMnNzVXsgapVQ0JQc { width:40.4375rem;height:1.875rem;top:19.75rem;left:3.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlVm3xOvxmVWt2xFwMC8ih77fKTwKfPW { width:7rem;height:2rem;top:29.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3HFGDZbmM3pgdeM0JhdTNBNDn53BJ5a { width:16.5625rem;height:9.1875rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOszc87p6f8AGRAQQ2p9d8qKHqJMzT3l { width:13.6875rem;height:3.25rem;top:31.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIibl9pRBkK0TtMCLIhITdTsEZFIpOxz { width:3.0625rem;height:3.25rem;top:39.9375rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozCkS13eqmEt9oTtNWqheDCsidCWd38 { width:12.5625rem;height:15.1875rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc6dH6PwyJxbE8DSf5M0LdyHJTB8DhyP { width:10.1875rem;height:5.5rem;top:35.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAJgHEZNhRcBQiHZNbwZHUTNvQgRB9i { width:13.6875rem;height:3.25rem;top:31.375rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLOwt3i6CSBO2mLtmXVOPBJRel8T6J6r { width:7rem;height:2rem;top:29.375rem;left:13.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3tJf3vua4PQf2Q5wuQz5wGSSidZ7GFJ { width:12.0625rem;height:1.1875rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTRLzqq7d8E4sikf5LCuBLwQoPXtmJ1 { width:3.5rem;height:2.25rem;top:43.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liePP7AfTy8BgQ5mPTCE5oKrTJ3tLnKJ { width:3.125rem;height:6.875rem;top:35.125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TES44emIeJo7stR58AGpmVTntrhDng6n { width:13.6875rem;height:3.25rem;top:31.5rem;left:24.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfNBgfusFRSX53nBrOgz5Km3dcdM2Vkc { width:7rem;height:2rem;top:29.5rem;left:27.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euPX8OIl14P6XNyu6HpugToUQADRwho3 { width:8.5rem;height:2.0625rem;top:43.6875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNpNFXDH9swgBb9bWv3KVUiv1vKnvhgq { width:12.5625rem;height:15.1875rem;top:28rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsf1w438SoidBgyDSukmFvzQMCTcZyxR { width:12.5625rem;height:15.1875rem;top:28rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZU9laetFXXaRVHD6JOvPxpCRg7aqVQ9 { width:7.9375rem;height:7.9375rem;top:34.5625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smIK5F3VQRWd24gW845T8a1hzFA4NmFR { width:12.5625rem;height:15.1875rem;top:28rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCwCr6znnLS7IiaDQsIznF5aBrfnrtsW { width:12.1875rem;height:3.25rem;top:31.375rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi7U3QqxxlRJ4L3fRLnrOJUToT2QKfFA { width:11.0625rem;height:2rem;top:29.3125rem;left:36.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyITyfQDAnFzXUnHLzAapbQP3cVMJf9d { width:5.75rem;height:1.8125rem;top:43.5rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vmT7mSnWedrdCGN1eCbOrCUDTFRNA9 { width:45.8125rem;height:11.6875rem;top:6.4375rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpy1yLQs9DKlELQQK6xsuvrvdoJ3Jt6 { width:9.8125rem;height:2.25rem;top:23rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOLxIeykOTphgpGFySlCNvbt6Qr5gUy9 { width:8.3125rem;height:1.25rem;top:23.4375rem;left:8.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APV6nfhBTJ0SNxAeZeBToGmIoqyock3h { width:9.8125rem;height:2.25rem;top:23rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHKIUi0OSFdmDOVLu9lNpIOoanI7hd94 { width:8.3125rem;height:1.25rem;top:23.4375rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBiakThJx17sZb4PFoP6X3nkWcsl3u2Z { width:9.8125rem;height:2.25rem;top:23rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsz8bNgvO9glNZOiQWseZORbx9iyzqA { width:8.3125rem;height:1.25rem;top:23.4375rem;left:30.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iM5kRNkTF81r6R80rD4OOAwA7U5upd { width:5.6875rem;height:4.0625rem;top:14.125rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTPZ7cHRs6NdpMuQAtyE0tEC5bUXHXH { width:4.75rem;height:5.0625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnXVwmwDlunvWMlcIRAkWzziFFPTCg4a { width:2.625rem;height:2.625rem;top:39.9375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX { display:block; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBSCZkftIQ3n0TQBOQQgftAiFUhuAue5 { width:47.125rem;height:3.4375rem;top:1.6875rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mJFb2J2v5Crs5GbLJPROTwrFseQgsq { width:45.8125rem;height:7.25rem;top:6.4375rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8lAEK0LFgRGPpfWlmKWn8oEHX6g83e { width:10.4375rem;height:4.375rem;top:15.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0SmynNf7Lo1mzfrhrDs50JLenTV6cSr { width:13.6875rem;height:6.75rem;top:14.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRZleSzDNTf6BfWkgTsgTlT5xacOSSVn { width:9.1875rem;height:3.125rem;top:16.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3vUhPfcXnpC6UofRbPoAQfkhm2HXWTr { width:2.625rem;height:2.625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq8IDtst4mmTpOOLmlOrWEs8TomvdQrt { width:8.5rem;height:3.125rem;top:16.125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB { display:block; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNoGc0VDw3TWiJiNV8P4ZPeN456iOd1U { width:14.75rem;height:3.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHp9gnQDLToc9tQrqJMqwAHOOpJDSSTO { width:18.125rem;height:3.25rem;top:4.5rem;left:21.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMlkzsASQVxhRVpNTOVxEGZ3VwlygEhR { width:7.4375rem;height:7.5625rem;top:2.4375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTcmHL0L67PJtvmC5dae3nmdIdXI8iB { width:0.125rem;height:5.9375rem;top:3.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV45NBHkONo1gTGhpGvJT4eFLxvElwJi { width:3.9375rem;height:2.8125rem;top:0.375rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dJfmUCri7hvllKU31JRrx2A57txDmkCZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { background-color: transparent; background-image: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row > .video-iframe-container { display: none; }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .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); }#dJfmUCri7hvllKU31JRrx2A57txDmkCZ > .row .container { width:20rem;height:174.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EROWse4q4cnuzNppTXh2sQpIAy46kEtL { width:15.375rem;height:5.25rem;top:2.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk6AOMBAT6uKm5N1M4LovyBTZKE8gibv { width:14.625rem;height:4.125rem;top:8.5576171875rem;left:2.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBmBnA6y1ECiCVfdSc5VlGUKzs0Uglbv { width:12.8125rem;height:9.5625rem;top:14.3701171875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0JoFSrd5hrrAt4bwBQwguygcNOQvm5 { width:20rem;height:11.1376875rem;top:81.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znezvH9wX6hPRd5MLXOH1vUB6zSpgeuV { width:20rem;height:11.192375rem;top:37.7451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpI7lOBVcAg2xUasEWqnwB6wZ1mwFhIi { width:18.1875rem;height:22rem;top:26.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIoEZOOVykDNxupci5sd2NZPvx86PTcs { width:18.0625rem;height:20.6875rem;top:49.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnGgprsdbuuFpTIT2kKl0Hz7Kbi2gL19 { width:20rem;height:11.110375rem;top:60.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcVP5eIRnl7OBoxW5PuPvk9eH4P8tFyK { width:13.625rem;height:4rem;top:56.34375rem;left:3.1875rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kNTV4RiisuMdbiBJuTAvS3Q30AdGKtRc { width:15.25rem;height:4rem;top:33.8076171875rem;left:2.375rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #If8AdXsZlOx86QnBqAR6FFJmiRKE23vP { width:13.6875rem;height:4rem;top:77.38671875rem;left:3.15625rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #buMqxcbayqGAxRNfmJCBk0NtVog1Dua3 { width:17.0625rem;height:1.92480625rem;top:133.123046875rem;left:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XXGsNOyuJXhhQImRaWm3sF64525g0o { width:6.3125rem;height:2.5rem;top:28.0625rem;left:6.4375rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wR2Ou07bvInILTWxAmBoFlNhKhJLvstr { width:17.0625rem;height:2.19921875rem;top:30.125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9NfsDlHMUam5oM2nyVbSCugFTtvTzZW { width:18rem;height:20.75rem;top:71.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUfUaoswGLCDKZDtUXzrPK39oPn0P0PZ { width:7rem;height:2.5rem;top:51.0625rem;left:6.875rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZSq65K1T8pHz7ATt6kdULODkUkhaMDaT { width:7.125rem;height:2.5rem;top:72.6875rem;left:6.8125rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gBAXOTlVvdM3iGMmeZQor2R4UtEHhcyO { width:17.0625rem;height:2.19921875rem;top:53.5625rem;left:1.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zllveni7lQnhpWtDpCHueyqlqJq21b3h { width:17.0625rem;height:2.19921875rem;top:75.1875rem;left:1.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnmh8Mh67Zirva7RKJPrWA1WsOC65gLg { width:15.125rem;height:2.1308625rem;top:23.9326171875rem;left:2.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGkn0FiLsBa4Txcla8KQHaNboFTZUvz { width:15.8125rem;height:7.4375rem;top:167.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxFfEiAny44NLbVtymOqeiUV3Eoyo8wB { width:14.125rem;height:14.125rem;top:124.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfygxMeR6XRhZdRwJszUUwVaXwA6fWOV { display:flex;width:2.8125rem;height:2.8125rem;top:109.3125rem;left:13.0625rem; }
#VfygxMeR6XRhZdRwJszUUwVaXwA6fWOV > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #uUb9ky2UNCXg4pyoSORVn6ml1GX3ANKc { width:8.75rem;height:4.5996125rem;top:108.875rem;left:4.125rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fV7QB1eAM6XyD4tlWozpp5GtC57Tmk5h { width:12.4375rem;height:5.7744125rem;top:144.1875rem;left:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4eVNSWA2hnc3TC6VgryW3T7fWITTpDp { width:13.0625rem;height:5.7744125rem;top:122.5625rem;left:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG0Pbh6JCTttTOaXV9bTae7WTN9RVyU { width:17.0625rem;height:2.0625rem;top:93.875rem;left:1.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siTQCoRqiKGNkqABJGBDwWFbBgQEfznW { width:7rem;height:2.5rem;top:98rem;left:6.5rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4GnIKyImZSgOgm2QCfIs6sxlmIPJht { width:13.4375rem;height:2.19921875rem;top:101.6875rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdnvhLCPtLc9NR16ZkuFN8m13H7FdGNG { width:7rem;height:2.5rem;top:120.0625rem;left:6.125rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tw7MoUistKdK4CMVHw9JbK7NzpQMCbxh { width:7rem;height:2.5rem;top:141.6875rem;left:6.625rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WeXmakAoRUlP2yxD8K7ISfSmI57W8Wp8 { width:18.1875rem;height:20.6875rem;top:118.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb9aa1dgQTiBwf76dsQSwW5MlbhNQDau { width:18.0625rem;height:20.6875rem;top:140.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgpAtGNpGsh2g85gRozD5TJPJlCG4qrA { width:14.125rem;height:14.125rem;top:146.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anc8RC3rBPZDTJeJPZRexM9vs3SedZU1 { width:18.25rem;height:20.6875rem;top:96.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwE9pcIUzCKtpfHCVu7Lrq3uFHNCVkB { width:20rem;height:4.125rem;top:163.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8GFF09auuklXlUikyy7TapI3VNLU771 { width:2.75rem;height:2rem;top:13.7451171875rem;left:3.0037313432836rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVU3yyyfDHOqnha5kP7y69rnbbARUxZd { width:2.5625rem;height:1.875rem;top:15.7451171875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxx7HEOnd87fTuVoFa967wptJALubTf { width:1.375rem;height:1.9375rem;top:18.0576171875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunT6W0O2pGFU9QgCieWFCFGxernvUZW { width:1.8125rem;height:1.3125rem;top:19.5576171875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVuRaZJH9Hh1Q01ksGwbTy2ATZ950EKs { width:5.6875rem;height:4.0625rem;top:114.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0JlhXhSQCcyIbobRyL8TizOQCMe5V7 { width:4.75rem;height:5.0625rem;top:97.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlfV7oK0pQbrk02sKBMIPuhikka48W2d { width:2rem;height:2.125rem;top:15.7451171875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZLgxDfsbb2ybiEWnJsmJ60FBPq8hcbT { width:2.625rem;height:2.625rem;top:70.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVWGvda6LkQ7eity1SKkn8IcZa36aoJC { width:2.625rem;height:2.625rem;top:113.75rem;left:15.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 { display:block; }#heURHHHldfPcWQsU22n3xZ3hFMHnmoL9 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsRw5wyOmJMy79QBggqtWTWk4i8xC3EU { width:20rem;height:2.0625rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dio91POembnVT8GbMnNzVXsgapVQ0JQc { width:20rem;height:6.1875rem;top:26.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlVm3xOvxmVWt2xFwMC8ih77fKTwKfPW { width:7rem;height:2.19921875rem;top:35.5625rem;left:1rem;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #U3HFGDZbmM3pgdeM0JhdTNBNDn53BJ5a { width:9.0625rem;height:4.9375rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOszc87p6f8AGRAQQ2p9d8qKHqJMzT3l { width:6.5625rem;height:2.0996125rem;top:37.75rem;left:1.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DIibl9pRBkK0TtMCLIhITdTsEZFIpOxz { width:3.0625rem;height:3.25rem;top:46.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozCkS13eqmEt9oTtNWqheDCsidCWd38 { width:8.6875rem;height:10.5rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc6dH6PwyJxbE8DSf5M0LdyHJTB8DhyP { width:5.25rem;height:2.75rem;top:41.5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAJgHEZNhRcBQiHZNbwZHUTNvQgRB9i { width:7.0625rem;height:3.1494125rem;top:37.75rem;left:11.9375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fLOwt3i6CSBO2mLtmXVOPBJRel8T6J6r { width:7rem;height:2.19921875rem;top:35.5625rem;left:11.9375rem;font-size:1.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #F3tJf3vua4PQf2Q5wuQz5wGSSidZ7GFJ { width:7rem;height:0.625rem;top:46.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhTRLzqq7d8E4sikf5LCuBLwQoPXtmJ1 { width:3.5rem;height:2.25rem;top:45.8125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liePP7AfTy8BgQ5mPTCE5oKrTJ3tLnKJ { width:2.125rem;height:4.8125rem;top:53.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TES44emIeJo7stR58AGpmVTntrhDng6n { width:8.25rem;height:2.0996125rem;top:51rem;left:0.375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xfNBgfusFRSX53nBrOgz5Km3dcdM2Vkc { width:7rem;height:1.6494125rem;top:49.375rem;left:1rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #euPX8OIl14P6XNyu6HpugToUQADRwho3 { width:5.6875rem;height:1.3125rem;top:60.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNpNFXDH9swgBb9bWv3KVUiv1vKnvhgq { width:8.75rem;height:10.5625rem;top:34.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsf1w438SoidBgyDSukmFvzQMCTcZyxR { width:8.625rem;height:10.75rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZU9laetFXXaRVHD6JOvPxpCRg7aqVQ9 { width:4.625rem;height:4.625rem;top:54.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smIK5F3VQRWd24gW845T8a1hzFA4NmFR { width:8.75rem;height:11rem;top:48.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCwCr6znnLS7IiaDQsIznF5aBrfnrtsW { width:8.6875rem;height:2.0996125rem;top:52.8125rem;left:11.3125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qi7U3QqxxlRJ4L3fRLnrOJUToT2QKfFA { width:5.0625rem;height:3.298825rem;top:49.375rem;left:12.9375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WyITyfQDAnFzXUnHLzAapbQP3cVMJf9d { width:4.375rem;height:1.3125rem;top:60.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vmT7mSnWedrdCGN1eCbOrCUDTFRNA9 { width:20rem;height:15.84375rem;top:5.125rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJpy1yLQs9DKlELQQK6xsuvrvdoJ3Jt6 { width:5.5625rem;height:2.25rem;top:22.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOLxIeykOTphgpGFySlCNvbt6Qr5gUy9 { width:3.8125rem;height:1.0556625rem;top:23.25rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APV6nfhBTJ0SNxAeZeBToGmIoqyock3h { width:5.75rem;height:2.25rem;top:22.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHKIUi0OSFdmDOVLu9lNpIOoanI7hd94 { width:5.8125rem;height:1.0556625rem;top:23.25rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBiakThJx17sZb4PFoP6X3nkWcsl3u2Z { width:5.8125rem;height:2.25rem;top:22.625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsz8bNgvO9glNZOiQWseZORbx9iyzqA { width:4.9375rem;height:1.0556625rem;top:23.25rem;left:14.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iM5kRNkTF81r6R80rD4OOAwA7U5upd { width:3.6875rem;height:2.5625rem;top:39.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTPZ7cHRs6NdpMuQAtyE0tEC5bUXHXH { width:2rem;height:2.125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnXVwmwDlunvWMlcIRAkWzziFFPTCg4a { width:2.625rem;height:2.625rem;top:55.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX { display:block; }#I7ZGxnNL2ilH52yP5SrFnKmwtHvR2uDX > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBSCZkftIQ3n0TQBOQQgftAiFUhuAue5 { width:20rem;height:4.125rem;top:5.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mJFb2J2v5Crs5GbLJPROTwrFseQgsq { width:20rem;height:10.96875rem;top:10.5rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8lAEK0LFgRGPpfWlmKWn8oEHX6g83e { width:7.1875rem;height:3rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0SmynNf7Lo1mzfrhrDs50JLenTV6cSr { width:6.375rem;height:3.125rem;top:23.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRZleSzDNTf6BfWkgTsgTlT5xacOSSVn { width:4.875rem;height:1.625rem;top:22.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3vUhPfcXnpC6UofRbPoAQfkhm2HXWTr { width:2.625rem;height:2.625rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq8IDtst4mmTpOOLmlOrWEs8TomvdQrt { width:8.5rem;height:3.125rem;top:27.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB { display:block; }#XwPZVQWBy8aRHlUsTD66rNP7Tnw1LUdB > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNoGc0VDw3TWiJiNV8P4ZPeN456iOd1U { width:6.375rem;height:1.5rem;top:0.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHp9gnQDLToc9tQrqJMqwAHOOpJDSSTO { width:8.75rem;height:1.949225rem;top:3.8125rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hMlkzsASQVxhRVpNTOVxEGZ3VwlygEhR { width:4.125rem;height:4.1875rem;top:1.4375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTcmHL0L67PJtvmC5dae3nmdIdXI8iB { width:0.0625rem;height:5rem;top:1rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV45NBHkONo1gTGhpGvJT4eFLxvElwJi { width:3rem;height:2.125rem;top:0.6875rem;left:8.8125rem;display:block; }
 }