.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;
}
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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:none;position:relative;display:block; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container { background-color: transparent; background-image: none; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container > .video-iframe-container { display: none; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row > .video-iframe-container { display: none; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .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); }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container { border-width: 0; border-radius: 0; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/275efbbd-5c10-4a73-ac37-643bf10b6e4a/bg_desk.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7.adaptive-delivery-prevent-bg, #QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7.lazyload, #QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7.lazyloading { background-image: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container { background-color: transparent; background-image: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container > .video-iframe-container { display: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row > .video-iframe-container { display: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .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); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container { border-width: 0; border-radius: 0; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container { font-size:0.875rem;font-family:"open sans";height:37.5rem;width:60rem;overflow:visible;position:relative;display:block; }#mQ8sOStz7LcKhC1XgzIycKedahHLTyBg { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:9.375rem;left:0rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#esH9nHlWrzHBacT4FTxdoArFWJ8T1o0I { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:9.187rem;text-align:left;text-align-last:left;display:block; }
#GTMesWyIx3i8m4PEKoM7Ub7xFBMSfTXn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:9.3125rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#bhJrT11tWUsZck2dXZm5LbuAORPTfwmE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:29.875rem;top:0rem;left:30.125rem;overflow:hidden;display:block; }
#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1d1d1;background-image:none;position:relative;display:block; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container { background-color: transparent; background-image: none; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container > .video-iframe-container { display: none; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row > .video-iframe-container { display: none; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .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); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container { border-width: 0; border-radius: 0; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#O3LgTnNdwl9rKZdgrg0tprWOZWWGxdss { color:#191919;display:block;width:30.4375rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:2.3125rem;left:0.9375rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#arO15e5ziy0RLlNL4LO31K4pHDmWCsT3 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:13.6875rem;left:2.09375rem;height:3.91845625rem;text-align:center;text-align-last:center;display:block; }
#ySbed4y2ZF3iJGa7HohzqvRBThCehyOR { color:#000000;display:block;width:15.5rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:13.6875rem;left:22.25rem;height:5.2246125rem;text-align:center;text-align-last:center;display:block; }
#mCRT0rQc22hpEhHWkdQmpEx5scbRTphu { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:14.3408203125rem;left:43.96875rem;height:3.91845625rem;text-align:center;text-align-last:center;display:block; }
#wHx59UD35gDSBcJinZv6I5wLeyIza1LQ { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.16) ;height:12.5rem;width:20.125rem;top:9.1875rem;left:0.0625rem;display:block; }
#MW1OEXQfZMiZA3MVUxSloE2Fl20aQT0w { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.16) ;height:12.5rem;width:19.9375rem;top:9.1875rem;left:20.0625rem;display:block; }
#QB4n7GNv81EcD96DRtaPPhpKB4WZhlKJ { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.16) ;height:12.5rem;width:19.9375rem;top:9.1875rem;left:40rem;display:block; }
#H1Or7qnO0lfJB2nBq3d9fMLmWFVoqTn4 { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:8.3125rem;left:8.6875rem;display:block; }
#GOUFruSfh3uK21oINcuFUzG6ozDvTn35 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:8.3125rem;left:28.8125rem;display:block; }
#RRMGwQ0VzWoElvJBzVdNmUIUwVfBmmKP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.5rem;top:1.6875rem;left:27.6875rem;overflow:hidden;display:block; }
#oopdAoMgXbB4VWEIp2ExDXlzT32oDD7F { box-sizing:content-box;color:#251aea;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:7.25rem;left:7.6875rem;display:block; }
#ZRBaZRD0bxAIu1MDmFzQ13pDa6BpP3VH { box-sizing:content-box;color:#251aea;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:7.25rem;left:27.6875rem;display:block; }
#ZnqVBnO2iaJuUGlwZb3k6cSBkOyxtx1l { box-sizing:content-box;color:#251aea;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:7.25rem;left:47.6875rem;display:block; }
#cvesPPXe186SHNgIIGAiUCPGOGKIwIVt { position:absolute;display:block;z-index:100011;background-color:#251aea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(37,26,234,0.5) ;height:0.375rem;width:12.5rem;top:0rem;left:0.9375rem;display:block; }
#RK0fNoo2gDotcFaD49rm1VuWUdphB21c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:8.75rem;left:49.125rem; }
#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv { position:relative;display:none; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv { border-width: 0; border-radius: 0; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#zgAsghmxZGTAwrApTAyFaUu5zkZbPLvT { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:3.4375rem;left:2.125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#xOgZuLu3BsJFS2AG3ivVVWZFRrr3OikI { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.125rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#FBs8X6FmSKDqfruggR7L9V8lPdGEI7sE { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:20rem;left:2.125rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#VQqv0s5J3WZGmQWVtMJQLoFTM9MhPzKL { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5rem;width:28.5rem;top:1.03125rem;left:31.5rem;overflow:hidden;display:block; }
#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs { position:relative;display:none; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs { border-width: 0; border-radius: 0; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f { background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container { background-color: transparent; background-image: none; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container > .video-iframe-container { display: none; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row > .video-iframe-container { display: none; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .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); }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container { border-width: 0; border-radius: 0; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;overflow:visible;position:relative;display:block; }#tWWNpdc0rtmsSoh8sUopWaUUmdyQL7kp { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:3.375rem;left:30.1875rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#wV2oi0Lx5E8DM0ell0fXnPkaz3oHofrJ { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:nunito;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:19.125rem;left:30.1875rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#pmCvL07hMpGCbMsFRTUTnAZBiCfTXUhg { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:24.75rem;left:30.1875rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#RmcLikvhf7wf7bcR2OSDP0pIeaSWHpaR { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.5rem;width:28.5rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251aea;background-image:none;position:relative;display:block; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container { background-color: transparent; background-image: none; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container > .video-iframe-container { display: none; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row > .video-iframe-container { display: none; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .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); }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container { border-width: 0; border-radius: 0; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#n8L0yII6JvJmc0CLrTWhWZ8mL71ldEkc { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:3.8496125rem;text-align:left;text-align-last:left;display:block; }
#z63UtyeZfevhgeP5iH2kauBO2oyZXOFp { position:absolute;display:block;z-index:100005;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:8.875rem;width:28.5625rem;top:9.625rem;left:0rem;display:block; }
#iBrkT1Fst5aQM3zKUm9o0DzifTLnaqfu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:13rem;left:1.5rem; }
#CiORt8ATmZGT9VRHim5kFatKz5CsqSCQ { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:4.375rem;height:4.5rem;text-align:justify;text-align-last:initial;display:block; }
#fs7rF4TF2S8wQPbVehpvdT3AuJCLNVhy { position:absolute;display:block;z-index:100006;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:8.875rem;width:28.5625rem;top:9.625rem;left:31.4375rem;display:block; }
#vN9CPkZCcpGHDbiti9DkGncqgl4itmoa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100007;top:13.25rem;left:33.0625rem; }
#JmOeetCkKghXngqQatAIKlsBTeRz6Rvz { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:11.0625rem;left:36.25rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#Fw6WxZakKyquh9Q3VKLnz1xRz1sB6ZSr { position:absolute;display:block;z-index:100008;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:8.875rem;width:28.5625rem;top:21.25rem;left:0rem;display:block; }
#C4qFZb4cH34xFlR17pd7JaFLUR5u1TuI { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:22.6875rem;left:4.15625rem;height:6rem;text-align:justify;text-align-last:initial;display:block; }
#PETTdg1PTk97Th3Nhb9OwDiAgq3XKVHK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:24.875rem;left:1.5rem; }
#iJP8BnHOlovl8htozsmstOwTIPefnSwg { position:absolute;display:block;z-index:100009;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.7) ;height:8.875rem;width:28.5625rem;top:21.25rem;left:31.4375rem;display:block; }
#EvtFePbOSLsTDnpaPnCe6xJk1ozFnkHp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:24.875rem;left:33.0625rem; }
#Rsmwyv01b36RgWCCHtO0sd61XsXO42eG { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:24.1875rem;left:36.25rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa { position:relative;display:none; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa { border-width: 0; border-radius: 0; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container { background-color: transparent; background-image: none; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container > .video-iframe-container { display: none; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row > .video-iframe-container { display: none; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .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); }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container { border-width: 0; border-radius: 0; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#ogqrL3fWSrPX0pHsmvIPDQfJhXukfDvb { position:absolute;display:block;z-index:100003;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:24.4375rem;display:block; }
#W60ckJKr58fWHWCdeP2MLr2AA2MaLVe5 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:15.6875rem;left:16.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qq3iEUq3Uk3MJNgr4ERayuoGoOg9nU77 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:27.5rem;left:9.1875rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MithLs6B6Qdizz72oCC0skuZUhUSa8OK { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:20.0625rem;width:52.625rem;top:16.662109375rem;left:4.125rem;display:block; }
#tKWrpnGA41pLaByK2dm9rNiIEXp25cBR { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(26deg, #362bff, #2821a9);background-image: -moz-linear-gradient(26deg, #362bff, #2821a9);background-image: -ms-linear-gradient(26deg, #362bff, #2821a9);background-image: -o-linear-gradient(26deg, #362bff, #2821a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#2821a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#2821a9' );";background-image: linear-gradient(26deg, #362bff, #2821a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:4.125rem;width:29.8125rem;top:14.5rem;left:15.375rem;display:block; }
#R7BW1BIeyyUTlL9F62psquty1pBtSn8S { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:21.4375rem;left:6.6875rem;display:block; }
#X6EJckpWMCM3ezuzmNB4gJXP4eZS1B8m { color:#000000;display:block;width:25.75rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:24.5625rem;left:9.375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b0eyWuwZhqbqsX7EeT004rLyvNzwfPIh { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:21.625rem;left:9.375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ay4u8OJabuemotI7xly5Kf4fQHIo8tPm { color:#000000;display:block;width:39.125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:30.6875rem;left:9.1875rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h38l2h3BuDTGzzuUnKweuyxwbJvlUpgM { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:24.25rem;left:6.6875rem;display:block; }
#mKJLFtne05f6Q9gvNORz2TGhLpMQPzSX { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:27.25rem;left:6.75rem;display:block; }
#UZWLJOegxEmUoJqE6xe77Zm32XNsaCBz { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:30.25rem;left:6.75rem;display:block; }
#e5plousfxAQwob9NIMZ1eVwHp9kiSARD { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:23.75rem;left:6.8125rem;display:block; }
#NDiZ2Mwk497UyUOxp3cxX9bUJhsIy2bs { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:24.599609375rem;left:26.75rem;display:none; }
#UuNWsuETFwaRV3kAJTRIsx6dUekkHOMn { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:29.6875rem;left:6.875rem;display:block; }
#tzTXUUfbruspfEGATMpTrZVhuZMV4RDf { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #4531fd, #0e0e0e);background-image: -moz-linear-gradient(251deg, #4531fd, #0e0e0e);background-image: -ms-linear-gradient(251deg, #4531fd, #0e0e0e);background-image: -o-linear-gradient(251deg, #4531fd, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#0e0e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#0e0e0e' );";background-image: linear-gradient(251deg, #4531fd, #0e0e0e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:4.125rem;width:36.375rem;top:34.6875rem;left:11.8125rem;display:block; }
#dzDC13OvsCnSxAvrx02OLFGFhIVDTlJ7 { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:35.625rem;left:15.1875rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cS3Kv5hvTNcMsOrZo4aJxGUMAUFtTvws { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:3.1435546875rem;left:12.84375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PhFosks399y72TDCDHLtQfy8vqmf3sz9 { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:26.75rem;display:none; }
#XqafHdxTJQ6IH0LB1wD3zDogwE5yrFNc { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:26.75rem;display:none; }
#f6Tphpt6in7UXTsBf25KEbbRtuWwDEc5 { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:26.75rem;display:none; }
#OQqog4tcuoSyKi01kuclukcuJEfpd1Xk { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:26.625rem;left:6.3125rem;display:block; }
#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT { position:relative;display:none; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT { border-width: 0; border-radius: 0; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(40deg, #121212, #0c0c0c);background-image: -moz-linear-gradient(40deg, #121212, #0c0c0c);background-image: -ms-linear-gradient(40deg, #121212, #0c0c0c);background-image: -o-linear-gradient(40deg, #121212, #0c0c0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#0c0c0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#0c0c0c' );";background-image: linear-gradient(40deg, #121212, #0c0c0c);background-size:auto !important;position:relative;display:block; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container { background-color: transparent; background-image: none; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container > .video-iframe-container { display: none; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row > .video-iframe-container { display: none; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .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); }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container { border-width: 0; border-radius: 0; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#lRl1O243dxa38sIt8cPgf3L9WgeH9vBb { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:6.375rem;left:30.8125rem;height:3.7119125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ai2PAQyAKJSNUc9NEf6CJokW4OEem1sN { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(26deg, #362bff, #4511bc);background-image: -moz-linear-gradient(26deg, #362bff, #4511bc);background-image: -ms-linear-gradient(26deg, #362bff, #4511bc);background-image: -o-linear-gradient(26deg, #362bff, #4511bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#4511bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#4511bc' );";background-image: linear-gradient(26deg, #362bff, #4511bc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:15.125rem;width:34rem;top:12.8125rem;left:26rem;display:block; }
#aO0EpG7OIoPvHApxQru2wQaHwNqq2uAZ { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:28.0625rem;width:21rem;top:4.8125rem;left:7.25rem;overflow:hidden;display:block; }
#nEc95dzd81T44UD574bRKiLN87ggINqL { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:14.9375rem;width:11.1875rem;top:5.6875rem;left:0.8125rem;overflow:hidden;display:block; }
#xC7Qlq5BeRmZ7J4AsxEhFO9EZwrmObTv { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:10.375rem;width:8.1875rem;top:23.5rem;left:3.3125rem;overflow:hidden;display:block; }
#wTFbdMau3KLUfHZdU6OFRD0862QBVNro { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:14.5625rem;left:29.25rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n5CWVcz2qkqnIgoSvB0JGHdJwNl27JU0 { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:19.0625rem;left:29.25rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gq0OvKrGo2qEE2BwCZmLuGqc4S5npTNa { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:23.5rem;left:29.25rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HsD5P6DATEwVmLqf03CxfGgWmm3NTEhB { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:14.875rem;left:26.6875rem;display:block; }
#FMam1zXRw0hx32I41UKmdVdsB0pqKlF8 { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:18.625rem;left:26.75rem;display:block; }
#DiEHI0zXZnq7N3zTVV1JD8M3Rvd6WIz1 { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:23.1875rem;left:26.6875rem;display:block; }
#K4TBJ3iVpiVIyq1JwUEcg1TdBQzi3sNT { position:absolute;display:block;z-index:100016;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.8125rem;top:17.9375rem;left:29.0625rem;display:block; }
#qGATRIOKNIqbuJTqw8XTpRLIlxpbRdzm { position:absolute;display:block;z-index:100017;background-color:#131313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.8125rem;top:22.625rem;left:29.0625rem;display:block; }
#xVyNUTsW6cd0Tq8NTm2skybKBgHI1yJT { position:absolute;display:block;z-index:100004;background-color:#362bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:24.4375rem;display:block; }
#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container { background-color: transparent; background-image: none; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container > .video-iframe-container { display: none; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row > .video-iframe-container { display: none; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .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); }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container { border-width: 0; border-radius: 0; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#sbbLXVheBHqBlIgbrkRytuxS1Ocwx7eT { position:absolute;display:block;z-index:100003;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:24.4375rem;display:block; }
#QUuiPieTMdn4MTz4rsmD8OVK1mfmTo7T { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:30.4375rem;left:8.25rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vA8yoemwIbxMTIWHQo1XUbx5z7SKpVhf { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:22.5625rem;width:52.625rem;top:20.75rem;left:3.6875rem;display:block; }
#cbPaBID2gln0B924VUzyqeP1y3E5x6Tw { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:24.375rem;left:5.75rem;display:block; }
#QymI7e9eA12K7ZBU8yUye93ZHibEWHEL { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:27.5rem;left:8.4375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iLX4foEI9BnwPTkEzJoCLJ87z3OGzlHu { color:#000000;display:block;width:43.875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:24.5625rem;left:8.4375rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DIExBc0zH2FphhqDtRAJ1PzN7hhXIfL0 { color:#000000;display:block;width:39.125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:33.625rem;left:8.25rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#macAK7oKsSZhkSNEOigNKxPdifJIAtT4 { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:27.1875rem;left:5.75rem;display:block; }
#KTD1Mm9bPaTXecxrWUuKFdXesixtZxTm { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:30.1875rem;left:5.8125rem;display:block; }
#qROyVZFmISxyVRIoaTcSTEHdCv2DAJwA { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:33.1875rem;left:5.8125rem;display:block; }
#NhKzQw5zswC39PTQcJxO8C6iafmTu1yh { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:26.6875rem;left:5.875rem;display:block; }
#JOWUJuqSse1AMeghIUW5NHL1OsWTGT5y { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:24.599609375rem;left:26.75rem;display:none; }
#Zif2sB4spnn0cNAKSKZpAVtmED9bSs9P { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:32.625rem;left:5.9375rem;display:block; }
#zbtZ5q6UGUykuobCVuKPitovU9ud5Ics { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:2.5810546875rem;left:12.84375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUOkf91cdspxmD4Fx8RRi4KKIplfTIGa { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:26.75rem;display:none; }
#hhSszaqdL1uNCIaigm8VEWdwTCCVVbko { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:26.75rem;display:none; }
#Doc9FGCCwrQV0Vpe3GywEv1xD5PsTsbS { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:24.875rem;top:21.662109375rem;left:26.75rem;display:none; }
#eQbmpceyIbGFTZJKaOTdS2lJMpRVGhwB { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:29.5625rem;left:5.375rem;display:block; }
#Q3dR3KkRWiQFpW7qFEfTMZtv6QTRkPui { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:35.75rem;left:6.0625rem;display:block; }
#EnAy01XTXNyboPWE1uvQAnVN20adrPki { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:36.3125rem;left:5.9375rem;display:block; }
#SqvtuK6uK7RMtxzQEq32sBZaS2oS6RDi { color:#000000;display:block;width:39.125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:36.8125rem;left:8.375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTPhLpFNIww5uCbu9GBsiSXmMukyFwlb { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:46.875rem;top:39.375rem;left:6.5625rem;display:block; }
#TikcKuWNXtGQ3sf5hvrAySWx1MsO7CQL { color:#000000;display:block;width:39.125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:40.75rem;left:10.4375rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJKKLrSUy7V4Qa5UsyqL1AEZgzfIm9zD { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:14.9375rem;top:9.5rem;left:21.84375rem;overflow:hidden;display:block; }
#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcdcdc;background-image:none;position:relative;display:block; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container { background-color: transparent; background-image: none; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container > .video-iframe-container { display: none; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row > .video-iframe-container { display: none; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .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); }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container { border-width: 0; border-radius: 0; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#lng4IHq4GSWG57psNX5B8tsiNm5DC5GE { position:absolute;display:block;z-index:100005;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:24.4375rem;display:block; }
#l0X0MGCOn2d6r8ueuEJ4t4xXiTESiWnO { color:#000000;display:block;width:33.375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:5.1875rem;left:13.3125rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AWNAR2Ifaik0ZK4rfsWxvALxASrbma2D { box-sizing:content-box;color:#101010;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.875rem;left:28.4375rem;display:block; }
#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcdcdc;background-image:none;position:relative;display:block; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container { background-color: transparent; background-image: none; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container > .video-iframe-container { display: none; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row > .video-iframe-container { display: none; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .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); }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container { border-width: 0; border-radius: 0; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#GkHzduUK8bWoFEPUFMiTxHX1rdAKLVPx { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.375rem;left:19.9375rem;display:block; }
#eMLVgWpHrpiw2AgSZWwXFbve4oJyFi47 { position:absolute;display:block;z-index:100007;background-color:#2bf376;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5rem;left:21.3125rem;display:block; }
#yKpMs2wcKX9rAhwuCBkglKAGy449mQ78 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.5625rem;left:21.75rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ICptL6sqGcN0NSceryMo934kuW9xATS3 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.125rem;left:21.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yqr5JmA4lJot3WfmV2TvrI9hu9J3oiVg { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:14.5625rem;left:21.75rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zGDhuLsNbNB7D1FTiL7JFeCoONcTPzpe { position:absolute;display:block;z-index:100008;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:20.875rem;left:33.0625rem;display:block; }
#fy9icxF57uslqm3hClpkJZz7OfzOWJhW { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.625rem;left:32.9375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FK8aD6EQS7BdhTVZt2HVzGe1s1CxVAJ7 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.4375rem;width:18.4375rem;top:1.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#kuMiUnDC0x74a4x2Zp6ATzNfZLT05nX0 { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #1b807a, #2bf376);background-image: -moz-linear-gradient(251deg, #1b807a, #2bf376);background-image: -ms-linear-gradient(251deg, #1b807a, #2bf376);background-image: -o-linear-gradient(251deg, #1b807a, #2bf376);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b807a', endColorstr='#2bf376' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b807a', endColorstr='#2bf376' );";background-image: linear-gradient(251deg, #1b807a, #2bf376);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:2.5625rem;left:6.625rem;display:block; }
#VhFaXB63CcX4Aam103K0dcCoiyUfolsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcdcdc;background-image:none;position:relative;display:block; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container { background-color: transparent; background-image: none; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container > .video-iframe-container { display: none; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row > .video-iframe-container { display: none; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .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); }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container { border-width: 0; border-radius: 0; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#Zr0vxhTmahKWbCfTTgkppBsFCXpySsRg { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.625rem;left:2.625rem;display:block; }
#zoFceeAATgwEVXihPkweVChzFVBDsZhz { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #c0c0c0, #ffffff);background-image: -moz-linear-gradient(251deg, #c0c0c0, #ffffff);background-image: -ms-linear-gradient(251deg, #c0c0c0, #ffffff);background-image: -o-linear-gradient(251deg, #c0c0c0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff' );";background-image: linear-gradient(251deg, #c0c0c0, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:2.4375rem;left:18.8125rem;display:block; }
#Dss507wTVb12FXLNgN1WDREV7txCEESX { position:absolute;display:block;z-index:100007;background-color:#362bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5.25rem;left:26.0625rem;display:block; }
#ThnuzwPDzmndUvoBdD4zyrOUl0aoT20h { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.8125rem;left:26.5rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRZWSstvTJ9azuUtSBm66G9BT1Ir8Sw4 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.375rem;left:4.4375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BtdPrkHAdWtbkZp8aTA1W55LJAC517eN { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:13.8125rem;left:4.4375rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GJgmphP1vlH5gVWHyPZFba8EAFSvu8nM { position:absolute;display:block;z-index:100008;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:21.125rem;left:15.75rem;display:block; }
#vzJW26dU7WAhiEGF5EnLHcvBfDTLVaJq { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.875rem;left:15.625rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GChm7hfCbMvhyuFLWo1UNhGkaNHGoVph { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:23.625rem;top:2.78125rem;left:34.1875rem;overflow:hidden;display:block; }
#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcdcdc;background-image:none;position:relative;display:block; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container { background-color: transparent; background-image: none; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container > .video-iframe-container { display: none; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row > .video-iframe-container { display: none; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .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); }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container { border-width: 0; border-radius: 0; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#vTFomKUb6HmsyAkTWStTLA1aZvPVuUPr { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:15.75rem;width:33.4375rem;top:6.375rem;left:19.9375rem;display:block; }
#vQvdfl5r18aSEryqTVRd3qnQ26T6wUuH { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #362bff, #222274);background-image: -moz-linear-gradient(251deg, #362bff, #222274);background-image: -ms-linear-gradient(251deg, #362bff, #222274);background-image: -o-linear-gradient(251deg, #362bff, #222274);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#222274' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#362bff', endColorstr='#222274' );";background-image: linear-gradient(251deg, #362bff, #222274);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:17.25rem;width:32.0625rem;top:2.5625rem;left:7.75rem;display:block; }
#h8kD2S2gq1Rb9ifvJsfC3oWTpMHHiXRk { position:absolute;display:block;z-index:100007;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:8.125rem;top:5rem;left:21.3125rem;display:block; }
#RvTz9lGwVMHH3g1vVV8W65oefRAZdmsk { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:5.5625rem;left:21.75rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdTtTzzC21pLvwpUSAuImhtrHd4sXbia { color:#000000;display:block;width:22.125rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:9.125rem;left:21.75rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bCMPpK0QwkhBNRpTPVREXO7GncS9Zzda { color:#000000;display:block;width:27.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:14.5625rem;left:21.75rem;height:4.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auhfry8kN5cxMdba23BbknC3vnxA9JsJ { position:absolute;display:block;z-index:100008;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:19.3125rem;top:20.875rem;left:33.0625rem;display:block; }
#biwFuoGw9NXXonEbU7wUl7MvA2T1BHOs { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:21.625rem;left:32.9375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAZwNt8wFIxAeNvWmzVIIekrITGIIwxN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.125rem;top:3.40625rem;left:3.3125rem;overflow:hidden;display:block; }
#Z5LKKTBM48MH8llpNqiR69T8NK7gw7aS { position:absolute;display:block;z-index:100010;background-color:#00e847;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.55) ;height:2.8125rem;width:15.6875rem;top:5rem;left:39.4375rem;display:block; }
#I25uPTtJoZsgdOorlnawi8pMQAkJLcyC { color:#1e1e1e;display:block;width:19.375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:5.75rem;left:37.625rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#251aea;background-image:none;position:relative;display:block; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container { background-color: transparent; background-image: none; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container > .video-iframe-container { display: none; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row > .video-iframe-container { display: none; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .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); }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container { border-width: 0; border-radius: 0; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;position:relative;display:block; }#sT1cWgvNeGBMmBAn2JirImXokXFXxmmH { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:normal;z-index:100037;line-height:1.1;letter-spacing:0;top:4.32470703125rem;left:6.40625rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#oprqhOnl6Iawxz1PPGviT2JXV7kzVZ6t { position:absolute;display:block;z-index:100035;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #101010, #371a9d);background-image: -moz-linear-gradient(45deg, #101010, #371a9d);background-image: -ms-linear-gradient(45deg, #101010, #371a9d);background-image: -o-linear-gradient(45deg, #101010, #371a9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );";background-image: linear-gradient(45deg, #101010, #371a9d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:16.3125rem;width:50.1875rem;top:9.5rem;left:4.8125rem;display:block; }
#Jqz3e28dm68vONCQ3ByEknOiPd8PZoNf { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100045;line-height:1.1;letter-spacing:0;top:18rem;left:8.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B4vVTvTTZKD2lbb4ISdUlbpTkyMDdyGu { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100044;line-height:1.1;letter-spacing:0;top:12.0625rem;left:8.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lWqXGXddFWBleD8p9kIwtH7nn58NtESN { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100046;line-height:1.1;letter-spacing:0;top:14.8125rem;left:8.9375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ja783INIwMEQcTXtwHfnGHwnqBdHSNm6 { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:21.6875rem;left:6.0625rem;display:block; }
#ldzSfSXtFD84E0zNcI2FZTRZVMfUErWq { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:18.125rem;left:6.0625rem;display:block; }
#VDT8lg2clQPSQFHlSUgZM1Vro97oG7XX { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:15rem;left:6.0625rem;display:block; }
#RhEFJkRGyo94N9dhfXTLJcws4BdiTTTU { box-sizing:content-box;color:#2bf376;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:12.25rem;left:6.1875rem;display:block; }
#wdq5Oz1iXUdgeL2DTtpBkDN9dBCCToUU { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100046;line-height:1.1;letter-spacing:0;top:21.0625rem;left:8.9375rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y8pTnkusgIxp0fJ3OGH3FAfzXX3TZQ0s { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100045;line-height:1.1;letter-spacing:0;top:12.0625rem;left:26.375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GD6nmhw5UhPffTg0MUG8QSXnW56VWazk { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100046;line-height:1.1;letter-spacing:0;top:14.75rem;left:45.625rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUJ6pgK7V1bA690MLhgBko1u0Sx0Vegn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100047;line-height:1.1;letter-spacing:0;top:18rem;left:31.4375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zIsu0NGtCJbdEHNRZLOwk8aWy8wMrRMU { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:21.5rem;left:37.6875rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eX1TA0rEZWA7SVMguuXQzT8vsf8RWyl2 { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:nunito;font-size:1.75rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:28.625rem;left:6.4375rem;height:1.92480625rem;text-align:center;text-align-last:center;display:block; }
#iVRKyxamTSTxQfJLJC8qN5RpMcw1VP3g { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:32.5625rem;left:11.375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdSz361JJen8HElsuLGBuol2cfXPXc2h { position:absolute;display:block;z-index:100008;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;height:8.4375rem;width:43.125rem;top:37.375rem;left:8.4375rem;display:block; }
#G557xWOi23eytgn0xNdOaTtkbvUxb9xh { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:nunito;font-size:1.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:39.2783203125rem;left:10.96875rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXBt55EZq4xpreTyWGhyoi8H9E3284Gn { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:47.6875rem;left:12.84375rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -moz-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -ms-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -o-linear-gradient(237deg, #efefef, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );";background-image: linear-gradient(237deg, #efefef, #f6f6f6);background-size:auto !important;position:relative;display:block; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container { background-color: transparent; background-image: none; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container > .video-iframe-container { display: none; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row > .video-iframe-container { display: none; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .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); }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container { border-width: 0; border-radius: 0; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container { font-size:0.875rem;font-family:arial;height:74.625rem;width:60rem;position:relative;display:block; }#vGXV1A2TAGskZQJPVyTPqvzV5Nc7POd0 { position:absolute;display:block;z-index:100005;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:24.4375rem;display:block; }
#uX9lcTZSIgn8RF88czeBanLMJIHvgWkV { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:10.75rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LVOuJLiJqFaCryQ2VIylTRGPqAUpewbA { box-sizing:content-box;color:#2bf376;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.875rem;left:28.4375rem;display:block; }
#uT7Lvv7TNrR2059hQGmRiaTRS47sLaGC { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.17) ;height:20.9375rem;width:43.875rem;top:27.0625rem;left:8.0625rem;display:block; }
#pTQxXkQHUy6HJvH134xSTXwMDvNKSLwb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:37.5rem;top:9.26171875rem;left:11rem;overflow:hidden;display:block; }
#Fl4GiieKza3JdT0vbMZqkSgx2nmHAWad { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:3.3125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem rgba(0,0,0,0.1);top:34.58447265625rem;left:10.75rem;height:3.64355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ui5WM0Xc9s5ySgsrvMcQqx3ZMLxfVpGb { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:38.79052734375rem;left:10.75rem;height:1.85595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUgr0dEQcnI5lGs1IeTUlAJcwPnV1DIb { color:#b9b9b9;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:41.5625rem;left:12.8125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAow4e5gepElO58vZUuJM22tN5r5eKx2 { z-index:100003;top:45.7998046875rem;left:12.25rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WmpIwH9TPdpf5prnrAbKJMU31Tecqqf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ir5mBX8tpcW0G0TSiRHOAsaGUelxH141 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:7.6875rem;top:38.4375rem;left:42.4375rem;overflow:hidden;display:block; }
#XHfo8VSW6V8TSzFoKp9I13bBwodRGz3f { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:36.0625rem;top:52.4375rem;left:11.9375rem;overflow:hidden;display:block; }
#goubezShuM8TvPM1dxGLpG4riEILNAC6 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.125rem;top:59.625rem;left:4.625rem;overflow:hidden;display:block; }
#Ox9cpOmSFTekyGUMZzoqlvG53G467t4C { position:absolute;display:block;z-index:100002;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:44rem;top:57.4375rem;left:8.125rem;display:block; }
#M904pUgrbeW9ETT0ThRS5GHTZdNETRUO { color:#000000;display:block;width:27.75rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:59.125rem;left:14.6875rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#QzmOlsp1ihpTuSO80mSUXzmvURPcODzf { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:63.1875rem;left:14.6875rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP { position:relative;display:none; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP { border-width: 0; border-radius: 0; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(4deg, #371a9d, #362bff);background-image: -moz-linear-gradient(4deg, #371a9d, #362bff);background-image: -ms-linear-gradient(4deg, #371a9d, #362bff);background-image: -o-linear-gradient(4deg, #371a9d, #362bff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#371a9d', endColorstr='#362bff' );";background-image: linear-gradient(4deg, #371a9d, #362bff);background-size:auto !important;position:relative;display:block; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container { background-color: transparent; background-image: none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container > .video-iframe-container { display: none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row > .video-iframe-container { display: none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .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); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container { border-width: 0; border-radius: 0; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#L9TAhMpoCCSBe0DXAfGmtMPM0Veu8RnK { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:nunito;font-size:1.8125rem;font-weight:normal;z-index:100003;line-height:.9;letter-spacing:0;top:7.0625rem;left:23.3125rem;height:3.26171875rem;text-align:left;text-align-last:left;display:block; }
#cL7n0igevn7mVsOwXhOfNUqAdVNtthth { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.375rem;width:20rem;top:0rem;left:20rem;display:block; }
#t7qzH8UP5UnKkOD9LL1ymwUZF0dTRPzV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:9.0625rem;left:1.125rem;overflow:hidden;display:none; }
#vaOV745uh2DCHXarXXCn1wOv2eU6fZ9Z { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:23.125rem;left:5.1875rem;overflow:hidden;display:none; }
#ATT4Ofxg1DIIeAoki4u2BCb3348mP774 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:5.1875rem;width:12.125rem;top:8.875rem;left:27.875rem;overflow:hidden;display:none; }
#Te5F3JNm59DirSkGQKnT3NSlmSKhz1Xd { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #101010, #371a9d);background-image: -moz-linear-gradient(45deg, #101010, #371a9d);background-image: -ms-linear-gradient(45deg, #101010, #371a9d);background-image: -o-linear-gradient(45deg, #101010, #371a9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#371a9d' );";background-image: linear-gradient(45deg, #101010, #371a9d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:30.4375rem;width:43.125rem;top:4rem;left:14.4375rem;display:block; }
#b8iAgVNzFqixa1Ji1M08GeaqVJcZETWw { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:24.1875rem;width:18.125rem;top:7.125rem;left:2.4375rem;overflow:hidden;display:block; }
#yoDnHov1thuhC598SkoXgK7wFW3w6675 { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:12.5rem;left:23.3125rem;height:18.896475rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB { position:relative;display:block; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB { background-color: transparent; background-image: none; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row .container > .video-iframe-container { display: none; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row > .video-iframe-container { display: none; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .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); }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB { border-width: 0; border-radius: 0; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#OEdJwXTvensnBOe6Sct8x1M4pvgfsAFv { color:#000000;display:block;width:33.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:8.75rem;left:16.75rem;height:6.9995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TukOTA0TD9niPffKSWz7QbtygAEOETUM { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:10.5rem;width:36.125rem;top:7rem;left:10.5625rem;display:block; }
#u97oU4tDon5TwOGZnu242JFJkmB2oBKH { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:8.0625rem;left:12.1875rem;display:block; }
#ix9DVwz0Terk8ABtzhr7rt5aJIhG9FTV { color:#000000;display:block;width:30rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:3.0625rem;left:15.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0Iauq3FLqX4XXFKy0l1NAmk7aqScO65 { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:20.9375rem;left:3rem;display:block; }
#fei4hIfe5MTN0Stx0bIuMiXRTfWuOMzO { color:#000000;display:block;width:33.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:21.125rem;left:16.75rem;height:5.59960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0BCwwq42vSh5aTKfUpQRFhBWJLqXdoJ { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:9.75rem;width:36.125rem;top:19.375rem;left:10.5625rem;display:block; }
#abKLDwpO8CENHOcQleJNtm4Fa5dTKb5r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:20.9375rem;left:12.65625rem; }
#TT3nJgF2sStoupMIocTfyBUlmvHZbsIM { color:#000000;display:block;width:33.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:33.5rem;left:16.8125rem;height:6.99950625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HleWynpcFz59aMMNWBEeIudCro7TnD0o { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:5rem solid #362bff;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.23) ;height:9.75rem;width:36.125rem;top:31.75rem;left:10.625rem;display:block; }
#MsEWQwF7NVnOyvmr2AJ9mff6RTSDERWl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;top:33.3125rem;left:12.75rem; }
#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -moz-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -ms-linear-gradient(237deg, #efefef, #f6f6f6);background-image: -o-linear-gradient(237deg, #efefef, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f6f6f6' );";background-image: linear-gradient(237deg, #efefef, #f6f6f6);background-size:auto !important;position:relative;display:block; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container { background-color: transparent; background-image: none; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container > .video-iframe-container { display: none; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row > .video-iframe-container { display: none; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .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); }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container { border-width: 0; border-radius: 0; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container { font-size:0.875rem;font-family:arial;height:86.5rem;width:60rem;position:relative;display:block; }#G4nhJyQlJ3ymZ8MPRAwSVgMCfFZsacUN { position:absolute;display:block;z-index:100005;background-color:#1a1a1a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:11.125rem;top:0rem;left:24.4375rem;display:block; }
#UL485TqEGGX9d5Tbblqw57WogCtNqCPa { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:19.5625rem;left:10.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTNiGF9VethO3xnsWqQpcbMtmf5etyWp { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.17) ;height:20.9375rem;width:43.875rem;top:40.9375rem;left:7.6875rem;display:block; }
#wNC5r3lMhrZaTTzaRZWxxVS5ZioquZeI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.125rem;width:38.125rem;top:22.375rem;left:10.4375rem;overflow:hidden;display:block; }
#brETB45Rz9TRZhiVm2GvfhkE0WsiodFo { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:3.3125rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem rgba(0,0,0,0.1);top:48.4375rem;left:10.4375rem;height:3.64355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bXlE8raGBikUh5Web5xyIwGno0X26F6c { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:52.6875rem;left:10.4375rem;height:1.85595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABJ97wOPbgb93JsLzvNApoAF54bscCag { color:#b9b9b9;display:block;width:34.3125rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:55.4375rem;left:12.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4ObHmncJ0yGEvTGCLO1v8m1ExPt11Ze { z-index:100003;top:59.6875rem;left:11.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.4375rem;height:4.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e3T5pIFtmGiq6NeZPOQaKsASMmEOrA21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ruMAWCoe6cT34Gvesg9WLXJcg9AQuEVZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:7.6875rem;top:52.3125rem;left:42.125rem;overflow:hidden;display:block; }
#cDrDAuiZFxTUkgsJ2MnZ1Q1TJZCxUMfu { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:36.0625rem;top:66.3125rem;left:11.625rem;overflow:hidden;display:block; }
#Ki2Ol8vK49RM9Mbt2GKsqbbouCRO9FUT { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.125rem;top:73.375rem;left:4.4375rem;overflow:hidden;display:block; }
#i2ioBtAFkn6mTLsvc23eSAJAXccEG2gp { position:absolute;display:block;z-index:100002;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:44rem;top:71.3125rem;left:7.9375rem;display:block; }
#EFf8ETIC9vO0voT9qQASdyTSwZIUGAQZ { color:#000000;display:block;width:27.75rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.1;letter-spacing:0;top:73rem;left:14.5rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#oxo37krutFu047kN8OrTBPlQ6mRC3yAT { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:76.0625rem;left:14.5625rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pDa7D8AQwTWIEphW4pSTrhtv52EgHdhc { color:#000000;display:block;width:33.875rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:4.375rem;left:13.0625rem;height:11.02294375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9H5GZHIvDM9ReqnySumpiuoQUCmOokT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:43.75rem;display:none; }
#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container { background-color: transparent; background-image: none; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container > .video-iframe-container { display: none; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row > .video-iframe-container { display: none; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .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); }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container { border-width: 0; border-radius: 0; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#zewhDnIrrka9Pwb1FTe4mIXmpz0xk8tr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:6.0625rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#ytiof67TDCVx5ODnMW0KAu0qHEZ0kDAt { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:1.71875rem;left:18.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHaWtgQXx0KwXdSefl62xBHhPiBvBfKP { z-index:100001;top:1.125rem;left:47.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #12cc94;border-left:0.125rem solid #12cc94;border-right:0.125rem solid #12cc94;border-bottom:0.125rem solid #12cc94;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#12cc94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nunito;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WOeVgN8VJJ3MDXlqk68Kp3QFkS2a8UIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA { display:block; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 { display:block; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ8sOStz7LcKhC1XgzIycKedahHLTyBg { top:9.375rem;left:0rem;width:30.875rem;height:11rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esH9nHlWrzHBacT4FTxdoArFWJ8T1o0I { top:23.125rem;left:0rem;width:29.75rem;height:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMesWyIx3i8m4PEKoM7Ub7xFBMSfTXn { top:2.0625rem;left:0rem;width:9.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhJrT11tWUsZck2dXZm5LbuAORPTfwmE { top:0rem;left:17.875rem;width:29.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ { display:block; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3LgTnNdwl9rKZdgrg0tprWOZWWGxdss { top:2.3125rem;left:0rem;width:30.4375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arO15e5ziy0RLlNL4LO31K4pHDmWCsT3 { top:13.6875rem;left:0.03125rem;width:15.8125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbed4y2ZF3iJGa7HohzqvRBThCehyOR { top:13.6875rem;left:16.0625rem;width:15.5rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCRT0rQc22hpEhHWkdQmpEx5scbRTphu { top:14.3125rem;left:33.65625rem;width:12.0625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHx59UD35gDSBcJinZv6I5wLeyIza1LQ { top:9.1875rem;left:0rem;width:20.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW1OEXQfZMiZA3MVUxSloE2Fl20aQT0w { top:9.1875rem;left:11.8125rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB4n7GNv81EcD96DRtaPPhpKB4WZhlKJ { top:9.1875rem;left:27.6875rem;width:19.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Or7qnO0lfJB2nBq3d9fMLmWFVoqTn4 { top:8.3125rem;left:6.625rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUFruSfh3uK21oINcuFUzG6ozDvTn35 { top:8.3125rem;left:22.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRMGwQ0VzWoElvJBzVdNmUIUwVfBmmKP { top:1.6875rem;left:21.5rem;width:3.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oopdAoMgXbB4VWEIp2ExDXlzT32oDD7F { top:7.25rem;left:5.625rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBaZRD0bxAIu1MDmFzQ13pDa6BpP3VH { top:7.25rem;left:21.5rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqVBnO2iaJuUGlwZb3k6cSBkOyxtx1l { top:7.25rem;left:37.375rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvesPPXe186SHNgIIGAiUCPGOGKIwIVt { top:0rem;left:0rem;width:12.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK0fNoo2gDotcFaD49rm1VuWUdphB21c { top:8.75rem;left:38.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoIHBGQzSP27BH4mALPFz34rmaoi6fv { display:none; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgAsghmxZGTAwrApTAyFaUu5zkZbPLvT { top:3.4375rem;left:0rem;width:28.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOgZuLu3BsJFS2AG3ivVVWZFRrr3OikI { top:14.375rem;left:0rem;width:27.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBs8X6FmSKDqfruggR7L9V8lPdGEI7sE { top:20rem;left:0rem;width:27.1875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqv0s5J3WZGmQWVtMJQLoFTM9MhPzKL { top:1rem;left:19.25rem;width:28.5rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs { display:none; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f { display:block; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWWNpdc0rtmsSoh8sUopWaUUmdyQL7kp { top:3.375rem;left:20.5625rem;width:27.1875rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2oi0Lx5E8DM0ell0fXnPkaz3oHofrJ { top:19.125rem;left:20.5625rem;width:27.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCvL07hMpGCbMsFRTUTnAZBiCfTXUhg { top:24.75rem;left:20.5625rem;width:27.1875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmcLikvhf7wf7bcR2OSDP0pIeaSWHpaR { top:3.0625rem;left:0rem;width:28.5rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ { display:block; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8L0yII6JvJmc0CLrTWhWZ8mL71ldEkc { top:2.6875rem;left:0rem;width:32.8125rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z63UtyeZfevhgeP5iH2kauBO2oyZXOFp { top:9.625rem;left:0rem;width:28.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBrkT1Fst5aQM3zKUm9o0DzifTLnaqfu { top:13rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiORt8ATmZGT9VRHim5kFatKz5CsqSCQ { top:11.5625rem;left:0rem;width:22.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7rF4TF2S8wQPbVehpvdT3AuJCLNVhy { top:9.625rem;left:19.1875rem;width:28.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN9CPkZCcpGHDbiti9DkGncqgl4itmoa { top:13.25rem;left:26.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmOeetCkKghXngqQatAIKlsBTeRz6Rvz { top:11.0625rem;left:25.625rem;width:22.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw6WxZakKyquh9Q3VKLnz1xRz1sB6ZSr { top:21.25rem;left:0rem;width:28.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qFZb4cH34xFlR17pd7JaFLUR5u1TuI { top:22.6875rem;left:0rem;width:22.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETTdg1PTk97Th3Nhb9OwDiAgq3XKVHK { top:24.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP8BnHOlovl8htozsmstOwTIPefnSwg { top:21.25rem;left:19.1875rem;width:28.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvtFePbOSLsTDnpaPnCe6xJk1ozFnkHp { top:24.875rem;left:26.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsmwyv01b36RgWCCHtO0sd61XsXO42eG { top:24.1875rem;left:25.625rem;width:22.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa { display:none; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F { display:block; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogqrL3fWSrPX0pHsmvIPDQfJhXukfDvb { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60ckJKr58fWHWCdeP2MLr2AA2MaLVe5 { top:15.6875rem;left:10.8125rem;width:27.125rem;height:1.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq3iEUq3Uk3MJNgr4ERayuoGoOg9nU77 { top:27.5rem;left:3.0625rem;width:29.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MithLs6B6Qdizz72oCC0skuZUhUSa8OK { top:16.625rem;left:0rem;width:47.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKWrpnGA41pLaByK2dm9rNiIEXp25cBR { top:14.5rem;left:9.25rem;width:29.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7BW1BIeyyUTlL9F62psquty1pBtSn8S { top:21.4375rem;left:0.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6EJckpWMCM3ezuzmNB4gJXP4eZS1B8m { top:24.5625rem;left:3.25rem;width:25.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0eyWuwZhqbqsX7EeT004rLyvNzwfPIh { top:21.625rem;left:3.25rem;width:23.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4u8OJabuemotI7xly5Kf4fQHIo8tPm { top:30.6875rem;left:3.0625rem;width:39.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38l2h3BuDTGzzuUnKweuyxwbJvlUpgM { top:24.25rem;left:0.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJLFtne05f6Q9gvNORz2TGhLpMQPzSX { top:27.25rem;left:0.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZWLJOegxEmUoJqE6xe77Zm32XNsaCBz { top:30.25rem;left:0.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5plousfxAQwob9NIMZ1eVwHp9kiSARD { top:23.75rem;left:0.6875rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDiZ2Mwk497UyUOxp3cxX9bUJhsIy2bs { top:24.5625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuNWsuETFwaRV3kAJTRIsx6dUekkHOMn { top:29.6875rem;left:0.75rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzTXUUfbruspfEGATMpTrZVhuZMV4RDf { top:34.6875rem;left:5.6875rem;width:36.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzDC13OvsCnSxAvrx02OLFGFhIVDTlJ7 { top:35.625rem;left:9.0625rem;width:30.6875rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS3Kv5hvTNcMsOrZo4aJxGUMAUFtTvws { top:3.125rem;left:6.71875rem;width:34.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhFosks399y72TDCDHLtQfy8vqmf3sz9 { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqafHdxTJQ6IH0LB1wD3zDogwE5yrFNc { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6Tphpt6in7UXTsBf25KEbbRtuWwDEc5 { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQqog4tcuoSyKi01kuclukcuJEfpd1Xk { top:26.625rem;left:0.1875rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rahSXgclS8WolW2OPi7rMIG8EO1ApNwT { display:none; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 { display:block; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRl1O243dxa38sIt8cPgf3L9WgeH9vBb { top:6.375rem;left:23.75rem;width:19.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai2PAQyAKJSNUc9NEf6CJokW4OEem1sN { top:12.8125rem;left:13.75rem;width:34rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO0EpG7OIoPvHApxQru2wQaHwNqq2uAZ { top:4.8125rem;left:1.125rem;width:21rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEc95dzd81T44UD574bRKiLN87ggINqL { top:5.6875rem;left:0rem;width:11.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC7Qlq5BeRmZ7J4AsxEhFO9EZwrmObTv { top:23.5rem;left:0rem;width:8.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTFbdMau3KLUfHZdU6OFRD0862QBVNro { top:14.5625rem;left:19.8125rem;width:27.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5CWVcz2qkqnIgoSvB0JGHdJwNl27JU0 { top:19.0625rem;left:19.3125rem;width:28.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0OvKrGo2qEE2BwCZmLuGqc4S5npTNa { top:23.5rem;left:18.5625rem;width:29.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsD5P6DATEwVmLqf03CxfGgWmm3NTEhB { top:14.875rem;left:20.5625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMam1zXRw0hx32I41UKmdVdsB0pqKlF8 { top:18.625rem;left:20.625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEHI0zXZnq7N3zTVV1JD8M3Rvd6WIz1 { top:23.1875rem;left:20.5625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4TBJ3iVpiVIyq1JwUEcg1TdBQzi3sNT { top:17.9375rem;left:17.9375rem;width:29.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGATRIOKNIqbuJTqw8XTpRLIlxpbRdzm { top:22.625rem;left:17.9375rem;width:29.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyNUTsW6cd0Tq8NTm2skybKBgHI1yJT { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS { display:block; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbbLXVheBHqBlIgbrkRytuxS1Ocwx7eT { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUuiPieTMdn4MTz4rsmD8OVK1mfmTo7T { top:30.4375rem;left:2.125rem;width:43.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA8yoemwIbxMTIWHQo1XUbx5z7SKpVhf { top:20.75rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbPaBID2gln0B924VUzyqeP1y3E5x6Tw { top:24.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymI7e9eA12K7ZBU8yUye93ZHibEWHEL { top:27.5rem;left:2.3125rem;width:44.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLX4foEI9BnwPTkEzJoCLJ87z3OGzlHu { top:24.5625rem;left:2.3125rem;width:43.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIExBc0zH2FphhqDtRAJ1PzN7hhXIfL0 { top:33.625rem;left:2.125rem;width:39.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #macAK7oKsSZhkSNEOigNKxPdifJIAtT4 { top:27.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTD1Mm9bPaTXecxrWUuKFdXesixtZxTm { top:30.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qROyVZFmISxyVRIoaTcSTEHdCv2DAJwA { top:33.1875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKzQw5zswC39PTQcJxO8C6iafmTu1yh { top:26.6875rem;left:0rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOWUJuqSse1AMeghIUW5NHL1OsWTGT5y { top:24.5625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zif2sB4spnn0cNAKSKZpAVtmED9bSs9P { top:32.625rem;left:0rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbtZ5q6UGUykuobCVuKPitovU9ud5Ics { top:2.5625rem;left:6.71875rem;width:34.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOkf91cdspxmD4Fx8RRi4KKIplfTIGa { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhSszaqdL1uNCIaigm8VEWdwTCCVVbko { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Doc9FGCCwrQV0Vpe3GywEv1xD5PsTsbS { top:21.625rem;left:20.625rem;width:24.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQbmpceyIbGFTZJKaOTdS2lJMpRVGhwB { top:29.5625rem;left:0rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3dR3KkRWiQFpW7qFEfTMZtv6QTRkPui { top:35.75rem;left:0rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnAy01XTXNyboPWE1uvQAnVN20adrPki { top:36.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqvtuK6uK7RMtxzQEq32sBZaS2oS6RDi { top:36.8125rem;left:2.25rem;width:39.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPhLpFNIww5uCbu9GBsiSXmMukyFwlb { top:39.375rem;left:0.4375rem;width:46.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TikcKuWNXtGQ3sf5hvrAySWx1MsO7CQL { top:40.75rem;left:4.3125rem;width:39.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJKKLrSUy7V4Qa5UsyqL1AEZgzfIm9zD { top:9.5rem;left:15.71875rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb { display:block; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lng4IHq4GSWG57psNX5B8tsiNm5DC5GE { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0X0MGCOn2d6r8ueuEJ4t4xXiTESiWnO { top:5.1875rem;left:7.1875rem;width:33.375rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWNAR2Ifaik0ZK4rfsWxvALxASrbma2D { top:1.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 { display:block; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkHzduUK8bWoFEPUFMiTxHX1rdAKLVPx { top:6.375rem;left:13.8125rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLVgWpHrpiw2AgSZWwXFbve4oJyFi47 { top:5rem;left:15.1875rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpMs2wcKX9rAhwuCBkglKAGy449mQ78 { top:5.5625rem;left:15.625rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICptL6sqGcN0NSceryMo934kuW9xATS3 { top:9.125rem;left:15.625rem;width:20.0625rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqr5JmA4lJot3WfmV2TvrI9hu9J3oiVg { top:14.5625rem;left:15.625rem;width:27.25rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGDhuLsNbNB7D1FTiL7JFeCoONcTPzpe { top:20.875rem;left:26.9375rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy9icxF57uslqm3hClpkJZz7OfzOWJhW { top:21.625rem;left:26.8125rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK8aD6EQS7BdhTVZt2HVzGe1s1CxVAJ7 { top:1.1875rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMiUnDC0x74a4x2Zp6ATzNfZLT05nX0 { top:2.5625rem;left:0.5rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhFaXB63CcX4Aam103K0dcCoiyUfolsx { display:block; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zr0vxhTmahKWbCfTTgkppBsFCXpySsRg { top:6.625rem;left:0rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoFceeAATgwEVXihPkweVChzFVBDsZhz { top:2.4375rem;left:12.6875rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dss507wTVb12FXLNgN1WDREV7txCEESX { top:5.25rem;left:19.9375rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThnuzwPDzmndUvoBdD4zyrOUl0aoT20h { top:5.8125rem;left:20.375rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZWSstvTJ9azuUtSBm66G9BT1Ir8Sw4 { top:9.375rem;left:0rem;width:24.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtdPrkHAdWtbkZp8aTA1W55LJAC517eN { top:13.8125rem;left:0rem;width:27.25rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJgmphP1vlH5gVWHyPZFba8EAFSvu8nM { top:21.125rem;left:9.625rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJW26dU7WAhiEGF5EnLHcvBfDTLVaJq { top:21.875rem;left:9.5rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GChm7hfCbMvhyuFLWo1UNhGkaNHGoVph { top:2.75rem;left:24.125rem;width:23.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URdOtxOshf8fGlgbqBdAb2GA8PZTey4t { display:block; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTFomKUb6HmsyAkTWStTLA1aZvPVuUPr { top:6.375rem;left:13.8125rem;width:33.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQvdfl5r18aSEryqTVRd3qnQ26T6wUuH { top:2.5625rem;left:1.625rem;width:32.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8kD2S2gq1Rb9ifvJsfC3oWTpMHHiXRk { top:5rem;left:15.1875rem;width:8.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTz9lGwVMHH3g1vVV8W65oefRAZdmsk { top:5.5625rem;left:15.625rem;width:7.25rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdTtTzzC21pLvwpUSAuImhtrHd4sXbia { top:9.125rem;left:15.625rem;width:22.125rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCMPpK0QwkhBNRpTPVREXO7GncS9Zzda { top:14.5625rem;left:15.625rem;width:27.25rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auhfry8kN5cxMdba23BbknC3vnxA9JsJ { top:20.875rem;left:26.9375rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biwFuoGw9NXXonEbU7wUl7MvA2T1BHOs { top:21.625rem;left:26.8125rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZwNt8wFIxAeNvWmzVIIekrITGIIwxN { top:3.375rem;left:0rem;width:15.125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5LKKTBM48MH8llpNqiR69T8NK7gw7aS { top:5rem;left:32.0625rem;width:15.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I25uPTtJoZsgdOorlnawi8pMQAkJLcyC { top:5.75rem;left:28.375rem;width:19.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw { display:block; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT1cWgvNeGBMmBAn2JirImXokXFXxmmH { top:4.3125rem;left:0.28125rem;width:47.1875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oprqhOnl6Iawxz1PPGviT2JXV7kzVZ6t { top:9.5rem;left:0rem;width:47.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqz3e28dm68vONCQ3ByEknOiPd8PZoNf { top:18rem;left:2.8125rem;width:41.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vVTvTTZKD2lbb4ISdUlbpTkyMDdyGu { top:12.0625rem;left:2.8125rem;width:18.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWqXGXddFWBleD8p9kIwtH7nn58NtESN { top:14.8125rem;left:2.8125rem;width:37.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja783INIwMEQcTXtwHfnGHwnqBdHSNm6 { top:21.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldzSfSXtFD84E0zNcI2FZTRZVMfUErWq { top:18.125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDT8lg2clQPSQFHlSUgZM1Vro97oG7XX { top:15rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhEFJkRGyo94N9dhfXTLJcws4BdiTTTU { top:12.25rem;left:0.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdq5Oz1iXUdgeL2DTtpBkDN9dBCCToUU { top:21.0625rem;left:2.8125rem;width:28.0625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pTnkusgIxp0fJ3OGH3FAfzXX3TZQ0s { top:12.0625rem;left:20.25rem;width:18.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6nmhw5UhPffTg0MUG8QSXnW56VWazk { top:14.75rem;left:38.1875rem;width:9.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUJ6pgK7V1bA690MLhgBko1u0Sx0Vegn { top:18rem;left:25.3125rem;width:18.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsu0NGtCJbdEHNRZLOwk8aWy8wMrRMU { top:21.5rem;left:31.1875rem;width:16.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX1TA0rEZWA7SVMguuXQzT8vsf8RWyl2 { top:28.625rem;left:0.3125rem;width:47.1875rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVRKyxamTSTxQfJLJC8qN5RpMcw1VP3g { top:32.5625rem;left:5.25rem;width:37.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdSz361JJen8HElsuLGBuol2cfXPXc2h { top:37.375rem;left:2.3125rem;width:43.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G557xWOi23eytgn0xNdOaTtkbvUxb9xh { top:39.25rem;left:4.84375rem;width:38.0625rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXBt55EZq4xpreTyWGhyoi8H9E3284Gn { top:47.6875rem;left:6.71875rem;width:34.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX { display:block; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGXV1A2TAGskZQJPVyTPqvzV5Nc7POd0 { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX9lcTZSIgn8RF88czeBanLMJIHvgWkV { top:5.6875rem;left:4.625rem;width:38.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVOuJLiJqFaCryQ2VIylTRGPqAUpewbA { top:1.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7Lvv7TNrR2059hQGmRiaTRS47sLaGC { top:27.0625rem;left:1.9375rem;width:43.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQxXkQHUy6HJvH134xSTXwMDvNKSLwb { top:9.25rem;left:4.875rem;width:37.5rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl4GiieKza3JdT0vbMZqkSgx2nmHAWad { top:34.5625rem;left:4.625rem;width:38.4375rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui5WM0Xc9s5ySgsrvMcQqx3ZMLxfVpGb { top:38.75rem;left:4.625rem;width:38.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUgr0dEQcnI5lGs1IeTUlAJcwPnV1DIb { top:41.5625rem;left:6.6875rem;width:34.3125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAow4e5gepElO58vZUuJM22tN5r5eKx2 { top:45.75rem;left:6.125rem;width:35.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmpIwH9TPdpf5prnrAbKJMU31Tecqqf2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ir5mBX8tpcW0G0TSiRHOAsaGUelxH141 { top:38.4375rem;left:36.3125rem;width:7.6875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHfo8VSW6V8TSzFoKp9I13bBwodRGz3f { top:52.4375rem;left:5.8125rem;width:36.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goubezShuM8TvPM1dxGLpG4riEILNAC6 { top:59.625rem;left:0rem;width:8.125rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9cpOmSFTekyGUMZzoqlvG53G467t4C { top:57.4375rem;left:2rem;width:44rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #M904pUgrbeW9ETT0ThRS5GHTZdNETRUO { top:59.125rem;left:8.5625rem;width:27.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzmOlsp1ihpTuSO80mSUXzmvURPcODzf { top:63.1875rem;left:8.5625rem;width:34.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP { display:none; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l { display:block; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9TAhMpoCCSBe0DXAfGmtMPM0Veu8RnK { top:7.0625rem;left:17.125rem;width:13.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL7n0igevn7mVsOwXhOfNUqAdVNtthth { top:0rem;left:11.375rem;width:20.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7qzH8UP5UnKkOD9LL1ymwUZF0dTRPzV { top:9.0625rem;left:0rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaOV745uh2DCHXarXXCn1wOv2eU6fZ9Z { top:23.125rem;left:3.125rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATT4Ofxg1DIIeAoki4u2BCb3348mP774 { top:8.875rem;left:19.625rem;width:12.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te5F3JNm59DirSkGQKnT3NSlmSKhz1Xd { top:4rem;left:0rem;width:43.125rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8iAgVNzFqixa1Ji1M08GeaqVJcZETWw { top:7.125rem;left:0rem;width:18.125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDnHov1thuhC598SkoXgK7wFW3w6675 { top:12.5rem;left:0.625rem;width:31.125rem;height:18.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB { display:block; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEdJwXTvensnBOe6Sct8x1M4pvgfsAFv { top:8.75rem;left:0rem;width:33.25rem;height:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TukOTA0TD9niPffKSWz7QbtygAEOETUM { top:7rem;left:0rem;width:36.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u97oU4tDon5TwOGZnu242JFJkmB2oBKH { top:8.0625rem;left:9.125rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix9DVwz0Terk8ABtzhr7rt5aJIhG9FTV { top:3.0625rem;left:0rem;width:30rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Iauq3FLqX4XXFKy0l1NAmk7aqScO65 { top:20.9375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fei4hIfe5MTN0Stx0bIuMiXRTfWuOMzO { top:21.125rem;left:0rem;width:33.25rem;height:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCwwq42vSh5aTKfUpQRFhBWJLqXdoJ { top:19.375rem;left:0rem;width:36.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKLDwpO8CENHOcQleJNtm4Fa5dTKb5r { top:20.9375rem;left:9.59375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3nJgF2sStoupMIocTfyBUlmvHZbsIM { top:33.5rem;left:0rem;width:33.25rem;height:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HleWynpcFz59aMMNWBEeIudCro7TnD0o { top:31.75rem;left:0rem;width:36.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsEWQwF7NVnOyvmr2AJ9mff6RTSDERWl { top:33.3125rem;left:9.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z { display:block; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4nhJyQlJ3ymZ8MPRAwSVgMCfFZsacUN { top:0rem;left:18.3125rem;width:11.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL485TqEGGX9d5Tbblqw57WogCtNqCPa { top:19.5625rem;left:4.3125rem;width:38.4375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTNiGF9VethO3xnsWqQpcbMtmf5etyWp { top:40.9375rem;left:1.5625rem;width:43.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNC5r3lMhrZaTTzaRZWxxVS5ZioquZeI { top:22.375rem;left:4.3125rem;width:38.125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brETB45Rz9TRZhiVm2GvfhkE0WsiodFo { top:48.4375rem;left:4.3125rem;width:38.4375rem;height:3.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXlE8raGBikUh5Web5xyIwGno0X26F6c { top:52.6875rem;left:4.3125rem;width:38.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABJ97wOPbgb93JsLzvNApoAF54bscCag { top:55.4375rem;left:6.375rem;width:34.3125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ObHmncJ0yGEvTGCLO1v8m1ExPt11Ze { top:59.6875rem;left:5.8125rem;width:35.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3T5pIFtmGiq6NeZPOQaKsASMmEOrA21 { display:block; }
 }@media only screen and (max-width: 763px) { #ruMAWCoe6cT34Gvesg9WLXJcg9AQuEVZ { top:52.3125rem;left:36rem;width:7.6875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDrDAuiZFxTUkgsJ2MnZ1Q1TJZCxUMfu { top:66.3125rem;left:5.5rem;width:36.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2Ol8vK49RM9Mbt2GKsqbbouCRO9FUT { top:73.375rem;left:0rem;width:8.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #i2ioBtAFkn6mTLsvc23eSAJAXccEG2gp { top:71.3125rem;left:1.8125rem;width:44rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFf8ETIC9vO0voT9qQASdyTSwZIUGAQZ { top:73rem;left:8.375rem;width:27.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxo37krutFu047kN8OrTBPlQ6mRC3yAT { top:76.0625rem;left:8.4375rem;width:34.5625rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDa7D8AQwTWIEphW4pSTrhtv52EgHdhc { top:4.375rem;left:6.9375rem;width:33.875rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9H5GZHIvDM9ReqnySumpiuoQUCmOokT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnaWVrE3eKolrn4FXGQVedyyJTNGSnle { display:block; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zewhDnIrrka9Pwb1FTe4mIXmpz0xk8tr { width:6.0625rem;height:3.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytiof67TDCVx5ODnMW0KAu0qHEZ0kDAt { top:1.6875rem;left:12rem;width:23.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHaWtgQXx0KwXdSefl62xBHhPiBvBfKP { top:1.125rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOeVgN8VJJ3MDXlqk68Kp3QFkS2a8UIy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA { display:block; }#PBTsQL3Pc6c1Qd32Juzy8T2leZ3hTgkA > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/275efbbd-5c10-4a73-ac37-643bf10b6e4a/bg_desk.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7.adaptive-delivery-prevent-bg, #QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7.lazyload, #QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7.lazyloading { background-image: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container { background-color: transparent; background-image: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container > .video-iframe-container { display: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row > .video-iframe-container { display: none; }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .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); }#QwsHPNZH7DkWtCQEdBoUcWc24oDFrrk7 > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ8sOStz7LcKhC1XgzIycKedahHLTyBg { width:18.8125rem;height:9.96825rem;top:9.8125rem;left:0.59375rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esH9nHlWrzHBacT4FTxdoArFWJ8T1o0I { width:18.6875rem;height:16.1484375rem;top:22.4375rem;left:0.65625rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTMesWyIx3i8m4PEKoM7Ub7xFBMSfTXn { width:9.3125rem;height:5.125rem;top:2.18994140625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhJrT11tWUsZck2dXZm5LbuAORPTfwmE { width:20rem;height:25.1045rem;top:40.58251953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ { background-color:#ececec;background-image:none;display:block; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container { background-color: transparent; background-image: none; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container > .video-iframe-container { display: none; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row > .video-iframe-container { display: none; }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .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); }#OUfS3B92tB67bnGHdUKPES7QhRm6n2mQ > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3LgTnNdwl9rKZdgrg0tprWOZWWGxdss { width:14.875rem;height:3.1621125rem;top:2.125rem;left:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arO15e5ziy0RLlNL4LO31K4pHDmWCsT3 { width:16.125rem;height:3.91845625rem;top:12.5625rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbed4y2ZF3iJGa7HohzqvRBThCehyOR { width:15.25rem;height:5.2246125rem;top:25.125rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCRT0rQc22hpEhHWkdQmpEx5scbRTphu { width:16.4375rem;height:2.61230625rem;top:40.1875rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHx59UD35gDSBcJinZv6I5wLeyIza1LQ { width:19.9375rem;height:9rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW1OEXQfZMiZA3MVUxSloE2Fl20aQT0w { width:19.9375rem;height:10.3125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB4n7GNv81EcD96DRtaPPhpKB4WZhlKJ { width:19.9375rem;height:8.8125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Or7qnO0lfJB2nBq3d9fMLmWFVoqTn4 { width:2.5rem;height:2.5rem;top:8.9375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUFruSfh3uK21oINcuFUzG6ozDvTn35 { width:2.5625rem;height:2.5625rem;top:20.875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRMGwQ0VzWoElvJBzVdNmUIUwVfBmmKP { width:3.5rem;height:4.375rem;top:3.4375rem;left:15.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oopdAoMgXbB4VWEIp2ExDXlzT32oDD7F { width:4.6875rem;height:4.6875rem;top:34.5625rem;left:7.6875rem;font-size:3.25rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBaZRD0bxAIu1MDmFzQ13pDa6BpP3VH { width:4.6875rem;height:4.6875rem;top:19.8125rem;left:7.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqVBnO2iaJuUGlwZb3k6cSBkOyxtx1l { width:4.6875rem;height:4.6875rem;top:7.8125rem;left:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvesPPXe186SHNgIIGAiUCPGOGKIwIVt { width:12.5rem;height:0.375rem;top:48.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK0fNoo2gDotcFaD49rm1VuWUdphB21c { width:1.8125rem;height:1.8125rem;top:36rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoIHBGQzSP27BH4mALPFz34rmaoi6fv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4a8cf876-3e56-4e38-9b84-b6159d11a007/noronha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv.adaptive-delivery-prevent-bg, #VLoIHBGQzSP27BH4mALPFz34rmaoi6fv.lazyload, #VLoIHBGQzSP27BH4mALPFz34rmaoi6fv.lazyloading { background-image: none; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container { background-color: transparent; background-image: none; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container > .video-iframe-container { display: none; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row > .video-iframe-container { display: none; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .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); }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container { border-width: 0; border-radius: 0; }#VLoIHBGQzSP27BH4mALPFz34rmaoi6fv > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgAsghmxZGTAwrApTAyFaUu5zkZbPLvT { width:20rem;height:9.84375rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOgZuLu3BsJFS2AG3ivVVWZFRrr3OikI { width:20rem;height:5.361325rem;top:16.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBs8X6FmSKDqfruggR7L9V8lPdGEI7sE { width:20rem;height:11.25rem;top:25.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqv0s5J3WZGmQWVtMJQLoFTM9MhPzKL { width:20rem;height:23.508771929824rem;top:33.7041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed7a6703-18ec-4c07-adb6-994c15084377/fotocasal3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs.adaptive-delivery-prevent-bg, #S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs.lazyload, #S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs.lazyloading { background-image: none; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container { background-color: transparent; background-image: none; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container > .video-iframe-container { display: none; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row > .video-iframe-container { display: none; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .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); }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container { border-width: 0; border-radius: 0; }#S9WrnBDFVcc3RrzudnAPDwSCGwp4AcOs > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f { display:block; }#rkyuFDQ0VsS0zriJJQ4JEI7XNf3Csc1f > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWWNpdc0rtmsSoh8sUopWaUUmdyQL7kp { width:20rem;height:14.0625rem;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2oi0Lx5E8DM0ell0fXnPkaz3oHofrJ { width:20rem;height:5.361325rem;top:19.40625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCvL07hMpGCbMsFRTUTnAZBiCfTXUhg { width:20rem;height:11.25rem;top:27.9541015625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmcLikvhf7wf7bcR2OSDP0pIeaSWHpaR { width:20rem;height:23.508771929824rem;top:33.7041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ { display:block; }#GThDFciv8U43FGp9N6L3VkSvNCg9mZgQ > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8L0yII6JvJmc0CLrTWhWZ8mL71ldEkc { width:17.375rem;height:4.7431625rem;top:1.625rem;left:1.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z63UtyeZfevhgeP5iH2kauBO2oyZXOFp { width:20rem;height:10.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBrkT1Fst5aQM3zKUm9o0DzifTLnaqfu { width:1.625rem;height:1.625rem;top:11.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiORt8ATmZGT9VRHim5kFatKz5CsqSCQ { width:16.875rem;height:5.625rem;top:13.625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fs7rF4TF2S8wQPbVehpvdT3AuJCLNVhy { width:20rem;height:11.375rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN9CPkZCcpGHDbiti9DkGncqgl4itmoa { width:1.625rem;height:1.625rem;top:23.875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmOeetCkKghXngqQatAIKlsBTeRz6Rvz { width:17.6875rem;height:5.625rem;top:26.9375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fw6WxZakKyquh9Q3VKLnz1xRz1sB6ZSr { width:20rem;height:10.9375rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4qFZb4cH34xFlR17pd7JaFLUR5u1TuI { width:16.875rem;height:5.625rem;top:40.125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PETTdg1PTk97Th3Nhb9OwDiAgq3XKVHK { width:1.625rem;height:1.625rem;top:37.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP8BnHOlovl8htozsmstOwTIPefnSwg { width:20rem;height:8.875rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvtFePbOSLsTDnpaPnCe6xJk1ozFnkHp { width:1.625rem;height:1.625rem;top:50.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsmwyv01b36RgWCCHtO0sd61XsXO42eG { width:16.875rem;height:2.8125rem;top:53.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f3bf95d-8cef-46e9-beaf-19f028aaa1b4/DSC02947.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa.adaptive-delivery-prevent-bg, #aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa.lazyload, #aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa.lazyloading { background-image: none; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container { background-color: transparent; background-image: none; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container > .video-iframe-container { display: none; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row > .video-iframe-container { display: none; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .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); }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container { border-width: 0; border-radius: 0; }#aXPTnFp7U9yxyBTboVHUrzIgGOBytmTa > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F { display:block; }#hZ5x5VZJAErdLKlvy1ncXG7R2XBoya9F > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogqrL3fWSrPX0pHsmvIPDQfJhXukfDvb { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W60ckJKr58fWHWCdeP2MLr2AA2MaLVe5 { width:20rem;height:4.67480625rem;top:21.4189453125rem;left:0rem;font-size:2.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qq3iEUq3Uk3MJNgr4ERayuoGoOg9nU77 { width:14.75rem;height:2.79980625rem;top:38.10009765625rem;left:2.8125rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MithLs6B6Qdizz72oCC0skuZUhUSa8OK { width:20rem;height:29.625rem;top:19.5rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #tKWrpnGA41pLaByK2dm9rNiIEXp25cBR { width:20rem;height:4.125rem;top:14.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #R7BW1BIeyyUTlL9F62psquty1pBtSn8S { width:1.875rem;height:1.875rem;top:43.6064453125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6EJckpWMCM3ezuzmNB4gJXP4eZS1B8m { width:16.375rem;height:2.79980625rem;top:32.8251953125rem;left:3.0625rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b0eyWuwZhqbqsX7EeT004rLyvNzwfPIh { width:15.1875rem;height:1.19970625rem;top:29.3125rem;left:3.03125rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ay4u8OJabuemotI7xly5Kf4fQHIo8tPm { width:15rem;height:3.59911875rem;top:43.3564453125rem;left:2.8125rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h38l2h3BuDTGzzuUnKweuyxwbJvlUpgM { width:1.875rem;height:1.875rem;top:33.25rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJLFtne05f6Q9gvNORz2TGhLpMQPzSX { width:1.875rem;height:1.875rem;top:28.974609375rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZWLJOegxEmUoJqE6xe77Zm32XNsaCBz { width:1.875rem;height:1.875rem;top:38.5rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5plousfxAQwob9NIMZ1eVwHp9kiSARD { width:17.6875rem;height:0.125rem;top:36.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDiZ2Mwk497UyUOxp3cxX9bUJhsIy2bs { width:20rem;height:0.125rem;top:86.1005859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuNWsuETFwaRV3kAJTRIsx6dUekkHOMn { width:20rem;height:0.125rem;top:95.1245109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzTXUUfbruspfEGATMpTrZVhuZMV4RDf { width:20rem;height:6.25rem;top:49.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #353535, #0e0e0e);background-image: -moz-linear-gradient(251deg, #353535, #0e0e0e);background-image: -ms-linear-gradient(251deg, #353535, #0e0e0e);background-image: -o-linear-gradient(251deg, #353535, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0e0e0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#0e0e0e' );";background-image: linear-gradient(251deg, #353535, #0e0e0e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dzDC13OvsCnSxAvrx02OLFGFhIVDTlJ7 { width:17.0625rem;height:3.7119125rem;top:50.375rem;left:1.5rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cS3Kv5hvTNcMsOrZo4aJxGUMAUFtTvws { width:17.5rem;height:13.5rem;top:3.0625rem;left:1.25rem;font-size:1rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhFosks399y72TDCDHLtQfy8vqmf3sz9 { width:17.6875rem;height:0.125rem;top:41.9814453125rem;left:1.15625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #XqafHdxTJQ6IH0LB1wD3zDogwE5yrFNc { width:17.6875rem;height:0.125rem;top:31.75rem;left:1.15625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #f6Tphpt6in7UXTsBf25KEbbRtuWwDEc5 { width:17.6875rem;height:0.125rem;top:27.75rem;left:1.15625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #OQqog4tcuoSyKi01kuclukcuJEfpd1Xk { width:20rem;height:0.125rem;top:26.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rahSXgclS8WolW2OPi7rMIG8EO1ApNwT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/44dcb88d-8428-4606-8310-4307547ce375/talandia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT.adaptive-delivery-prevent-bg, #rahSXgclS8WolW2OPi7rMIG8EO1ApNwT.lazyload, #rahSXgclS8WolW2OPi7rMIG8EO1ApNwT.lazyloading { background-image: none; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container { background-color: transparent; background-image: none; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container > .video-iframe-container { display: none; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row > .video-iframe-container { display: none; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .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); }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container { border-width: 0; border-radius: 0; }#rahSXgclS8WolW2OPi7rMIG8EO1ApNwT > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 { display:block; }#QzzgMIr2wzWqF7FW4FppdqUNVRMaD4T7 > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRl1O243dxa38sIt8cPgf3L9WgeH9vBb { width:14.4375rem;height:2.75rem;top:3.9375rem;left:2.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ai2PAQyAKJSNUc9NEf6CJokW4OEem1sN { width:20rem;height:15.125rem;top:12.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #aO0EpG7OIoPvHApxQru2wQaHwNqq2uAZ { width:18.9375rem;height:25.25rem;top:32.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEc95dzd81T44UD574bRKiLN87ggINqL { width:11.1875rem;height:14.9375rem;top:5.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xC7Qlq5BeRmZ7J4AsxEhFO9EZwrmObTv { width:8.1875rem;height:10.375rem;top:23.5rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTFbdMau3KLUfHZdU6OFRD0862QBVNro { width:16.875rem;height:2.19921875rem;top:9.1875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5CWVcz2qkqnIgoSvB0JGHdJwNl27JU0 { width:16rem;height:2.19921875rem;top:13rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gq0OvKrGo2qEE2BwCZmLuGqc4S5npTNa { width:15.625rem;height:2.19921875rem;top:17.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HsD5P6DATEwVmLqf03CxfGgWmm3NTEhB { width:1.9375rem;height:1.9375rem;top:17.255859375rem;left:0rem;font-size:1.3125rem;color:#2bf376;display:block; }
 }@media only screen and (max-width: 763px) { #FMam1zXRw0hx32I41UKmdVdsB0pqKlF8 { width:1.9375rem;height:1.9375rem;top:13.130859375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEHI0zXZnq7N3zTVV1JD8M3Rvd6WIz1 { width:1.9375rem;height:1.9375rem;top:9.318359375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4TBJ3iVpiVIyq1JwUEcg1TdBQzi3sNT { width:20rem;height:0.125rem;top:16.125rem;left:0rem;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qGATRIOKNIqbuJTqw8XTpRLIlxpbRdzm { width:20rem;height:0.125rem;top:12.3125rem;left:0rem;background-color:#353535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xVyNUTsW6cd0Tq8NTm2skybKBgHI1yJT { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS { display:block; }#ffsLKXdSHd5tK5Z2TXPMcBM4NTEtmeHS > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbbLXVheBHqBlIgbrkRytuxS1Ocwx7eT { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QUuiPieTMdn4MTz4rsmD8OVK1mfmTo7T { width:14.75rem;height:4.19970625rem;top:43.150390625rem;left:3.25rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vA8yoemwIbxMTIWHQo1XUbx5z7SKpVhf { width:20rem;height:37.5625rem;top:23.125rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #cbPaBID2gln0B924VUzyqeP1y3E5x6Tw { width:1.875rem;height:1.875rem;top:50rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QymI7e9eA12K7ZBU8yUye93ZHibEWHEL { width:16.375rem;height:2.79980625rem;top:37.99267578125rem;left:3.25rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLX4foEI9BnwPTkEzJoCLJ87z3OGzlHu { width:15.1875rem;height:3.59911875rem;top:31.7626953125rem;left:3.25rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DIExBc0zH2FphhqDtRAJ1PzN7hhXIfL0 { width:15rem;height:2.3994125rem;top:49.7373046875rem;left:3.25rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #macAK7oKsSZhkSNEOigNKxPdifJIAtT4 { width:1.875rem;height:1.875rem;top:38.36767578125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTD1Mm9bPaTXecxrWUuKFdXesixtZxTm { width:1.875rem;height:1.875rem;top:32.625rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qROyVZFmISxyVRIoaTcSTEHdCv2DAJwA { width:1.875rem;height:1.875rem;top:44.3125rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKzQw5zswC39PTQcJxO8C6iafmTu1yh { width:17.6875rem;height:0.125rem;top:42rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOWUJuqSse1AMeghIUW5NHL1OsWTGT5y { width:20rem;height:0.125rem;top:86.1005859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zif2sB4spnn0cNAKSKZpAVtmED9bSs9P { width:20rem;height:0.125rem;top:95.1245109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbtZ5q6UGUykuobCVuKPitovU9ud5Ics { width:17.5rem;height:12rem;top:3.0625rem;left:1.25rem;font-size:1rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUOkf91cdspxmD4Fx8RRi4KKIplfTIGa { width:17.6875rem;height:0.125rem;top:48.375rem;left:1.1875rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #hhSszaqdL1uNCIaigm8VEWdwTCCVVbko { width:17.6875rem;height:0.125rem;top:36.625rem;left:1.1875rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #Doc9FGCCwrQV0Vpe3GywEv1xD5PsTsbS { width:17.6875rem;height:0.125rem;top:53.6875rem;left:1.15625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #eQbmpceyIbGFTZJKaOTdS2lJMpRVGhwB { width:20rem;height:0.125rem;top:29.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3dR3KkRWiQFpW7qFEfTMZtv6QTRkPui { width:20rem;height:0.125rem;top:35.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnAy01XTXNyboPWE1uvQAnVN20adrPki { width:1.875rem;height:1.875rem;top:55.1875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqvtuK6uK7RMtxzQEq32sBZaS2oS6RDi { width:15.625rem;height:3.59911875rem;top:55.1875rem;left:3.25rem;font-size:1rem;color:#131313;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aTPhLpFNIww5uCbu9GBsiSXmMukyFwlb { width:20rem;height:0.125rem;top:39.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TikcKuWNXtGQ3sf5hvrAySWx1MsO7CQL { width:20rem;height:1.19970625rem;top:62.71142578125rem;left:0rem;font-size:1rem;color:#131313;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bJKKLrSUy7V4Qa5UsyqL1AEZgzfIm9zD { width:14.9375rem;height:14.9375rem;top:16.5rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb { display:block; }#U3M9yDAIeTI5FKIcUh2dw6656TkBbLhb > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lng4IHq4GSWG57psNX5B8tsiNm5DC5GE { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l0X0MGCOn2d6r8ueuEJ4t4xXiTESiWnO { width:18rem;height:6.5rem;top:5.5166015625rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AWNAR2Ifaik0ZK4rfsWxvALxASrbma2D { width:3.125rem;height:3.125rem;top:1.7666015625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 { display:block; }#F5vEVW7eGOtXJEOq5u2FtLDJycxDg6M5 > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkHzduUK8bWoFEPUFMiTxHX1rdAKLVPx { width:20rem;height:19.5625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMLVgWpHrpiw2AgSZWwXFbve4oJyFi47 { width:8.125rem;height:2.8125rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKpMs2wcKX9rAhwuCBkglKAGy449mQ78 { width:7.25rem;height:1.625rem;top:2.0625rem;left:1.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ICptL6sqGcN0NSceryMo934kuW9xATS3 { width:16.25rem;height:4.38720625rem;top:20.375rem;left:1.875rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqr5JmA4lJot3WfmV2TvrI9hu9J3oiVg { width:17.0625rem;height:7.4365rem;top:26.25rem;left:1.5rem;font-size:1.0625rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGDhuLsNbNB7D1FTiL7JFeCoONcTPzpe { width:17.4375rem;height:2.8125rem;top:35.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy9icxF57uslqm3hClpkJZz7OfzOWJhW { width:19.375rem;height:1.29980625rem;top:36.4375rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FK8aD6EQS7BdhTVZt2HVzGe1s1CxVAJ7 { width:16.375rem;height:16.375rem;top:3.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMiUnDC0x74a4x2Zp6ATzNfZLT05nX0 { width:20rem;height:17.25rem;top:3.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #1d6466, #2bf376);background-image: -moz-linear-gradient(251deg, #1d6466, #2bf376);background-image: -ms-linear-gradient(251deg, #1d6466, #2bf376);background-image: -o-linear-gradient(251deg, #1d6466, #2bf376);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6466', endColorstr='#2bf376' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6466', endColorstr='#2bf376' );";background-image: linear-gradient(251deg, #1d6466, #2bf376);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VhFaXB63CcX4Aam103K0dcCoiyUfolsx { display:block; }#VhFaXB63CcX4Aam103K0dcCoiyUfolsx > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zr0vxhTmahKWbCfTTgkppBsFCXpySsRg { width:20rem;height:19.5625rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoFceeAATgwEVXihPkweVChzFVBDsZhz { width:20rem;height:16.0625rem;top:2.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #ffffff, #a5a5a5);background-image: -moz-linear-gradient(163deg, #ffffff, #a5a5a5);background-image: -ms-linear-gradient(163deg, #ffffff, #a5a5a5);background-image: -o-linear-gradient(163deg, #ffffff, #a5a5a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5' );";background-image: linear-gradient(163deg, #ffffff, #a5a5a5);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Dss507wTVb12FXLNgN1WDREV7txCEESX { width:8.125rem;height:2.8125rem;top:1.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThnuzwPDzmndUvoBdD4zyrOUl0aoT20h { width:7.25rem;height:1.625rem;top:1.75rem;left:1.9375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VRZWSstvTJ9azuUtSBm66G9BT1Ir8Sw4 { width:15.375rem;height:4.142575rem;top:17.83447265625rem;left:2.3125rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtdPrkHAdWtbkZp8aTA1W55LJAC517eN { width:16.4375rem;height:9.44825rem;top:23.375rem;left:1.8125rem;font-size:1.125rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJgmphP1vlH5gVWHyPZFba8EAFSvu8nM { width:17.4375rem;height:2.8125rem;top:33.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJW26dU7WAhiEGF5EnLHcvBfDTLVaJq { width:19.375rem;height:1.29980625rem;top:34.5625rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GChm7hfCbMvhyuFLWo1UNhGkaNHGoVph { width:20rem;height:14rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URdOtxOshf8fGlgbqBdAb2GA8PZTey4t { display:block; }#URdOtxOshf8fGlgbqBdAb2GA8PZTey4t > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTFomKUb6HmsyAkTWStTLA1aZvPVuUPr { width:20rem;height:19.5625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQvdfl5r18aSEryqTVRd3qnQ26T6wUuH { width:20rem;height:17.25rem;top:3.125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;background-color:transparent;background-image: -webkit-linear-gradient(251deg, #4531fd, #18106d);background-image: -moz-linear-gradient(251deg, #4531fd, #18106d);background-image: -ms-linear-gradient(251deg, #4531fd, #18106d);background-image: -o-linear-gradient(251deg, #4531fd, #18106d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#18106d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4531fd', endColorstr='#18106d' );";background-image: linear-gradient(251deg, #4531fd, #18106d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h8kD2S2gq1Rb9ifvJsfC3oWTpMHHiXRk { width:8.125rem;height:2.8125rem;top:1.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTz9lGwVMHH3g1vVV8W65oefRAZdmsk { width:7.25rem;height:1.625rem;top:2.0625rem;left:1.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OdTtTzzC21pLvwpUSAuImhtrHd4sXbia { width:18.875rem;height:4.38720625rem;top:21.375rem;left:0.5625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCMPpK0QwkhBNRpTPVREXO7GncS9Zzda { width:17.0625rem;height:7.4365rem;top:26.875rem;left:1.46875rem;font-size:1.0625rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auhfry8kN5cxMdba23BbknC3vnxA9JsJ { width:17.4375rem;height:2.8125rem;top:35.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biwFuoGw9NXXonEbU7wUl7MvA2T1BHOs { width:19.375rem;height:1.29980625rem;top:36.4375rem;left:0.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oAZwNt8wFIxAeNvWmzVIIekrITGIIwxN { width:12.875rem;height:16.375rem;top:4.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5LKKTBM48MH8llpNqiR69T8NK7gw7aS { width:15.6875rem;height:2.8125rem;top:38.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I25uPTtJoZsgdOorlnawi8pMQAkJLcyC { width:19.375rem;height:1.29980625rem;top:39.125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw { display:block; }#fgMiKE5hCrTxENotcu9ZHvC8Tq2In9Bw > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT1cWgvNeGBMmBAn2JirImXokXFXxmmH { width:16.3125rem;height:2.88671875rem;top:3rem;left:1.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oprqhOnl6Iawxz1PPGviT2JXV7kzVZ6t { width:20rem;height:20rem;top:8.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Jqz3e28dm68vONCQ3ByEknOiPd8PZoNf { width:15.5rem;height:1.05615rem;top:18.8125rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4vVTvTTZKD2lbb4ISdUlbpTkyMDdyGu { width:14.5rem;height:1.05615rem;top:9.875rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWqXGXddFWBleD8p9kIwtH7nn58NtESN { width:16.5625rem;height:2.11230625rem;top:13.875rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ja783INIwMEQcTXtwHfnGHwnqBdHSNm6 { width:1.875rem;height:1.875rem;top:23.1875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldzSfSXtFD84E0zNcI2FZTRZVMfUErWq { width:1.875rem;height:1.875rem;top:18.375rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDT8lg2clQPSQFHlSUgZM1Vro97oG7XX { width:1.875rem;height:1.875rem;top:14rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhEFJkRGyo94N9dhfXTLJcws4BdiTTTU { width:1.875rem;height:1.875rem;top:9.4375rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdq5Oz1iXUdgeL2DTtpBkDN9dBCCToUU { width:15.5625rem;height:3.16845625rem;top:22.5625rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8pTnkusgIxp0fJ3OGH3FAfzXX3TZQ0s { width:16.375rem;height:1.05615rem;top:11.25rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GD6nmhw5UhPffTg0MUG8QSXnW56VWazk { width:9.5625rem;height:1.05615rem;top:16.125rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUJ6pgK7V1bA690MLhgBko1u0Sx0Vegn { width:16.875rem;height:1.05615rem;top:25.75rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIsu0NGtCJbdEHNRZLOwk8aWy8wMrRMU { width:16.5625rem;height:1.05615rem;top:19.8125rem;left:3.0625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eX1TA0rEZWA7SVMguuXQzT8vsf8RWyl2 { width:14.625rem;height:2.75rem;top:31rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVRKyxamTSTxQfJLJC8qN5RpMcw1VP3g { width:20rem;height:5.94921875rem;top:36.6875rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdSz361JJen8HElsuLGBuol2cfXPXc2h { width:20rem;height:8.4375rem;top:43.875rem;left:0rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#121212;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #G557xWOi23eytgn0xNdOaTtkbvUxb9xh { width:18.375rem;height:6.499rem;top:44.875rem;left:0.8125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXBt55EZq4xpreTyWGhyoi8H9E3284Gn { width:20rem;height:1.48730625rem;top:53.5625rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX { display:block; }#SL31TZez5PzPBTQL4MQOV5FTEr1h6EtX > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGXV1A2TAGskZQJPVyTPqvzV5Nc7POd0 { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uX9lcTZSIgn8RF88czeBanLMJIHvgWkV { width:17.0625rem;height:6.173825rem;top:3.8916015625rem;left:1.53125rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LVOuJLiJqFaCryQ2VIylTRGPqAUpewbA { width:3.125rem;height:3.125rem;top:0.8916015625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7Lvv7TNrR2059hQGmRiaTRS47sLaGC { width:20rem;height:14.6875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQxXkQHUy6HJvH134xSTXwMDvNKSLwb { width:20rem;height:13.6875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl4GiieKza3JdT0vbMZqkSgx2nmHAWad { width:20rem;height:2.84375rem;top:23.875rem;left:0rem;font-size:2.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ui5WM0Xc9s5ySgsrvMcQqx3ZMLxfVpGb { width:20rem;height:1.86865rem;top:26.8125rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vUgr0dEQcnI5lGs1IeTUlAJcwPnV1DIb { width:17.9375rem;height:1.13720625rem;top:30.125rem;left:1.03125rem;font-size:0.8125rem;color:rgba(174,174,174,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MAow4e5gepElO58vZUuJM22tN5r5eKx2 { top:33.34375rem;left:0.5rem;width:19rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmpIwH9TPdpf5prnrAbKJMU31Tecqqf2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ir5mBX8tpcW0G0TSiRHOAsaGUelxH141 { width:3.375rem;height:4.25rem;top:29.09375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHfo8VSW6V8TSzFoKp9I13bBwodRGz3f { width:20rem;height:1.14355625rem;top:39.6103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goubezShuM8TvPM1dxGLpG4riEILNAC6 { width:8.125rem;height:;top:44.44140625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9cpOmSFTekyGUMZzoqlvG53G467t4C { width:20rem;height:19.875rem;top:51.3789078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M904pUgrbeW9ETT0ThRS5GHTZdNETRUO { width:19.1875rem;height:2.699225rem;top:54.00390625rem;left:0.40625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzmOlsp1ihpTuSO80mSUXzmvURPcODzf { width:18.1875rem;height:11.25rem;top:58.19140625rem;left:0.90625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69d21254-7e59-4133-b171-3099a6b6c873/etna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP.adaptive-delivery-prevent-bg, #ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP.lazyload, #ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP.lazyloading { background-image: none; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container { background-color: transparent; background-image: none; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container > .video-iframe-container { display: none; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row > .video-iframe-container { display: none; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .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); }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container { border-width: 0; border-radius: 0; }#ZFcTLdaryBZu2U68zScn3T8TiUFy0ToP > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l { background-color:transparent;background-image: -webkit-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -moz-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -ms-linear-gradient(98deg, #5223f7, #3a10c1);background-image: -o-linear-gradient(98deg, #5223f7, #3a10c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5223f7', endColorstr='#3a10c1' );";background-image: linear-gradient(98deg, #5223f7, #3a10c1);background-size:auto !important;display:block; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container { background-color: transparent; background-image: none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container > .video-iframe-container { display: none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row > .video-iframe-container { display: none; }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .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); }#K4ARiaNG9RIRR6dTVh0eBQSeWgCI9d9l > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9TAhMpoCCSBe0DXAfGmtMPM0Veu8RnK { width:9rem;height:2.25rem;top:2.5rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cL7n0igevn7mVsOwXhOfNUqAdVNtthth { width:13.875rem;height:0.375rem;top:0rem;left:3.0625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t7qzH8UP5UnKkOD9LL1ymwUZF0dTRPzV { width:20rem;height:8.3125rem;top:7.625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vaOV745uh2DCHXarXXCn1wOv2eU6fZ9Z { width:20rem;height:8.4375rem;top:41.4375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ATT4Ofxg1DIIeAoki4u2BCb3348mP774 { width:20rem;height:8.4375rem;top:25.125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Te5F3JNm59DirSkGQKnT3NSlmSKhz1Xd { width:20rem;height:33.0625rem;top:6.8125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #b8iAgVNzFqixa1Ji1M08GeaqVJcZETWw { width:18.125rem;height:24.1875rem;top:67.375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoDnHov1thuhC598SkoXgK7wFW3w6675 { width:17.75rem;height:28.89498125rem;top:9.34375rem;left:1.125rem;font-size:1.0625rem;color:#ffffff;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB { display:block; }#Q8aQhdMTZ9ygluWKF6OWaTfeGrLz48aB > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEdJwXTvensnBOe6Sct8x1M4pvgfsAFv { width:13.125rem;height:9.097625rem;top:5.64453125rem;left:6.09375rem;font-size:0.8125rem;color:#131313;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TukOTA0TD9niPffKSWz7QbtygAEOETUM { width:15rem;height:12.1875rem;top:4.4375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #u97oU4tDon5TwOGZnu242JFJkmB2oBKH { width:2.4375rem;height:2.4375rem;top:5.4375rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix9DVwz0Terk8ABtzhr7rt5aJIhG9FTV { width:20rem;height:1.3808625rem;top:1.80615234375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D0Iauq3FLqX4XXFKy0l1NAmk7aqScO65 { width:2.4375rem;height:2.4375rem;top:18.61767578125rem;left:6.09375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fei4hIfe5MTN0Stx0bIuMiXRTfWuOMzO { width:12.8125rem;height:6.8232375rem;top:19.875rem;left:6.25rem;font-size:0.8125rem;color:#131313;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCwwq42vSh5aTKfUpQRFhBWJLqXdoJ { width:15rem;height:9.75rem;top:18.125rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #abKLDwpO8CENHOcQleJNtm4Fa5dTKb5r { width:1.5rem;height:1.5rem;top:19.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3nJgF2sStoupMIocTfyBUlmvHZbsIM { width:12.5rem;height:7.96045rem;top:31.3125rem;left:6.375rem;font-size:0.8125rem;color:#131313;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HleWynpcFz59aMMNWBEeIudCro7TnD0o { width:15rem;height:11.0625rem;top:29.5625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #MsEWQwF7NVnOyvmr2AJ9mff6RTSDERWl { width:1.5rem;height:1.5rem;top:31.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z { display:block; }#mNV4TCa5VRNMyMtNR38AMfCMmMZSX58z > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4nhJyQlJ3ymZ8MPRAwSVgMCfFZsacUN { width:11.125rem;height:0.4375rem;top:0rem;left:4.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UL485TqEGGX9d5Tbblqw57WogCtNqCPa { width:18.5rem;height:4.63036875rem;top:20.4326171875rem;left:0.75rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LTNiGF9VethO3xnsWqQpcbMtmf5etyWp { width:20rem;height:14.6875rem;top:36rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #wNC5r3lMhrZaTTzaRZWxxVS5ZioquZeI { width:20rem;height:13.6875rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brETB45Rz9TRZhiVm2GvfhkE0WsiodFo { width:20rem;height:2.84375rem;top:39.125rem;left:0rem;font-size:2.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bXlE8raGBikUh5Web5xyIwGno0X26F6c { width:20rem;height:1.86865rem;top:42.0625rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ABJ97wOPbgb93JsLzvNApoAF54bscCag { width:17.9375rem;height:1.13720625rem;top:45.375rem;left:1.0625rem;font-size:0.8125rem;color:rgba(174,174,174,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4ObHmncJ0yGEvTGCLO1v8m1ExPt11Ze { top:48.625rem;left:0.5rem;width:19rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3T5pIFtmGiq6NeZPOQaKsASMmEOrA21 { display:block; }
 }@media only screen and (max-width: 763px) { #ruMAWCoe6cT34Gvesg9WLXJcg9AQuEVZ { width:3.375rem;height:4.25rem;top:44.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDrDAuiZFxTUkgsJ2MnZ1Q1TJZCxUMfu { width:20rem;height:1.14355625rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki2Ol8vK49RM9Mbt2GKsqbbouCRO9FUT { width:8.125rem;height:;top:44.44140625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ioBtAFkn6mTLsvc23eSAJAXccEG2gp { width:20rem;height:19.875rem;top:62.625rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #EFf8ETIC9vO0voT9qQASdyTSwZIUGAQZ { width:19.1875rem;height:1.3496125rem;top:67.12890625rem;left:0.40625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxo37krutFu047kN8OrTBPlQ6mRC3yAT { width:18.1875rem;height:11.25rem;top:69.4375rem;left:0.9375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pDa7D8AQwTWIEphW4pSTrhtv52EgHdhc { width:17.9375rem;height:13.99901875rem;top:2.6416015625rem;left:1.03125rem;font-size:1rem;color:#131313;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9H5GZHIvDM9ReqnySumpiuoQUCmOokT { top:58.8662109375rem;left:6.65625rem;width:6.6875rem;height:6.6875rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lnaWVrE3eKolrn4FXGQVedyyJTNGSnle { display:block; }#lnaWVrE3eKolrn4FXGQVedyyJTNGSnle > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zewhDnIrrka9Pwb1FTe4mIXmpz0xk8tr { width:12rem;height:6.5rem;top:2.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytiof67TDCVx5ODnMW0KAu0qHEZ0kDAt { width:20rem;height:4.21875rem;top:16.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHaWtgQXx0KwXdSefl62xBHhPiBvBfKP { top:11.375rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOeVgN8VJJ3MDXlqk68Kp3QFkS2a8UIy { display:block; }
 }