.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:223,251,236;--color-primary-1:148,240,192;--color-primary-2:40,225,129;--color-primary-3:20,113,65;--color-primary-4:6,34,19;--color-secondary-0:219,217,234;--color-secondary-1:134,129,185;--color-secondary-2:13,2,115;--color-secondary-3:7,1,58;--color-secondary-4:2,0,17;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:97,97,97;--color-tertiary-3:11,13,20;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-3),1));background-size:cover !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; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { background-color: transparent; background-image: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .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); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { border-width: 0; border-radius: 0; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#iT2gfPLcd1IkkXnQZwICN4wDWMwTIUkW { position:absolute;display:block;z-index:15000;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:2.25rem;width:13.125rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#oWrLlzSxQ9729l6Bv8lVtevaIBQTCpVS { color:rgba(var(--color-tertiary-1),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:31.94189453125rem;left:0rem;height:0;font-style:italic;text-align:left;text-align-last:left;display:none; }
#eSRX37Tn0wfvCgEqE6qgwebXTmdhh6Bo { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:10.1875rem;left:13.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbTgaI7eT12ZTtdSifPTB046JTlvFyAD { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:14.6875rem;left:13.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CASGT5lFoPRXs3KGt1g9awUr3heuXr7H { position:absolute;display:block;z-index:15031;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:10.625rem;width:10.625rem;top:22.187501430511rem;left:8.9361991882325rem;overflow:hidden;display:block; }
#qqzgUGLtVaeIAvlTSZGIWd3b53aPGHbv { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:22.1875rem;left:25.375rem;overflow:hidden;display:block; }
#PaTprDcaniqBBpDyaE9iizgGZVdOBI1V { position:absolute;display:block;z-index:15033;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:10.625rem;width:10.625rem;top:22.1875rem;left:41rem;overflow:hidden;display:block; }
#PXgtOyfzs2ampUDu47Q6qezJUdPlvPn5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:35.625001430511rem;left:8.4055995941163rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tta05SViHTncHoBU2H71T5a3aKoBfCdf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:35.625rem;left:24.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBoGnT0TlKeB2klyalqTg99ThWLgg9Fr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:35.625rem;left:40.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTSHttBAl1BeNxTarPUvUu74FAmk40GO { position:absolute;display:block;z-index:15034;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:10.625rem;width:10.625rem;top:22.1875rem;left:56.375rem;overflow:hidden;display:block; }
#CgMGN3QNOos5DKsTet9hDnSlAZERdeyR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:35.625rem;left:55.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKPuX4bRRdMBBEfU1fo7GzpmdBlOVpFT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:38.375rem;left:24.1875rem;height:6.7480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phAo7fCwAnSxqGcHnFQTBid0kXBybSe5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:38.375rem;left:39.625rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIlN1u71dThBuUtChiEGUlew0oPUWINh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:38.4375rem;left:55.6875rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLQhl4AtG8W7xlIH4CTDQ6XOoFFJ3qTy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:40.398438930511rem;left:7.3111991882325rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ece3;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; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { background-color: transparent; background-image: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container > .video-iframe-container { display: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container { display: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .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); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { border-width: 0; border-radius: 0; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#LdG5vTQorpM3AboGgL7oATanoSQkAJ0J { color:#0d0273;display:block;width:43.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:7.75rem;height:2.92448125rem;font-style:normal;display:block; }
#b57xEt5K9WfDOfB6ccVT83oMeL8ryrfr { color:#0a0a1e;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:7.75rem;height:3.57421875rem;font-style:normal;display:block; }
#oTfPuGfpJ1th7Kp2vv45ixxhvTkMgAuc { background-color:#253bd8;background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:4.6245125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.375rem;left:48.3125rem;display:block; }
#rcr3lMC4I53TGwkX3TRozUryfdAidFcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #0a0a1e, #020f4c);background-image: -moz-linear-gradient(179deg, #0a0a1e, #020f4c);background-image: -ms-linear-gradient(179deg, #0a0a1e, #020f4c);background-image: -o-linear-gradient(179deg, #0a0a1e, #020f4c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a1e', endColorstr='#020f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a1e', endColorstr='#020f4c' );";background-image: linear-gradient(179deg, #0a0a1e, #020f4c);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; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { background-color: transparent; background-image: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container > .video-iframe-container { display: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container { display: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .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); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { border-width: 0; border-radius: 0; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#TE3KKlULwKsCLCu8VoMwPnkEBM3st7tw { color:#f5ece3;display:block;width:29.12475rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.3125rem;left:3.388916015625rem;height:3.57421875rem;font-style:normal;display:block; }
#rhxzLXscd9EedqTX5qbrTQwOwyKbTXue { position:absolute;display:block;z-index:15004;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:28.75rem;top:9.6875rem;left:3.75rem;overflow:hidden;display:block; }
#wv5VJiZaeLzHHFWc1TrTG0NdINaqEzTb { color:#f5ece3;display:block;width:29.12475rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.3125rem;left:40.888916015625rem;height:1.7871125rem;font-style:normal;display:block; }
#Te4aJIQPMPUFf5I7A2zhuecMRBT6brZM { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.12353515625rem;left:17.81103515625rem;height:2.9245625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z0S3s46Pb0RnuAMu1APmtkvKRrTtBUoq { position:absolute;display:block;z-index:15005;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:28.75rem;top:9.6875rem;left:41.875rem;overflow:hidden;display:block; }
#FNHuzENU8e6fo5qdXd7OwzHIIV1MqcwT { position:absolute;display:block;z-index:15021;border-top:0.0625rem solid #0b0d14;border-left:0.0625rem solid #0b0d14;border-right:0.0625rem solid #0b0d14;border-bottom:0.0625rem solid #0b0d14;box-shadow: none;height:16.875rem;width:30.62475rem;top:9.32666015625rem;left:3.388916015625rem;display:block; }
#toowZ99N9FCaWannpuGxozIBTU7BBTgo { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #0b0d14;border-left:0.0625rem solid #0b0d14;border-right:0.0625rem solid #0b0d14;border-bottom:0.0625rem solid #0b0d14;box-shadow: none;height:17.0625rem;width:30.625rem;top:9.23291015625rem;left:40.888916015625rem;display:block; }
#Gsc8mvexwfxE3EGXX5Tu7Le9466TsOrO { color:#ffffff;display:block;width:48.8115rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:37.623046875rem;left:12.156005859375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { position:relative;display:none; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { border-width: 0; border-radius: 0; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .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; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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:none; }#NZZlLPpp2CGXmnUihbUixFJBHnna3KkP { color:rgba(var(--color-tertiary-3),1);display:block;width:33.623046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:4.9375rem;left:39.4375rem;height:2.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGAJ4CSMWCZoJLBu5bUtEywCCKuIX37N { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.4375rem;height:13.15725rem;text-align:left;text-align-last:left;display:block; }
#Puo7tFxnJLmIdTUVLHfzCTqe3ZbNnVOT { 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:16.625rem;width:16.625rem;top:5.6875rem;left:10.375rem;overflow:hidden;display:block; }
#N9XTLEiXBl6GTwXarAH4NWzCM0pdEJ6E { color:#6ce992;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.34375rem;left:61.40625rem; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { position:relative;display:none; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { border-width: 0; border-radius: 0; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .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; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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:none; }#bo36QcR7wPX6P8rGvpsFSKhnmIKgfLta { color:rgba(var(--color-tertiary-3),1);display:block;width:33.623046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:4.9375rem;left:39.4375rem;height:2.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qoJ5829T3n3wiIXMVHu1y1syv2xB7hsa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.4375rem;height:13.15725rem;text-align:left;text-align-last:left;display:block; }
#rO5mt7QgTNMEATuvurHozCI0dBUeKxL0 { 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:16.625rem;width:16.625rem;top:5.6875rem;left:10.375rem;overflow:hidden;display:block; }
#CDWleOZTTk5bQvRxPvfeCBDSPMyeUVgK { color:#6ce992;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.34375rem;left:61.40625rem; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf { display:block; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2gfPLcd1IkkXnQZwICN4wDWMwTIUkW { top:3.375rem;left:0rem;width:13.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrLlzSxQ9729l6Bv8lVtevaIBQTCpVS { top:31.9375rem;left:0rem;width:36.6875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSRX37Tn0wfvCgEqE6qgwebXTmdhh6Bo { top:10.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTgaI7eT12ZTtdSifPTB046JTlvFyAD { top:14.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CASGT5lFoPRXs3KGt1g9awUr3heuXr7H { top:22.1875rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqzgUGLtVaeIAvlTSZGIWd3b53aPGHbv { top:22.1875rem;left:11.75rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTprDcaniqBBpDyaE9iizgGZVdOBI1V { top:22.1875rem;left:27.375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXgtOyfzs2ampUDu47Q6qezJUdPlvPn5 { top:35.625rem;left:0rem;width:11.625rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tta05SViHTncHoBU2H71T5a3aKoBfCdf { top:35.625rem;left:11.25rem;width:11.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBoGnT0TlKeB2klyalqTg99ThWLgg9Fr { top:35.625rem;left:26.875rem;width:11.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTSHttBAl1BeNxTarPUvUu74FAmk40GO { top:22.1875rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgMGN3QNOos5DKsTet9hDnSlAZERdeyR { top:35.625rem;left:36.125rem;width:11.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKPuX4bRRdMBBEfU1fo7GzpmdBlOVpFT { top:38.375rem;left:10.5625rem;width:12.9375rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phAo7fCwAnSxqGcHnFQTBid0kXBybSe5 { top:38.375rem;left:26rem;width:13.5rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIlN1u71dThBuUtChiEGUlew0oPUWINh { top:38.4375rem;left:35.75rem;width:12rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLQhl4AtG8W7xlIH4CTDQ6XOoFFJ3qTy { top:40.375rem;left:0rem;width:13.875rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv { background-color:#f5ece3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { background-color: transparent; background-image: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container > .video-iframe-container { display: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container { display: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .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); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { border-width: 0; border-radius: 0; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdG5vTQorpM3AboGgL7oATanoSQkAJ0J { width:43.5rem;height:2.875rem;top:3.125rem;left:0rem;font-size:1rem;color:#0d0273;display:block; }
 }@media only screen and (max-width: 763px) { #b57xEt5K9WfDOfB6ccVT83oMeL8ryrfr { width:33.0625rem;height:5.3125rem;top:6.875rem;left:0rem;font-size:1rem;color:#0a0a1e;display:block; }
 }@media only screen and (max-width: 763px) { #oTfPuGfpJ1th7Kp2vv45ixxhvTkMgAuc { width:18.9375rem;height:4.5625rem;top:5.375rem;left:28.8125rem;background-color:#253bd8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rcr3lMC4I53TGwkX3TRozUryfdAidFcJ { display:block; }
 }@media only screen and (max-width: 763px) { #nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p { background-color:transparent;background-image: -webkit-linear-gradient(179deg, #020f4c, #0a0a1e);background-image: -moz-linear-gradient(179deg, #020f4c, #0a0a1e);background-image: -ms-linear-gradient(179deg, #020f4c, #0a0a1e);background-image: -o-linear-gradient(179deg, #020f4c, #0a0a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020f4c', endColorstr='#0a0a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020f4c', endColorstr='#0a0a1e' );";background-image: linear-gradient(179deg, #020f4c, #0a0a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { background-color: transparent; background-image: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container > .video-iframe-container { display: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container { display: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .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); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { border-width: 0; border-radius: 0; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE3KKlULwKsCLCu8VoMwPnkEBM3st7tw { width:29.0625rem;height:3.5625rem;top:28.3125rem;left:0rem;font-size:1.375rem;color:#f5ece3;display:block; }
 }@media only screen and (max-width: 763px) { #rhxzLXscd9EedqTX5qbrTQwOwyKbTXue { width:28.75rem;height:15.687136409882rem;top:9.625rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wv5VJiZaeLzHHFWc1TrTG0NdINaqEzTb { width:29.0625rem;height:3.5625rem;top:28.3125rem;left:18.6875rem;font-size:1.375rem;color:#f5ece3;display:block; }
 }@media only screen and (max-width: 763px) { #Te4aJIQPMPUFf5I7A2zhuecMRBT6brZM { width:37.5rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z0S3s46Pb0RnuAMu1APmtkvKRrTtBUoq { width:28.75rem;height:15.687136409882rem;top:9.625rem;left:18.375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FNHuzENU8e6fo5qdXd7OwzHIIV1MqcwT { top:9.3125rem;left:0rem;width:30.5625rem;height:16.840698699581rem;border-top:0.0625rem solid #0b0d14;border-left:0.0625rem solid #0b0d14;border-right:0.0625rem solid #0b0d14;border-bottom:0.0625rem solid #0b0d14;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #toowZ99N9FCaWannpuGxozIBTU7BBTgo { top:9.1875rem;left:17rem;width:30.625rem;height:17.0625rem;border-top:0.0625rem solid #0b0d14;border-left:0.0625rem solid #0b0d14;border-right:0.0625rem solid #0b0d14;border-bottom:0.0625rem solid #0b0d14;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gsc8mvexwfxE3EGXX5Tu7Le9466TsOrO { top:37.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { display:block; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZZlLPpp2CGXmnUihbUixFJBHnna3KkP { top:4.9375rem;left:14.1875rem;width:33.5625rem;height:2.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGAJ4CSMWCZoJLBu5bUtEywCCKuIX37N { top:10.125rem;left:14.875rem;width:32.875rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puo7tFxnJLmIdTUVLHfzCTqe3ZbNnVOT { top:5.6875rem;left:3.5625rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9XTLEiXBl6GTwXarAH4NWzCM0pdEJ6E { top:7.625rem;left:14.875rem;width:32.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 { top:5.3125rem;left:40.96875rem;width:1.6875rem;height:1.6875rem;display:block; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { display:block; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo36QcR7wPX6P8rGvpsFSKhnmIKgfLta { top:4.9375rem;left:14.1875rem;width:33.5625rem;height:2.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJ5829T3n3wiIXMVHu1y1syv2xB7hsa { top:10.125rem;left:14.875rem;width:32.875rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5mt7QgTNMEATuvurHozCI0dBUeKxL0 { top:5.6875rem;left:3.5625rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWleOZTTk5bQvRxPvfeCBDSPMyeUVgK { top:7.625rem;left:14.875rem;width:32.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc { top:5.3125rem;left:40.96875rem;width:1.6875rem;height:1.6875rem;display:block; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf { background-color:#0a0a1e;background-image:url("https://images.assets-landingi.com/Y15Wf01a/stars_1a.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf.adaptive-delivery-prevent-bg, #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf.lazyload, #nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf.lazyloading { background-image: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { background-color: transparent; background-image: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row > .video-iframe-container { display: none; }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .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); }#nBN7vKQb7tMZ0RWkxDpARC1RfeE5qJTf > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2gfPLcd1IkkXnQZwICN4wDWMwTIUkW { width:6.6875rem;height:1.25rem;top:1.75rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrLlzSxQ9729l6Bv8lVtevaIBQTCpVS { width:17.8125rem;height:1.6621125rem;top:25.6875rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eSRX37Tn0wfvCgEqE6qgwebXTmdhh6Bo { width:20rem;height:0;top:4.25rem;left:0rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xbTgaI7eT12ZTtdSifPTB046JTlvFyAD { width:20rem;height:0;top:8.875rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CASGT5lFoPRXs3KGt1g9awUr3heuXr7H { width:10.625rem;height:10.625rem;top:12.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqzgUGLtVaeIAvlTSZGIWd3b53aPGHbv { width:10.625rem;height:10.625rem;top:24.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTprDcaniqBBpDyaE9iizgGZVdOBI1V { width:10.625rem;height:10.625rem;top:36.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXgtOyfzs2ampUDu47Q6qezJUdPlvPn5 { width:11.625rem;height:0;top:59.875rem;left:4.1875rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tta05SViHTncHoBU2H71T5a3aKoBfCdf { width:11.625rem;height:0;top:63rem;left:4.1875rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hBoGnT0TlKeB2klyalqTg99ThWLgg9Fr { width:11.625rem;height:0;top:66.125rem;left:4.1875rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iTSHttBAl1BeNxTarPUvUu74FAmk40GO { width:10.625rem;height:10.625rem;top:48rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgMGN3QNOos5DKsTet9hDnSlAZERdeyR { width:11.625rem;height:0;top:69.25rem;left:4.1875rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OKPuX4bRRdMBBEfU1fo7GzpmdBlOVpFT { width:12.9375rem;height:0;top:76.32421875rem;left:3.5rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #phAo7fCwAnSxqGcHnFQTBid0kXBybSe5 { width:13.5rem;height:0;top:84.32228125rem;left:3.25rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AIlN1u71dThBuUtChiEGUlew0oPUWINh { width:12rem;height:0;top:90.97071875rem;left:4rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aLQhl4AtG8W7xlIH4CTDQ6XOoFFJ3qTy { width:13.875rem;height:0;top:72.375rem;left:3.0625rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv { background-color:#f5ece3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { background-color: transparent; background-image: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container > .video-iframe-container { display: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row > .video-iframe-container { display: none; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .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); }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { border-width: 0; border-radius: 0; }#yifzZJDIfJrgh4dRKpaIkMuVDIDTE2Hv > .row .container { width:20rem;height:103.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdG5vTQorpM3AboGgL7oATanoSQkAJ0J { width:20rem;height:5.375rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.2;color:#0d0273;display:block; }
 }@media only screen and (max-width: 763px) { #b57xEt5K9WfDOfB6ccVT83oMeL8ryrfr { width:20rem;height:4.875rem;top:10.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#0a0a1e;display:block; }
 }@media only screen and (max-width: 763px) { #oTfPuGfpJ1th7Kp2vv45ixxhvTkMgAuc { width:13.3125rem;height:3.75rem;top:19.125rem;left:0rem;background-color:#253bd8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rcr3lMC4I53TGwkX3TRozUryfdAidFcJ { display:block; }
 }@media only screen and (max-width: 763px) { #nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p { background-color:transparent;background-image: -webkit-linear-gradient(179deg, #020f4c, #0a0a1e);background-image: -moz-linear-gradient(179deg, #020f4c, #0a0a1e);background-image: -ms-linear-gradient(179deg, #020f4c, #0a0a1e);background-image: -o-linear-gradient(179deg, #020f4c, #0a0a1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#020f4c', endColorstr='#0a0a1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#020f4c', endColorstr='#0a0a1e' );";background-image: linear-gradient(179deg, #020f4c, #0a0a1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { background-color: transparent; background-image: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container > .video-iframe-container { display: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row > .video-iframe-container { display: none; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .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); }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { border-width: 0; border-radius: 0; }#nW5wtE7lV5yJNBreVFTSaA27TMZTaX9p > .row .container { width:20rem;height:103.0859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE3KKlULwKsCLCu8VoMwPnkEBM3st7tw { width:18.4375rem;height:4.3125rem;top:19.375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f5ece3;display:block; }
 }@media only screen and (max-width: 763px) { #rhxzLXscd9EedqTX5qbrTQwOwyKbTXue { width:20rem;height:10.916rem;top:7.5rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wv5VJiZaeLzHHFWc1TrTG0NdINaqEzTb { width:18.4375rem;height:4.3125rem;top:48.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f5ece3;display:block; }
 }@media only screen and (max-width: 763px) { #Te4aJIQPMPUFf5I7A2zhuecMRBT6brZM { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z0S3s46Pb0RnuAMu1APmtkvKRrTtBUoq { width:20rem;height:10.91684434968rem;top:36.375rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FNHuzENU8e6fo5qdXd7OwzHIIV1MqcwT { height:7.875rem;width:14.1875rem;top:84.7734375rem;left:1.125rem;border-top:0.0625rem solid #0b0d14;border-left:0.0625rem solid #0b0d14;border-right:0.0625rem solid #0b0d14;border-bottom:0.0625rem solid #0b0d14;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #toowZ99N9FCaWannpuGxozIBTU7BBTgo { height:7.9375rem;width:14.1875rem;top:84.7734375rem;left:5.8125rem;border-top:0.0625rem solid #0b0d14;border-left:0.0625rem solid #0b0d14;border-right:0.0625rem solid #0b0d14;border-bottom:0.0625rem solid #0b0d14;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gsc8mvexwfxE3EGXX5Tu7Le9466TsOrO { width:20rem;height:0;top:102.1484375rem;left:0rem;font-size:0.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu { display:none; }#Q5mTsO6VKXX6WREuqOSFTRLqCUAvnszu > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZZlLPpp2CGXmnUihbUixFJBHnna3KkP { width:16.8125rem;height:5.25rem;top:21.1875rem;left:1.59375rem;font-size:1.875rem;color:#0a0a1e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGAJ4CSMWCZoJLBu5bUtEywCCKuIX37N { width:16.8125rem;height:21.25rem;top:30.25rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Puo7tFxnJLmIdTUVLHfzCTqe3ZbNnVOT { width:18.75rem;height:18.75rem;top:1.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9XTLEiXBl6GTwXarAH4NWzCM0pdEJ6E { width:11.6875rem;height:2.75rem;top:26.4375rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 { display:flex;width:1.6875rem;height:1.6875rem;top:52.875rem;left:9.15625rem; }
#QU7TF0H0yoD4StOMwxoQXIEFtlhuInM1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod { display:none; }#t4WCs65eh7cpq7AdeDFJsg7BL6J2Hrod > .row .container { width:20rem;height:55.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bo36QcR7wPX6P8rGvpsFSKhnmIKgfLta { width:16.8125rem;height:5.25rem;top:21.1875rem;left:1.59375rem;font-size:1.875rem;color:#0a0a1e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoJ5829T3n3wiIXMVHu1y1syv2xB7hsa { width:16.8125rem;height:21.25rem;top:30.25rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO5mt7QgTNMEATuvurHozCI0dBUeKxL0 { width:18.75rem;height:18.75rem;top:1.8115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWleOZTTk5bQvRxPvfeCBDSPMyeUVgK { width:11.6875rem;height:2.75rem;top:26.4375rem;left:4.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc { display:flex;width:1.6875rem;height:1.6875rem;top:52.875rem;left:9.15625rem; }
#Ky4yJw2S62mCB8t5gddo0RtldX4JHxhc > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }