.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,235,230;--color-primary-1:252,190,171;--color-primary-2:248,124,86;--color-primary-3:124,62,43;--color-primary-4:37,19,13;--color-secondary-0:251,227,248;--color-secondary-1:243,163,233;--color-secondary-2:231,70,211;--color-secondary-3:116,35,106;--color-secondary-4:35,11,32;--color-tertiary-0:255,255,255;--color-tertiary-1:218,218,218;--color-tertiary-2:130,130,130;--color-tertiary-3:65,65,65;--color-tertiary-4:13,13,13;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(136deg, rgba(0,0,0,0), #c8c8c8);background-image: -moz-linear-gradient(136deg, rgba(0,0,0,0), #c8c8c8);background-image: -ms-linear-gradient(136deg, rgba(0,0,0,0), #c8c8c8);background-image: -o-linear-gradient(136deg, rgba(0,0,0,0), #c8c8c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8c8c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c8c8c8' );";background-image: linear-gradient(136deg, rgba(0,0,0,0), #c8c8c8);background-size:auto !important;position:relative;display:block; }
#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); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { background-color: transparent; background-image: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container > .video-iframe-container { display: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container { display: none; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .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); }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { border-width: 0; border-radius: 0; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { color:rgba(var(--color-tertiary-1),1);display:block;width:52.25rem;position:absolute;font-family:oswald;font-size:6.75rem;font-weight:normal;z-index:15008;line-height:.95;letter-spacing:0;top:1.53125rem;left:11.375rem;height:12.82425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sJvzA7cSEuPT3KiSKNtVLqw73dFiTsXU { 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:3rem;width:3rem;top:17.5rem;left:32.25rem;overflow:hidden;display:block; }
#CtBWHhygoggw01mO1qhCKmPnJ1p8dcLp { 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:3.125rem;width:3.125rem;top:17.4375rem;left:35.9375rem;overflow:hidden;display:block; }
#NMeN1T9TWdBTKNelBuf2GkBDX7vmEFVv { 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:3.0625rem;width:3.0625rem;top:17.5rem;left:39.6875rem;overflow:hidden;display:block; }
#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS { background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/3810d3ef-6df7-4e7e-82ef-24e213a78fe3/bgwide.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.adaptive-delivery-prevent-bg, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyload, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyloading { background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { background-color: transparent; background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .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); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { border-width: 0; border-radius: 0; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#LFWWgTJDFzIH0E7TPIPQ960uytk0HxEX { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:arial;font-size:4.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:0.5625rem;left:0.625rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:1.136875rem;padding-right:1.04375rem;padding-bottom:1.136875rem;padding-left:1.04375rem;display:block;align-items:center;width:6.261875rem;min-width:6.261875rem;height:6.1075rem;position:relative;font-family:var(--headlines-font-family);font-size:4.545625rem;font-weight:700;line-height:97.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.71rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:8.348125rem;height:0;position:relative;font-family:var(--paragraphs-font-family);font-size:1.704375rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:-12%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:37.375rem;height:9.09125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.375rem;left:18.1875rem;z-index:14998; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #gEcmATR6PDrPViHBanWk5UCNffoieHyO { display:flex;position:relative;top:0rem;left:0rem; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #aHXP3pac8ZyEiz16bkk4OAWIhHSPRSeI { width:auto; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #Vq9iyXWTkpUAk3sVre7dhbAch2GOdb2Q {  }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #F6UE03xhfbaHBOnPeTyqfMpARMZIaq3x { display:flex;position:relative;top:0rem;left:0rem; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #CuqNzQqT5y1OOU0vz8wqOgmh8VT4lTOa {  }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #BA5KGvFS2JsdWEu54GeRmPNbVE319sqA {  }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #t6fmU63fhc1G1uHUU0ZXh81Nc9R22ThQ { display:flex;position:relative;top:0rem;left:0rem; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #DrsCIhT0B7IDfphhRDSlBFLJ5StPTefv {  }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #XFgfi6f2IUFrKQJoA7aeNZ75hZrTE7XA {  }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #BdsK4gznWpW7QrF782Al5VBB1y8tO585 { display:flex;position:relative;top:0rem;left:0rem; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #eNgqJD4GCVirzL6LcvqthKwLdkltqB5u {  }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i #dNXCCifziWxKwmzyVuoO9NT7zqb69Ka7 {  }
#WTyaskBSvoexagN3dwMkV9QvJyH0onos { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:19rem;left:18.875rem;height:2.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0wGT32x2siSiWVPTXuOSGiQFVQqETst { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:19rem;left:28.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT8bID1Ry0ixXLXoObBP4qTOqa8y3BcS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:19rem;left:38.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTMeAlSdT2VLrENtXnlmhJTTonmfLxTP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19rem;left:47.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuJO3xAS2a8DoJ8NLMMRifT0lq3r9ogq { z-index:15003;top:24.3125rem;left:25.84375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pGOx7Jru3ohpcE5SJCDg3H6W01F6zzNm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIZGZynpLh9TqzERGpo6OisCdQ7U0Wyc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.375rem;left:23.53125rem;height:2.03125rem;display:block; }
#GJXv3L5h8vZ7DGzerfwytRxutrtxTwDd { 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:6rem;width:11.625rem;top:33.125rem;left:0rem;overflow:hidden;display:block; }
#fC7Xfv5Tgs1kEUhBe0rtpTTcOyedS19X { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31rem;left:12.1875rem;height:2.1933625rem;display:block; }
#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { background-color: transparent; background-image: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container > .video-iframe-container { display: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container { display: none; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .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); }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { border-width: 0; border-radius: 0; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { font-size:0.875rem;font-family:arial;height:227.8125rem;width:75rem;position:relative;display:block; }#w8Shu3bgdN2IC6ZW6pmW1VO9gfllzuyl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:21.625rem;left:0rem; }
#rc4LqBNsI0GNiCUx9wuzq40rtlgGKW6a { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.625rem;left:7.75rem;height:3.0869125rem;display:block; }
#npkXry00SfSKANk7IQHfWXInuJo6c8lF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:7.75rem;height:2.923825rem;display:block; }
#IALTSkbRhvsy7T3T24ao9GXei1Z3ylru { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.875rem;left:0rem; }
#tU81nsHMK6qaHhgM6ldcGgvzO0iTgI63 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.875rem;left:7.75rem;height:3.0869125rem;display:block; }
#Esk9XLGtWhGt1rWw2eXdazd3NB2NNNHw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:7.75rem;height:1.4619125rem;display:block; }
#sy0dcwz0E9klZssl0A0z3bUcFM0VVinC { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.9375rem;left:41.625rem; }
#s9dxawTGKN42rvTWhdWEpwgBM7BAoLl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9375rem;left:49.375rem;height:3.0869125rem;display:block; }
#r9LDAKbCc1xhLpFZWXrH18QKKlRwiDWq { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24rem;left:49.375rem;height:2.923825rem;display:block; }
#IP7h6SKXJEmlJdmc5udlmTo7yP7mdG82 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.625rem;left:28.875rem;height:0;display:block; }
#bx9ZL0S0gKrvsQ4HhVRTLZln1TDtD8Mc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:122.8125rem;left:0rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#TZN5mXEPAzZtV3uQGDF8cGVVBuncxavF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.5rem;left:33.9375rem;height:3.4121125rem;display:block; }
#XZTv1Qr5gHVWOcstzd1m6GXuFz5FdEyu { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:32.8125rem;left:20.125rem;height:5.6875rem;display:block; }
#VpfmWmmSNuF111QlIlHCFXhK7PMdODSN { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.1875rem;left:35.5rem;height:0;display:block; }
#ThiJ6CvsWEA9pNogaRzIImq9QWTLK30g { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.375rem;left:23.40625rem;height:5.6875rem;display:block; }
#iKIgHmo7Lt35G4qBZocwWqHeFDhlapV0 { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.875rem;left:41.625rem; }
#iKIgHmo7Lt35G4qBZocwWqHeFDhlapV0 > img { max-width: 100%;max-height:100%; width:6.6875rem; height:6.6875rem; }#QtdZPxpZ3bHHJRbFgDgLdkaTZnXTmwBP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.875rem;left:48.3125rem;height:3.0869125rem;display:block; }
#uzlrmSAIfNqVrll3bAb5G0lT7dBG7lWw { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.16015625rem;left:48.3125rem;height:1.29980625rem;display:block; }
#qzhKWhWrQcz5vxxwULwRad4GhK1bROQr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:48.6875rem;left:3.75rem;display:none; }
#DnaA0JB02eA0z7qGDf9ZS24RbgNueVZn { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:53.125rem;left:6.5625rem;display:none; }
#xrkdRxlOSId4Dwf89FkzwaxVikbzP7FC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:38.875rem;left:26.75rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#LgZ7tMKEBTwnRRFpBd6fbuPvosaVSPCB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:52.4375rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#WCO94T0ydvmQBBEQ6t2Q9wTKCGvBssTh { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:114.875rem;left:34.15625rem; }
#bNiVP2qfaEd5f4HpT6uovbTDe11LEaML { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:44.4375rem;left:34.15625rem; }
#IMXMQbiJOW4G0q5V5KWB5sOoA3B5EuRJ { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:69.875rem;left:34.5rem; }
#cMCol2DOzkoETMaPusacH4nzcEUv1tIr { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:2;letter-spacing:0;top:83.25rem;left:18.625rem;height:28.125rem;text-align:center;text-align-last:center;display:block; }
#tUp45EGHZVAZ8kOeIByiA7cE8d8zi46U { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:77.4375rem;left:0.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#FIT4m1zPUO7hOWxZxqgsbhxqTqwBCJ3R { color:rgba(var(--color-tertiary-0),1);display:block;width:74.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:143.4375rem;left:0.4375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#yapAMP7RGVQbsrEHK8iq82iyNglfBnrN { color:rgba(var(--color-tertiary-0),1);display:block;width:61.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:185.0625rem;left:6.8125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#lUB1nlHb4LEPLTSDJIA793nQQorgKyzr { color:rgba(var(--color-tertiary-0),1);display:block;width:74.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:2.3;letter-spacing:0;top:150.5rem;left:0rem;height:32.34375rem;text-align:center;text-align-last:center;display:block; }
#X7T0ipiTP8a4nW34EW8c9CpWkFAcST7q { color:rgba(var(--color-primary-0),1);display:block;width:72.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:195.4375rem;left:1.125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#D7KDKfpoMGoLSKHyO6OlvDFkk6lHUaHw { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15031;line-height:2.1;letter-spacing:0;top:202.75rem;left:25.125rem;height:12.59765625rem;text-align:center;text-align-last:center;display:block; }
#DfLa08pDQxrATPcvQEAKSDyysPTQuOb9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15032;line-height:2.1;letter-spacing:0;top:216.6875rem;left:0.0625rem;height:8.3984375rem;text-align:center;text-align-last:center;display:block; }
#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #000000, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(87deg, #000000, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(87deg, #000000, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(87deg, #000000, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(87deg, #000000, rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container { background-color: transparent; background-image: none; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container > .video-iframe-container { display: none; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row > .video-iframe-container { display: none; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .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); }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container { border-width: 0; border-radius: 0; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#by2JvXqebsG0T7ax1rCrLgQ0qhXLtH9c { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:18.15625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#UuKsq6JKQtFyQsrsQQ0H64htSBE4cSkC { color:rgba(var(--color-tertiary-0),1);display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.3125rem;left:0rem;height:18.28125rem;text-align:center;text-align-last:center;display:block; }
#CxDPPuQ70CTxdLmdaiuIX7qawmaP7fxe { position:absolute;display:block;z-index:15002;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.0625rem;width:28.125rem;top:8.1875rem;left:23.4375rem;overflow:hidden;display:block; }
#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH { 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; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container { background-color: transparent; background-image: none; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container > .video-iframe-container { display: none; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row > .video-iframe-container { display: none; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .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); }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container { border-width: 0; border-radius: 0; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#UbIsNsu2TBV7Takgcr14fEfCX6DV7pqJ { 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:18.5rem;width:33.3125rem;top:0rem;left:20.84375rem;overflow:hidden;display:block; }
#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container { background-color: transparent; background-image: none; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container > .video-iframe-container { display: none; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row > .video-iframe-container { display: none; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .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); }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container { border-width: 0; border-radius: 0; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#GoAv9skFBZveiCkibyWT6K8BpVcgPyee { color:rgba(var(--color-tertiary-1),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:4rem;height:1.29980625rem;font-style:normal;display:block; }
#UWDGqiONz3zugZ47mUGFftDRU8C1SAaG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3rem;left:4rem; }
#vZtAkF0UFKe3vBl55Fh6AQS7Kk8mumTe { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:2.724609375rem;left:5.375rem;height:0;font-style:normal;display:block; }
#mZuQ89LTsixknHZFZl5g2wT34TWMHIAX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.5rem;left:5.375rem;height:0;display:block; }
#uX1cr9do1MkdnaNnD7BOBRraZ0DkLbvO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:8.1875rem;height:0;display:block; }
#b2A9wcgC7J3pncVJyUfssERL09R1wUHJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.75rem;left:5.375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:47.75rem;height:12.75rem;top:1.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvzA7cSEuPT3KiSKNtVLqw73dFiTsXU { top:17.5rem;left:18.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtBWHhygoggw01mO1qhCKmPnJ1p8dcLp { top:17.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMeN1T9TWdBTKNelBuf2GkBDX7vmEFVv { top:17.5rem;left:26.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS { display:block; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFWWgTJDFzIH0E7TPIPQ960uytk0HxEX { width:47.75rem;height:8.25rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i { display:flex;width:18rem;height:5.0625rem;top:14.1875rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #gEcmATR6PDrPViHBanWk5UCNffoieHyO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #aHXP3pac8ZyEiz16bkk4OAWIhHSPRSeI {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #Vq9iyXWTkpUAk3sVre7dhbAch2GOdb2Q {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #F6UE03xhfbaHBOnPeTyqfMpARMZIaq3x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #CuqNzQqT5y1OOU0vz8wqOgmh8VT4lTOa {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #BA5KGvFS2JsdWEu54GeRmPNbVE319sqA {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #t6fmU63fhc1G1uHUU0ZXh81Nc9R22ThQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #DrsCIhT0B7IDfphhRDSlBFLJ5StPTefv {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #XFgfi6f2IUFrKQJoA7aeNZ75hZrTE7XA {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #BdsK4gznWpW7QrF782Al5VBB1y8tO585 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #eNgqJD4GCVirzL6LcvqthKwLdkltqB5u {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #dNXCCifziWxKwmzyVuoO9NT7zqb69Ka7 {  }
 }@media only screen and (max-width: 763px) { #WTyaskBSvoexagN3dwMkV9QvJyH0onos { width:6.75rem;height:2rem;top:19rem;left:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wGT32x2siSiWVPTXuOSGiQFVQqETst { width:6.75rem;height:1.875rem;top:19rem;left:15rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT8bID1Ry0ixXLXoObBP4qTOqa8y3BcS { width:6.75rem;height:1.875rem;top:19rem;left:25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTMeAlSdT2VLrENtXnlmhJTTonmfLxTP { width:7.625rem;height:1.875rem;top:19rem;left:34.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuJO3xAS2a8DoJ8NLMMRifT0lq3r9ogq { top:24.3125rem;left:12.21875rem;width:22.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGOx7Jru3ohpcE5SJCDg3H6W01F6zzNm { display:block; }
 }@media only screen and (max-width: 763px) { #JIZGZynpLh9TqzERGpo6OisCdQ7U0Wyc { top:12.375rem;left:9.90625rem;width:26.6875rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJXv3L5h8vZ7DGzerfwytRxutrtxTwDd { top:33.125rem;left:0rem;width:11.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC7Xfv5Tgs1kEUhBe0rtpTTcOyedS19X { top:31rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8Shu3bgdN2IC6ZW6pmW1VO9gfllzuyl { top:21.625rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc4LqBNsI0GNiCUx9wuzq40rtlgGKW6a { top:21.625rem;left:0rem;width:7.25rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npkXry00SfSKANk7IQHfWXInuJo6c8lF { top:24.6875rem;left:0rem;width:14.4375rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALTSkbRhvsy7T3T24ao9GXei1Z3ylru { top:8.875rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU81nsHMK6qaHhgM6ldcGgvzO0iTgI63 { top:8.875rem;left:0rem;width:5.4375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esk9XLGtWhGt1rWw2eXdazd3NB2NNNHw { top:11.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy0dcwz0E9klZssl0A0z3bUcFM0VVinC { top:20.9375rem;left:28rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9dxawTGKN42rvTWhdWEpwgBM7BAoLl5 { top:20.9375rem;left:35.75rem;width:11.6875rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LDAKbCc1xhLpFZWXrH18QKKlRwiDWq { top:24rem;left:22.125rem;width:25.625rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7h6SKXJEmlJdmc5udlmTo7yP7mdG82 { top:35.625rem;left:15.25rem;width:20rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx9ZL0S0gKrvsQ4HhVRTLZln1TDtD8Mc { top:122.8125rem;left:0rem;width:47.75rem;height:10rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZN5mXEPAzZtV3uQGDF8cGVVBuncxavF { top:35.5rem;left:20.3125rem;width:14.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTv1Qr5gHVWOcstzd1m6GXuFz5FdEyu { top:32.8125rem;left:6.5rem;width:34.8125rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpfmWmmSNuF111QlIlHCFXhK7PMdODSN { top:3.1875rem;left:21.875rem;width:20rem;height:0;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiJ6CvsWEA9pNogaRzIImq9QWTLK30g { top:0.375rem;left:9.78125rem;width:28.1875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIgHmo7Lt35G4qBZocwWqHeFDhlapV0 { top:8.875rem;left:28rem;width:6.6875rem;height:6.6875rem;display:block; }
#iKIgHmo7Lt35G4qBZocwWqHeFDhlapV0 > img { max-width: 100%;max-height:100%; width:6.6875rem; height:6.6875rem; } }@media only screen and (max-width: 763px) { #QtdZPxpZ3bHHJRbFgDgLdkaTZnXTmwBP { top:8.875rem;left:34.6875rem;width:11.3125rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzlrmSAIfNqVrll3bAb5G0lT7dBG7lWw { top:12.125rem;left:25.875rem;width:21.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhKWhWrQcz5vxxwULwRad4GhK1bROQr { top:48.6875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnaA0JB02eA0z7qGDf9ZS24RbgNueVZn { top:53.125rem;left:0rem;width:20rem;height:;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrkdRxlOSId4Dwf89FkzwaxVikbzP7FC { top:38.875rem;left:13.125rem;width:21.5rem;height:6.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZ7tMKEBTwnRRFpBd6fbuPvosaVSPCB { top:52.4375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCO94T0ydvmQBBEQ6t2Q9wTKCGvBssTh { top:114.875rem;left:20.53125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNiVP2qfaEd5f4HpT6uovbTDe11LEaML { top:44.4375rem;left:20.53125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMXMQbiJOW4G0q5V5KWB5sOoA3B5EuRJ { top:69.875rem;left:20.875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMCol2DOzkoETMaPusacH4nzcEUv1tIr { top:83.25rem;left:5rem;width:38.4375rem;height:28.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUp45EGHZVAZ8kOeIByiA7cE8d8zi46U { top:77.4375rem;left:0rem;width:47.75rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIT4m1zPUO7hOWxZxqgsbhxqTqwBCJ3R { top:143.4375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapAMP7RGVQbsrEHK8iq82iyNglfBnrN { top:185.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUB1nlHb4LEPLTSDJIA793nQQorgKyzr { top:150.5rem;left:0rem;width:47.75rem;height:32.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7T0ipiTP8a4nW34EW8c9CpWkFAcST7q { top:195.4375rem;left:0rem;width:47.75rem;height:0;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7KDKfpoMGoLSKHyO6OlvDFkk6lHUaHw { top:202.75rem;left:11.5rem;width:24.75rem;height:12.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLa08pDQxrATPcvQEAKSDyysPTQuOb9 { top:216.6875rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 { display:block; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by2JvXqebsG0T7ax1rCrLgQ0qhXLtH9c { top:1rem;left:4.53125rem;width:38.6875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuKsq6JKQtFyQsrsQQ0H64htSBE4cSkC { top:28.3125rem;left:0rem;width:47.75rem;height:18.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxDPPuQ70CTxdLmdaiuIX7qawmaP7fxe { top:8.1875rem;left:9.8125rem;width:28.125rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH { display:block; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbIsNsu2TBV7Takgcr14fEfCX6DV7pqJ { top:0rem;left:7.21875rem;width:33.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ { display:block; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoAv9skFBZveiCkibyWT6K8BpVcgPyee { width:12.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWDGqiONz3zugZ47mUGFftDRU8C1SAaG { width:1rem;height:1rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZtAkF0UFKe3vBl55Fh6AQS7Kk8mumTe { width:10.75rem;height:0;top:2.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZuQ89LTsixknHZFZl5g2wT34TWMHIAX { top:0.5rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX1cr9do1MkdnaNnD7BOBRraZ0DkLbvO { top:3.1875rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2A9wcgC7J3pncVJyUfssERL09R1wUHJ { top:2.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zW8hBo7td7lLTCHIVG52ItqtkPqlG772 { display:block; }#zW8hBo7td7lLTCHIVG52ItqtkPqlG772 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtkOrATZNGMGrAMBfW2l4dKI4XntTWUs { width:19.5625rem;height:4.75rem;top:1.25rem;left:0.21875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJvzA7cSEuPT3KiSKNtVLqw73dFiTsXU { width:3rem;height:3rem;top:7.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtBWHhygoggw01mO1qhCKmPnJ1p8dcLp { width:3.125rem;height:3.125rem;top:11.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMeN1T9TWdBTKNelBuf2GkBDX7vmEFVv { width:3.0625rem;height:3.0625rem;top:15.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS { background-color:#cecece;background-image:url("https://images.assets-landingi.com/uc/3810d3ef-6df7-4e7e-82ef-24e213a78fe3/bgwide.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.adaptive-delivery-prevent-bg, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyload, #EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS.lazyloading { background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { background-color: transparent; background-image: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row > .video-iframe-container { display: none; }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .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); }#EOvkqy03Ol3PeFl8Nm8Zk7CNe6JTtPHS > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFWWgTJDFzIH0E7TPIPQ960uytk0HxEX { width:20rem;height:2.25rem;top:0.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-text.counter-number { padding-top:0.55125rem;padding-right:0.496875rem;padding-bottom:0.55125rem;padding-left:0.496875rem;width:2.981875rem;min-width:2.981875rem;height:2.961875rem;font-size:2.204375rem;line-height:47.39px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.344375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.975625rem;height:1.17125rem;font-size:0.826875rem;line-height:18.74px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IuFXFDeIcRNE1io598STJfny8CQOKO2i { display:flex;width:19.875rem;height:5.58rem;top:5.9208984375rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #gEcmATR6PDrPViHBanWk5UCNffoieHyO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #aHXP3pac8ZyEiz16bkk4OAWIhHSPRSeI {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #Vq9iyXWTkpUAk3sVre7dhbAch2GOdb2Q {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #F6UE03xhfbaHBOnPeTyqfMpARMZIaq3x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #CuqNzQqT5y1OOU0vz8wqOgmh8VT4lTOa {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #BA5KGvFS2JsdWEu54GeRmPNbVE319sqA {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #t6fmU63fhc1G1uHUU0ZXh81Nc9R22ThQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #DrsCIhT0B7IDfphhRDSlBFLJ5StPTefv {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #XFgfi6f2IUFrKQJoA7aeNZ75hZrTE7XA {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #BdsK4gznWpW7QrF782Al5VBB1y8tO585 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #eNgqJD4GCVirzL6LcvqthKwLdkltqB5u {  }
 }@media only screen and (max-width: 763px) { #IuFXFDeIcRNE1io598STJfny8CQOKO2i #dNXCCifziWxKwmzyVuoO9NT7zqb69Ka7 {  }
 }@media only screen and (max-width: 763px) { #WTyaskBSvoexagN3dwMkV9QvJyH0onos { width:3.6875rem;height:0.9375rem;top:9.6875rem;left:0rem;font-size:0.8125rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #H0wGT32x2siSiWVPTXuOSGiQFVQqETst { width:4.8125rem;height:0.9375rem;top:9.6875rem;left:5.125rem;font-size:0.8125rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #pT8bID1Ry0ixXLXoObBP4qTOqa8y3BcS { width:5.3125rem;height:0.9375rem;top:9.6875rem;left:9.9375rem;font-size:0.8125rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #oTMeAlSdT2VLrENtXnlmhJTTonmfLxTP { width:4.625rem;height:0.9375rem;top:9.6875rem;left:15.375rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #JuJO3xAS2a8DoJ8NLMMRifT0lq3r9ogq { top:12.5791015625rem;left:2.03125rem;width:15.9375rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGOx7Jru3ohpcE5SJCDg3H6W01F6zzNm { display:block; }
 }@media only screen and (max-width: 763px) { #JIZGZynpLh9TqzERGpo6OisCdQ7U0Wyc { width:13.0625rem;height:0.9375rem;top:4.9375rem;left:3.46875rem;font-size:0.75rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #GJXv3L5h8vZ7DGzerfwytRxutrtxTwDd { width:9.5625rem;height:5.0625rem;top:18.2041015625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC7Xfv5Tgs1kEUhBe0rtpTTcOyedS19X { width:18.9375rem;height:0.8125rem;top:17.3916015625rem;left:0.53125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn { display:block; }#SNdLpTpk6lLDuPDO6DslZqgSfmnq2CTn > .row .container { width:20rem;height:131.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8Shu3bgdN2IC6ZW6pmW1VO9gfllzuyl { display:flex;width:2.5rem;height:2.5rem;top:10.75rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #rc4LqBNsI0GNiCUx9wuzq40rtlgGKW6a { width:4.625rem;height:1.9375rem;top:13.25rem;left:7.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npkXry00SfSKANk7IQHfWXInuJo6c8lF { width:10.4375rem;height:2rem;top:15.1875rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IALTSkbRhvsy7T3T24ao9GXei1Z3ylru { display:flex;width:2.5rem;height:2.5rem;top:3.9375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tU81nsHMK6qaHhgM6ldcGgvzO0iTgI63 { width:3.75rem;height:1.9375rem;top:6.4375rem;left:8.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Esk9XLGtWhGt1rWw2eXdazd3NB2NNNHw { width:7.75rem;height:1rem;top:8.375rem;left:6.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sy0dcwz0E9klZssl0A0z3bUcFM0VVinC { display:flex;width:2.5rem;height:2.5rem;top:18.5rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #s9dxawTGKN42rvTWhdWEpwgBM7BAoLl5 { width:7.875rem;height:1.9375rem;top:21rem;left:6.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9LDAKbCc1xhLpFZWXrH18QKKlRwiDWq { width:12.5625rem;height:2rem;top:22.9375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IP7h6SKXJEmlJdmc5udlmTo7yP7mdG82 { width:20rem;height:0;top:23.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx9ZL0S0gKrvsQ4HhVRTLZln1TDtD8Mc { width:20rem;height:8rem;top:69.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZN5mXEPAzZtV3uQGDF8cGVVBuncxavF { width:15.6875rem;height:1.25rem;top:70.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTv1Qr5gHVWOcstzd1m6GXuFz5FdEyu { width:15.6875rem;height:2.5625rem;top:27.75rem;left:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpfmWmmSNuF111QlIlHCFXhK7PMdODSN { width:20rem;height:0;top:59.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiJ6CvsWEA9pNogaRzIImq9QWTLK30g { width:13rem;height:2.5625rem;top:0rem;left:3.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIgHmo7Lt35G4qBZocwWqHeFDhlapV0 { display:flex;width:2.5rem;height:2.5rem;top:121.375rem;left:0rem;font-size:1.75rem; }
#iKIgHmo7Lt35G4qBZocwWqHeFDhlapV0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #QtdZPxpZ3bHHJRbFgDgLdkaTZnXTmwBP { width:11.3125rem;height:1.9375rem;top:121.6875rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzlrmSAIfNqVrll3bAb5G0lT7dBG7lWw { width:13.625rem;height:0.8125rem;top:123.875rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhKWhWrQcz5vxxwULwRad4GhK1bROQr { top:30.75rem;left:3.75rem;width:12.5rem;height:0;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DnaA0JB02eA0z7qGDf9ZS24RbgNueVZn { top:118.1875rem;left:0.875rem;width:18.3125rem;height:2.5625rem;z-index:15020;color:rgba(var(--color-tertiary-0),1);font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkdRxlOSId4Dwf89FkzwaxVikbzP7FC { width:20rem;height:3.4375rem;top:30.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZ7tMKEBTwnRRFpBd6fbuPvosaVSPCB { width:20rem;height:5.625rem;top:37.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCO94T0ydvmQBBEQ6t2Q9wTKCGvBssTh { display:flex;width:4.375rem;height:4.375rem;top:64.75rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #bNiVP2qfaEd5f4HpT6uovbTDe11LEaML { display:flex;width:4.375rem;height:4.375rem;top:32.8125rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #IMXMQbiJOW4G0q5V5KWB5sOoA3B5EuRJ { display:flex;width:4.8125rem;height:4.8125rem;top:45rem;left:7.625rem;font-size:3.3125rem; }
 }@media only screen and (max-width: 763px) { #cMCol2DOzkoETMaPusacH4nzcEUv1tIr { width:20rem;height:12.375rem;top:52.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUp45EGHZVAZ8kOeIByiA7cE8d8zi46U { width:19.125rem;height:2.8125rem;top:49.8125rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIT4m1zPUO7hOWxZxqgsbhxqTqwBCJ3R { width:20rem;height:5.125rem;top:80.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapAMP7RGVQbsrEHK8iq82iyNglfBnrN { width:19.0625rem;height:1.125rem;top:101rem;left:0.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUB1nlHb4LEPLTSDJIA793nQQorgKyzr { width:20rem;height:14.25rem;top:86rem;left:0rem;font-size:0.625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #X7T0ipiTP8a4nW34EW8c9CpWkFAcST7q { width:20rem;height:5.125rem;top:103.875rem;left:0rem;font-size:2rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #D7KDKfpoMGoLSKHyO6OlvDFkk6lHUaHw { width:20rem;height:5.0625rem;top:110.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfLa08pDQxrATPcvQEAKSDyysPTQuOb9 { width:20rem;height:3.375rem;top:125.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 { display:block; }#DqazCk8MpbBcbDhquZGLa6VvxhFGqGd8 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by2JvXqebsG0T7ax1rCrLgQ0qhXLtH9c { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuKsq6JKQtFyQsrsQQ0H64htSBE4cSkC { width:20rem;height:16rem;top:15.1171875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxDPPuQ70CTxdLmdaiuIX7qawmaP7fxe { width:13.25rem;height:8.9375rem;top:5.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH { display:block; }#VyIDBEQ9qAeAMv0vck4I7aHWCzxigwTH > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbIsNsu2TBV7Takgcr14fEfCX6DV7pqJ { width:13.8125rem;height:7.625rem;top:0.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ { display:block; }#RQlNEzvvyeMOCGnieBnTI62RlcN1ZRTJ > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoAv9skFBZveiCkibyWT6K8BpVcgPyee { width:12.125rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWDGqiONz3zugZ47mUGFftDRU8C1SAaG { display:flex;width:1rem;height:1rem;top:3.4875001907349rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #vZtAkF0UFKe3vBl55Fh6AQS7Kk8mumTe { width:17.9375rem;height:0;top:3.2937507629394rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZuQ89LTsixknHZFZl5g2wT34TWMHIAX { width:12.5rem;height:0;top:5.7373046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX1cr9do1MkdnaNnD7BOBRraZ0DkLbvO { width:12.5rem;height:0;top:9.4873046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2A9wcgC7J3pncVJyUfssERL09R1wUHJ { width:12.5rem;height:0.8125rem;top:3.5810546875rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }