.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,237,255;--color-primary-1:174,196,255;--color-primary-2:92,137,255;--color-primary-3:46,69,128;--color-primary-4:14,21,38;--color-secondary-0:255,231,220;--color-secondary-1:255,175,138;--color-secondary-2:255,94,20;--color-secondary-3:128,47,10;--color-secondary-4:38,14,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--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:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,210,0,0.07), #020202);background-image: -moz-linear-gradient(180deg, rgba(255,210,0,0.07), #020202);background-image: -ms-linear-gradient(180deg, rgba(255,210,0,0.07), #020202);background-image: -o-linear-gradient(180deg, rgba(255,210,0,0.07), #020202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd20011', endColorstr='#020202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd20011', endColorstr='#020202' );";background-image: linear-gradient(180deg, rgba(255,210,0,0.07), #020202);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#sMzGuLaR9h4IWEhK55mCQuHR3QctTKZn { 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:45.4375rem;width:68.3125rem;top:0rem;left:3.34375rem;overflow:hidden;display:block; }
#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#020202;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { color:#ffde00;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.375rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:4.125rem;left:0rem;height:20.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { position:relative;display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { background-color: transparent; background-image: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row > .video-iframe-container { display: none; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .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); }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { border-width: 0; border-radius: 0; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { position:relative;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yoth2NqQEOt0B7pAERhOO86gqrleXghV { 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:14.125rem;width:75rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .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-reverse;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; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:none;color:#ffde00;padding-top:1.0475rem;padding-right:0.93375rem;padding-bottom:1.0475rem;padding-left:0.93375rem;display:block;align-items:center;width:5.603125rem;min-width:5.603125rem;height:5.63rem;position:relative;font-family:digital-7;font-size:4.19rem;font-weight:400;line-height:90.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .widget-text.counter-label { background-color:;background-image:none;color:#ffd600;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.655rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.470625rem;height:1.0625rem;position:relative;font-family:digital-7;font-size:1.57125rem;font-weight:400;line-height:17.64px;text-align:center;text-align-last:center;text-transform:none;top:5%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(41,38,62,0.5); }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:33.875rem;height:9.4425rem;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:18.9375rem;left:20.5625rem;z-index:5000; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #aW4IcfD4sh0UhDc54tNFww7wBbzv7PJn { display:flex;position:relative;top:0rem;left:0rem; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #fark0oxyWOWSykGUovNkOTftDwCXRrCA { width:auto; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #g66yW6lCCplAbwvH4dV7uThZBolCnBFq {  }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #d1iKD0t6VyQ0gZ4RbIFS2DkmmGTCnnfT { display:flex;position:relative;top:0rem;left:0rem; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #oISVTTJpM3maB4QpepaeBp2gVzxkwuLv {  }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #t3g4NXO7VA886KekWogsXmwQ8SfOtKT3 {  }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #wSoWKSnIxocqqscX7EXT422hyoVDcxXR { display:flex;position:relative;top:0rem;left:0rem; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #nNWfkwyJF0nVnizeoKareQKXiyE8fzle {  }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #BZ5OvrOsM7AyEXNsTRhfmhXL4ymdaufh {  }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #pEclBtF2yx9hVy4rsWDelGAT1eS2SWTu { display:flex;position:relative;top:0rem;left:0rem; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #xCstAzASUTpD2Kso1mmTPGS0ns0Hm1HT {  }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh #mvVHO9fXyGbFnuWWVQTF2E0Pp9tF6QH8 {  }
#kseKVT7lhuko6UZrTztZGBkufnA33GF5 { color:#29263e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#V7nxhUy2rywOTHBzBRXI10V5hAF5mC7I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.1875rem;left:53.4375rem; }
#V7nxhUy2rywOTHBzBRXI10V5hAF5mC7I > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 { position:relative;display:block; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 { background-color: transparent; background-image: none; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row .container > .video-iframe-container { display: none; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row > .video-iframe-container { display: none; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .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); }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 { border-width: 0; border-radius: 0; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c0c0c;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.6875rem;left:35.0625rem;display:block; }
#yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.25rem;left:35.625rem; }
#VBqGB74MxP5CBrA4Tih23AFKfaDr0sDE { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:5.3125rem;top:3.625rem;left:15.125rem;overflow:hidden;display:block; }
#EenkOB1c0FNWU3CEQLrsIqcuUr2c7vqb { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:5.3125rem;top:3.625rem;left:9.875rem;overflow:hidden;display:block; }
#CkhX5dhbiItBFMciv8sRThH9lcCGF1bE { 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:9.25rem;width:5.3125rem;top:3.625rem;left:4.625rem;overflow:hidden;display:block; }
#KtJQ91XgPKSaSOUfd7DgfAhzTyXGe99T { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:5.3125rem;top:3.625rem;left:65.125rem;overflow:hidden;display:block; }
#Iv4L2JXwZ28xOe9X3yayzUCqNDBuyX1T { position:absolute;display:block;z-index:15010;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.25rem;width:5.3125rem;top:3.625rem;left:59.875rem;overflow:hidden;display:block; }
#BtTWiCoVEk7DWP9UmSlfGSWZlkZOTgz5 { position:absolute;display:block;z-index:15011;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.25rem;width:5.3125rem;top:3.625rem;left:54.625rem;overflow:hidden;display:block; }
#eUdkG3gUQvxsg1fngf28s1OQdyCCxD5x { color:#ffde00;display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:8.7999992370606rem;left:23.25rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC { position:relative;display:block; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC { background-color: transparent; background-image: none; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row .container > .video-iframe-container { display: none; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row > .video-iframe-container { display: none; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .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); }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC { border-width: 0; border-radius: 0; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#020202;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.4375rem;left:16.875rem;display:block; }
#aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.9375rem;left:17.375rem; }
#A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { color:#ffde00;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:7.4375rem;left:11.875rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { color:#ffde00;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:7.25rem;left:49.375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.0625rem;left:54.375rem;display:block; }
#WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.5625rem;left:54.9375rem; }
#eXUygS1rwmpquls0bt58RMWIv8bJDmlh { color:#ffde00;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:9.75rem;left:49.375rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { color:#ffde00;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:10.9375rem;left:11.875rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9BU9R6exORTVo5p0zHRSFnwdDoBut62 { box-sizing:content-box;height:8.5rem;width:0.25rem;position:absolute;display:block;z-index:15021;background-color:#0c0c0c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6749992370606rem;left:37.5rem;display:block; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#MV591xzmStREXTQoxuOFLc70eLJbUsxR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:2.75rem;left:31.09375rem;overflow:hidden;display:block; }
#UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7rem;left:9.75rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:9.8125rem;left:9.75rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r4oUawHDCocPg7szPoIgFlJm5OA604C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:5.2625007629394rem;left:48.875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { box-sizing:content-box;height:5.875rem;width:5.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:7.6875rem;left:48.875rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:8.4375rem;left:49.6875rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:4.3125rem; height:4.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMzGuLaR9h4IWEhK55mCQuHR3QctTKZn { top:0rem;left:0rem;width:47.75rem;height:31.760521500457rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:47.75rem;height:20.75rem;top:4.125rem;left:0rem;font-size:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoth2NqQEOt0B7pAERhOO86gqrleXghV { top:0.8125rem;left:0rem;width:47.75rem;height:8.9929166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .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; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .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; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh { width:18rem;height:5.0625rem;display:flex;top:23.375rem;left:14.25rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #aW4IcfD4sh0UhDc54tNFww7wBbzv7PJn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #fark0oxyWOWSykGUovNkOTftDwCXRrCA {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #g66yW6lCCplAbwvH4dV7uThZBolCnBFq {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #d1iKD0t6VyQ0gZ4RbIFS2DkmmGTCnnfT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #oISVTTJpM3maB4QpepaeBp2gVzxkwuLv {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #t3g4NXO7VA886KekWogsXmwQ8SfOtKT3 {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #wSoWKSnIxocqqscX7EXT422hyoVDcxXR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #nNWfkwyJF0nVnizeoKareQKXiyE8fzle {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #BZ5OvrOsM7AyEXNsTRhfmhXL4ymdaufh {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #pEclBtF2yx9hVy4rsWDelGAT1eS2SWTu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #xCstAzASUTpD2Kso1mmTPGS0ns0Hm1HT {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #mvVHO9fXyGbFnuWWVQTF2E0Pp9tF6QH8 {  }
 }@media only screen and (max-width: 763px) { #kseKVT7lhuko6UZrTztZGBkufnA33GF5 { top:15.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7nxhUy2rywOTHBzBRXI10V5hAF5mC7I { top:16.1875rem;left:39.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
#V7nxhUy2rywOTHBzBRXI10V5hAF5mC7I > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 { display:block; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:4.875rem;height:4.875rem;top:2.6875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { width:3.75rem;height:3.75rem;top:3.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBqGB74MxP5CBrA4Tih23AFKfaDr0sDE { top:3.625rem;left:10.5625rem;width:5.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EenkOB1c0FNWU3CEQLrsIqcuUr2c7vqb { top:3.625rem;left:5.3125rem;width:5.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkhX5dhbiItBFMciv8sRThH9lcCGF1bE { top:3.625rem;left:0.0625rem;width:5.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJQ91XgPKSaSOUfd7DgfAhzTyXGe99T { top:3.625rem;left:42.3125rem;width:5.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv4L2JXwZ28xOe9X3yayzUCqNDBuyX1T { top:3.625rem;left:37.0625rem;width:5.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTWiCoVEk7DWP9UmSlfGSWZlkZOTgz5 { top:3.625rem;left:31.8125rem;width:5.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUdkG3gUQvxsg1fngf28s1OQdyCCxD5x { width:28.5rem;height:5.375rem;top:8.75rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC { display:block; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:2.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { width:2.6875rem;height:2.6875rem;top:2.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { width:13.75rem;height:2.6875rem;top:7.4375rem;left:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { width:13.75rem;height:1.3125rem;top:7.25rem;left:28.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:2.0625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { width:2.6875rem;height:2.6875rem;top:2.5625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:3.1875rem;top:9.75rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:1.5625rem;top:10.9375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9BU9R6exORTVo5p0zHRSFnwdDoBut62 { top:3.625rem;left:23.875rem;width:0.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:12.8125rem;height:12.8125rem;top:2.75rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:17.125rem;height:1.75rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:17.125rem;height:1.5625rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:13.8125rem;height:1.75rem;top:5.25rem;left:33.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { width:5.875rem;height:5.875rem;top:7.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:4.3125rem;height:4.3125rem;top:8.4375rem;left:36.0625rem;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:4.3125rem; height:4.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#020202;background-image:url("https://images.assets-landingi.com/uc/ab747f1a-a0fa-4319-a78b-443b451ddc1a/Logo1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMzGuLaR9h4IWEhK55mCQuHR3QctTKZn { width:20rem;height:13.302836230558rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hoR1tUH0H9MdNN9WyiTSWCCVz6vayC { width:17.9375rem;height:4rem;top:1.25rem;left:1rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa { display:block; }#z5FcuL3UuHXHHJacdwXQJ64qE7URRsVa > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoth2NqQEOt0B7pAERhOO86gqrleXghV { width:20rem;height:3.625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh .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; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .widget-text.counter-number { padding-top:0.47625rem;padding-right:0.426875rem;padding-bottom:0.47625rem;padding-left:0.426875rem;width:2.56125rem;min-width:2.56125rem;height:2.56rem;font-size:1.904375rem;line-height:40.96px;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; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2975rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.414375rem;height:1.011875rem;font-size:0.714375rem;line-height:16.19px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ASlelLGsJhtuN8zqC7irEEov3Mylgszh { width:17.6875rem;height:4.821875rem;display:flex;top:8.675rem;left:0rem;z-index:5000;padding-top:1.201875rem;padding-right:1.2475rem;padding-bottom:1.201875rem;padding-left:1.2475rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #aW4IcfD4sh0UhDc54tNFww7wBbzv7PJn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #fark0oxyWOWSykGUovNkOTftDwCXRrCA {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #g66yW6lCCplAbwvH4dV7uThZBolCnBFq {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #d1iKD0t6VyQ0gZ4RbIFS2DkmmGTCnnfT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #oISVTTJpM3maB4QpepaeBp2gVzxkwuLv {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #t3g4NXO7VA886KekWogsXmwQ8SfOtKT3 {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #wSoWKSnIxocqqscX7EXT422hyoVDcxXR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #nNWfkwyJF0nVnizeoKareQKXiyE8fzle {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #BZ5OvrOsM7AyEXNsTRhfmhXL4ymdaufh {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #pEclBtF2yx9hVy4rsWDelGAT1eS2SWTu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #xCstAzASUTpD2Kso1mmTPGS0ns0Hm1HT {  }
 }@media only screen and (max-width: 763px) { #ASlelLGsJhtuN8zqC7irEEov3Mylgszh #mvVHO9fXyGbFnuWWVQTF2E0Pp9tF6QH8 {  }
 }@media only screen and (max-width: 763px) { #kseKVT7lhuko6UZrTztZGBkufnA33GF5 { width:20rem;height:1.3rem;top:6.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7nxhUy2rywOTHBzBRXI10V5hAF5mC7I { display:flex;width:2.0625rem;height:2.0625rem;top:17.150624237061rem;left:8.9375rem;display:none; }
#V7nxhUy2rywOTHBzBRXI10V5hAF5mC7I > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 { display:block; }#yUk3oKiIXsRWeJEHZFKU5vqu9SdnslP6 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWnQFCMpfkMqPkdwyw0NOaxLC6bx6mJn { width:3.75rem;height:3.75rem;top:1.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAPctOxfl1634IPnmTIlQQ9ic03SA2M { display:flex;width:2.6875rem;height:2.6875rem;top:2.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #VBqGB74MxP5CBrA4Tih23AFKfaDr0sDE { width:2.8125rem;height:5rem;top:18.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EenkOB1c0FNWU3CEQLrsIqcuUr2c7vqb { width:2.9375rem;height:5.25rem;top:11.75rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkhX5dhbiItBFMciv8sRThH9lcCGF1bE { width:5.3125rem;height:9.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtJQ91XgPKSaSOUfd7DgfAhzTyXGe99T { width:5.3125rem;height:9.25rem;top:55.95rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv4L2JXwZ28xOe9X3yayzUCqNDBuyX1T { width:5.3125rem;height:9.25rem;top:45.45rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtTWiCoVEk7DWP9UmSlfGSWZlkZOTgz5 { width:5.3125rem;height:9.25rem;top:34.95rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUdkG3gUQvxsg1fngf28s1OQdyCCxD5x { width:20rem;height:3.6rem;top:6.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC { display:block; }#kFTwWTUbKCNvlhsiGSAyUo20WLB72PvC > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FheZEMM8HzMGOfJq95DKT79S1dRWPNDW { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE9VxkD2d0OMillnudAXvF3n1yf7OT0M { display:flex;width:2.6875rem;height:2.6875rem;top:1.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #A7h2VXt328VBqkJ5KQGSv8Wx0pgcRpSk { width:13.75rem;height:2.7rem;top:6.25rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQLNRnINiVBAuaiBmbrvETSU64FdNIVV { width:13.75rem;height:1.35rem;top:18.05rem;left:3.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bgir7c71uxBkcJfMlbTrB726EZLk8nPE { width:3.75rem;height:3.75rem;top:13.05rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDROGksbas2f8m8QxFtNAOKMyQXwUWfa { display:flex;width:2.6875rem;height:2.6875rem;top:13.55rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #eXUygS1rwmpquls0bt58RMWIv8bJDmlh { width:13.75rem;height:3.2rem;top:20.65rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tm0qtwROR8WzmpD63sgrRC7Sngrx7y { width:13.75rem;height:1.6rem;top:10.2rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9BU9R6exORTVo5p0zHRSFnwdDoBut62 { width:0.25rem;height:8.5rem;top:25.100001525879rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MV591xzmStREXTQoxuOFLc70eLJbUsxR { width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX6zZ0xhQQ3znPGz0UFLLvNVbDSBzfrT { width:18.125rem;height:1.8rem;top:14.9375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9b1mopy1AbiH41qP5wyZ8vB0F6cAgDD { width:18.125rem;height:1.6rem;top:16.75rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4oUawHDCocPg7szPoIgFlJm5OA604C9 { width:17.125rem;height:1.8rem;top:4.375rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqdGSB8ixb9OQ3J75yXxrTwd0uy3PyDC { width:6rem;height:6rem;top:6.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:4.0625rem;height:4.0625rem;top:7.9375rem;left:8rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }