.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cQJa6BikqOsLcNSMTw5CI5rnSUvB4Out { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.6875rem;top:0rem;left:1rem;overflow:hidden;display:block; }
#zA5F2anGtrWatRqk5fmlPuFuo86TnLQ8 { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"helvetica outline";font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.4750003814698rem;height:3.49375rem;font-style:normal;display:block; }
#UuqfGh6XlmnToGSMqTA6saTUbK4J1hrV { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"helvetica neu";font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.4750003814698rem;height:3.49375rem;font-style:normal;display:block; }
#HzBX4GgaqeVKu1Dh4iFztoQo6dhxbLNo { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.4750003814698rem;height:3.4125rem;display:block; }
#XuyukNaWtka56TSZ3gRKDOELyIVrsTXh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.625rem;width:8.9375rem;top:12.618750572204rem;left:31.10000038147rem;overflow:hidden;display:block; }
#Im3QF3PqvJxNyithmiep7BkuTWHSQHwc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:22.5rem;top:2.8406250476837rem;left:36.66250038147rem;overflow:hidden;display:block; }
#QCnHx8GqEFFbwbbAVTxcN3FbLfQGnSnr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:22.4375rem;top:16rem;left:34.66250038147rem;overflow:hidden;display:block; }
#q97TlREzZ6uhGzT572msPzxtWmxL5f6n { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:27.5625rem;top:3.9375rem;left:27.47500038147rem;overflow:hidden;display:block; }
#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { position:relative;display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { background-color: transparent; background-image: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .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); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { border-width: 0; border-radius: 0; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MA2k48s2z96FWd1kTTSNZ7kBmTZDEqQ3 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:5.125rem;left:3.4125003814698rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#F8qkP0n9h2FgL27C2u3Sh9AGgQ8O6iSV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.125rem;left:23.77499961853rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Z9JOfftyS0rwhaIydh4Lb3KEyuTJ4Wed { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:5.125rem;left:44.187501907349rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#zSPdgyAuw7ZMl2uASAigB6VoLCRNKrbm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.375rem;left:8.6187515258787rem; }
#CWm2qUocIKO2smT4uEqx9TD0wG8T4moH { color:#000000;display:block;width:25rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.249218940735rem;left:4.5250015258789rem;height:1.1375rem;font-style:normal;display:block; }
#F6LmyQz6l0JcGvw22QdZ0Za8ThNafe3L { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.836718559265rem;left:4.5250015258789rem;height:4.55rem;font-style:normal;display:block; }
#FLKqloZO1s4NFJT7acRHKJ6ASGFRlSGF { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15008;opacity:1;top:5.90625rem;left:28.512502670288rem; }
#WnwduBg5g3W8GreMGbmoqq7weqVolgZo { color:#000000;display:block;width:25rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.324999809265rem;left:24.887502670288rem;height:1.1375rem;font-style:normal;display:block; }
#oqXAShQaTBruCWbRdx6M6Ki8LnbSNldd { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.836718559265rem;left:24.887502670288rem;height:4.55rem;font-style:normal;display:block; }
#w27borCDpToPzF65gwhDI2TfMQPWD7oK { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15009;opacity:1;top:5.90625rem;left:48.925004959106rem; }
#udnInTDDHLP5APZDJL90R2pP3IEttU5m { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.249218940735rem;left:45.300001144409rem;height:1.1375rem;font-style:normal;display:block; }
#DaEEN2n64vD3ZiPR4E7X4TGB7O6KmlBV { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.836718559265rem;left:45.300001144409rem;height:4.55rem;font-style:normal;display:block; }
#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { position:relative;display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { background-color: transparent; background-image: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row > .video-iframe-container { display: none; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .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); }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { border-width: 0; border-radius: 0; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { color:#ffff8c;display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.3125rem;left:1.75rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3ZXle69wbQ8KmZo21uNmffcdQTqVQeV { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:11.75rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#kZQJBkwg0J3TB5FiAa77MlAtM5bdBJ00 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.3125rem;left:33.500001907349rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff8c;background-image:url("https://images.assets-landingi.com/uc/5600ae98-c87b-48a8-85ad-cef2db0e8328/oijji.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04.adaptive-delivery-prevent-bg, #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04.lazyload, #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04.lazyloading { background-image: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { background-color: transparent; background-image: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .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); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { border-width: 0; border-radius: 0; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#n5DT4TDCDauwkFm2XGEQWHc6Tm29TTxq { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7375011444092rem;left:3.6125011444092rem;height:4.54948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dn8Ht3lT6FmsA6aolk6Tmg5rPtMgxvfo { position:absolute;display:block;z-index:15001;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:9.0625rem;width:10rem;top:1.0500011444092rem;left:2.3000011444092rem;display:block; }
#ew4hrKeTILmiyEmfhCgaHqxqZNAMGrXS { position:absolute;display:block;z-index:15002;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:9.0625rem;width:10rem;top:11.4375rem;left:12.25rem;display:block; }
#qPy3T0Pd9MHCBZq2l0WA9sD1kt8GDdNR { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"helvetica neu";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.69375038147rem;left:13.5625rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oEuPfqkim4MNwtUyznAR9OO2iNNkd9gX { position:absolute;display:block;z-index:15003;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:9.0625rem;width:10rem;top:1.0500011444092rem;left:23.625001907349rem;display:block; }
#uKCFV3tDLvI3pntlghx0w5KUUhtMg2Je { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:"helvetica neu";font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4125003814698rem;left:24.437501907349rem;height:5.27995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9TAnlT3vUr1gZJd4O9BIExcTL3fc6x4 { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:9.0625rem;width:10rem;top:11.4375rem;left:35.312501907349rem;display:block; }
#GW0oaGGbpVmRiBdDkxRrHQgvrXeqbgkR { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:"helvetica neu";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.328125rem;left:36.125001907349rem;height:4.22395625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZABdT4wirEhhNGgZ6xqNcbrZCSDgbFPA { position:absolute;display:block;z-index:15005;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:9.0625rem;width:10rem;top:1.0500011444092rem;left:46.687501907349rem;display:block; }
#LkZXbKk4dpZauqzBl4XTtfp6ZWQyIzJD { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:"helvetica neu";font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.9406261444092rem;left:47.500001907349rem;height:5.27995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container { background-color: transparent; background-image: none; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container > .video-iframe-container { display: none; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row > .video-iframe-container { display: none; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .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); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container { border-width: 0; border-radius: 0; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:60rem;position:relative;display:block; }#gaicoEFNgHR7VvegbBxJpthfp6bbX68L { color:#000000;display:block;width:29rem;position:absolute;font-family:"helvetica neu";font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.936719417572rem;left:16.062501907349rem;height:3.7375rem;font-style:normal;display:block; }
#AOaNHE3TVnVsubTRLoJGzSZImTwzIifv { color:#000000;display:block;width:29rem;position:absolute;font-family:"helvetica outline";font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.936719417572rem;left:26.10000038147rem;height:3.7375rem;font-style:normal;display:block; }
#Z2JAyX8UgPLtLcmais3N8uNAUSxMZOsH { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:8.1250004768369rem;left:8.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQJa6BikqOsLcNSMTw5CI5rnSUvB4Out { top:0rem;left:0rem;width:11.6875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA5F2anGtrWatRqk5fmlPuFuo86TnLQ8 { top:6.375rem;left:0rem;width:34.1875rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqfGh6XlmnToGSMqTA6saTUbK4J1hrV { top:9.125rem;left:0rem;width:34.1875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzBX4GgaqeVKu1Dh4iFztoQo6dhxbLNo { top:13.875rem;left:0rem;width:25rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyukNaWtka56TSZ3gRKDOELyIVrsTXh { top:12.5625rem;left:24.97500038147rem;width:8.9375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3QF3PqvJxNyithmiep7BkuTWHSQHwc { top:2.8125rem;left:25.25rem;width:22.5rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCnHx8GqEFFbwbbAVTxcN3FbLfQGnSnr { top:16rem;left:25.3125rem;width:22.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #q97TlREzZ6uhGzT572msPzxtWmxL5f6n { top:3.9375rem;left:17.125rem;width:27.5625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA2k48s2z96FWd1kTTSNZ7kBmTZDEqQ3 { top:5.125rem;left:0.35000038146973rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qkP0n9h2FgL27C2u3Sh9AGgQ8O6iSV { top:5.125rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JOfftyS0rwhaIydh4Lb3KEyuTJ4Wed { top:5.125rem;left:35.000001907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPdgyAuw7ZMl2uASAigB6VoLCRNKrbm { top:6.375rem;left:5.5562515258789rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWm2qUocIKO2smT4uEqx9TD0wG8T4moH { top:9.1875rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LmyQz6l0JcGvw22QdZ0Za8ThNafe3L { top:10.8125rem;left:1.4625015258789rem;width:10.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLKqloZO1s4NFJT7acRHKJ6ASGFRlSGF { top:5.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnwduBg5g3W8GreMGbmoqq7weqVolgZo { top:9.3125rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqXAShQaTBruCWbRdx6M6Ki8LnbSNldd { top:10.8125rem;left:13.5rem;width:10.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w27borCDpToPzF65gwhDI2TfMQPWD7oK { top:5.875rem;left:39.737504959106rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udnInTDDHLP5APZDJL90R2pP3IEttU5m { top:9.1875rem;left:36.112501144409rem;width:9.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaEEN2n64vD3ZiPR4E7X4TGB7O6KmlBV { top:10.8125rem;left:36.112501144409rem;width:10.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { top:1.3125rem;left:0rem;width:44.375rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ZXle69wbQ8KmZo21uNmffcdQTqVQeV { top:5.8125rem;left:5.625rem;width:36.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZQJBkwg0J3TB5FiAa77MlAtM5bdBJ00 { top:1.3125rem;left:27.375001907349rem;width:18.8125rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5DT4TDCDauwkFm2XGEQWHc6Tm29TTxq { top:2.6875rem;left:1.5500011444092rem;width:7.375rem;height:5.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8Ht3lT6FmsA6aolk6Tmg5rPtMgxvfo { top:1rem;left:0.23750114440918rem;width:10rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew4hrKeTILmiyEmfhCgaHqxqZNAMGrXS { top:11.4375rem;left:5.875rem;width:10rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPy3T0Pd9MHCBZq2l0WA9sD1kt8GDdNR { top:13.6875rem;left:8.5rem;width:7.375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEuPfqkim4MNwtUyznAR9OO2iNNkd9gX { top:1rem;left:17.437501907349rem;width:10rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKCFV3tDLvI3pntlghx0w5KUUhtMg2Je { top:2.375rem;left:18.250001907349rem;width:8.375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TAnlT3vUr1gZJd4O9BIExcTL3fc6x4 { top:11.4375rem;left:21.75rem;width:10rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW0oaGGbpVmRiBdDkxRrHQgvrXeqbgkR { top:13.3125rem;left:23.375rem;width:8.375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZABdT4wirEhhNGgZ6xqNcbrZCSDgbFPA { top:1rem;left:36.375001907349rem;width:10rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZXbKk4dpZauqzBl4XTtfp6ZWQyIzJD { top:2.9375rem;left:37.187501907349rem;width:8.375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX { display:block; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaicoEFNgHR7VvegbBxJpthfp6bbX68L { top:2.875rem;left:0rem;width:29rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOaNHE3TVnVsubTRLoJGzSZImTwzIifv { top:2.875rem;left:2.75rem;width:29rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2JAyX8UgPLtLcmais3N8uNAUSxMZOsH { top:8.125rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQJa6BikqOsLcNSMTw5CI5rnSUvB4Out { width:11.6875rem;height:7.75rem;top:0rem;left:4.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA5F2anGtrWatRqk5fmlPuFuo86TnLQ8 { width:20rem;height:2.4375rem;top:8.3125000894069rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuqfGh6XlmnToGSMqTA6saTUbK4J1hrV { width:20rem;height:2.6rem;top:10.062499761581rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzBX4GgaqeVKu1Dh4iFztoQo6dhxbLNo { width:18.4375rem;height:4.54948125rem;top:13.887499809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyukNaWtka56TSZ3gRKDOELyIVrsTXh { width:8.9375rem;height:8.625rem;top:27.056250572204rem;left:7.9117189049719rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3QF3PqvJxNyithmiep7BkuTWHSQHwc { width:20rem;height:10.8328125rem;top:22.403124809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCnHx8GqEFFbwbbAVTxcN3FbLfQGnSnr { width:20rem;height:8.021875rem;top:33.90234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q97TlREzZ6uhGzT572msPzxtWmxL5f6n { width:20rem;height:17.07425rem;top:24.800007820129rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA2k48s2z96FWd1kTTSNZ7kBmTZDEqQ3 { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8qkP0n9h2FgL27C2u3Sh9AGgQ8O6iSV { width:12.5rem;height:12.5rem;top:17.4875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JOfftyS0rwhaIydh4Lb3KEyuTJ4Wed { width:12.5rem;height:12.5rem;top:33.725rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSPdgyAuw7ZMl2uASAigB6VoLCRNKrbm { display:flex;width:2.1875rem;height:2.1875rem;top:2.5rem;left:8.9562511444094rem; }
 }@media only screen and (max-width: 763px) { #CWm2qUocIKO2smT4uEqx9TD0wG8T4moH { width:20rem;height:1.1375rem;top:5.4750003814697rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6LmyQz6l0JcGvw22QdZ0Za8ThNafe3L { width:10.375rem;height:4.54948125rem;top:7.4617195129394rem;left:4.8125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLKqloZO1s4NFJT7acRHKJ6ASGFRlSGF { display:flex;width:3.125rem;height:3.125rem;top:18.26875rem;left:8.4875030517575rem; }
 }@media only screen and (max-width: 763px) { #WnwduBg5g3W8GreMGbmoqq7weqVolgZo { width:18.875rem;height:1.1375rem;top:22.174220085144rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqXAShQaTBruCWbRdx6M6Ki8LnbSNldd { width:10.375rem;height:4.54948125rem;top:23.886719703674rem;left:4.8125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w27borCDpToPzF65gwhDI2TfMQPWD7oK { display:flex;width:3.125rem;height:3.125rem;top:35.012502670288rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #udnInTDDHLP5APZDJL90R2pP3IEttU5m { width:9.9375rem;height:1.1375rem;top:38.825001716614rem;left:4.0937500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaEEN2n64vD3ZiPR4E7X4TGB7O6KmlBV { width:10.375rem;height:4.54948125rem;top:40.400000572204rem;left:4.8125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc { display:block; }#Rh5WwNRz7kqslaMBey9fGyV6AAbddpUc > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJPKJwM8LJ3XndvyV6niz0pcRyN2NFHg { width:20rem;height:2.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ZXle69wbQ8KmZo21uNmffcdQTqVQeV { width:20rem;height:3.8984375rem;top:6.73671913147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZQJBkwg0J3TB5FiAa77MlAtM5bdBJ00 { width:18.8125rem;height:2.8rem;top:3.2992191314698rem;left:0.59296876192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 { background-color:#ffffff;background-image:none;display:block; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { background-color: transparent; background-image: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row > .video-iframe-container { display: none; }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .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); }#fGeFB61w5hnkaZK1Rc48IHvaMMtITd04 > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5DT4TDCDauwkFm2XGEQWHc6Tm29TTxq { width:8.0625rem;height:4.22395625rem;top:5.2609376907349rem;left:5.9687500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn8Ht3lT6FmsA6aolk6Tmg5rPtMgxvfo { width:10rem;height:9.0625rem;top:2.8437495231628rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew4hrKeTILmiyEmfhCgaHqxqZNAMGrXS { width:10rem;height:9.0625rem;top:14.77890586853rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPy3T0Pd9MHCBZq2l0WA9sD1kt8GDdNR { width:7.375rem;height:4.22395625rem;top:17.197657585144rem;left:5.9687500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEuPfqkim4MNwtUyznAR9OO2iNNkd9gX { width:10rem;height:9.0625rem;top:26.716406345367rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKCFV3tDLvI3pntlghx0w5KUUhtMg2Je { width:8.375rem;height:5.27995rem;top:28.078906059265rem;left:5.8125000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TAnlT3vUr1gZJd4O9BIExcTL3fc6x4 { width:10rem;height:9.0625rem;top:38.653906822204rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW0oaGGbpVmRiBdDkxRrHQgvrXeqbgkR { width:8.375rem;height:4.22395625rem;top:40.544532775879rem;left:5.8125000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZABdT4wirEhhNGgZ6xqNcbrZCSDgbFPA { width:10rem;height:9.0625rem;top:50.591407775879rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZXbKk4dpZauqzBl4XTtfp6ZWQyIzJD { width:8.375rem;height:5.27995rem;top:51.953907012939rem;left:5.8125000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX { background-color:#ffffff;background-image:none;display:block; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container { background-color: transparent; background-image: none; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container > .video-iframe-container { display: none; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row > .video-iframe-container { display: none; }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .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); }#T4iZSvIW7hlvvrPoU7idlbT0uzCvAVXX > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaicoEFNgHR7VvegbBxJpthfp6bbX68L { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOaNHE3TVnVsubTRLoJGzSZImTwzIifv { width:20rem;height:2.5996125rem;top:1.9733076095581rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2JAyX8UgPLtLcmais3N8uNAUSxMZOsH { width:20rem;height:12.0625rem;top:7.0605521202088rem;left:0rem;display:block; }
 }