.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:234,245,255;--color-primary-1:102,204,255;--color-primary-2:0,170,255;--color-primary-3:0,102,153;--color-primary-4:41,61,102;--color-secondary-0:234,246,223;--color-secondary-1:185,224,150;--color-secondary-2:114,192,44;--color-secondary-3:57,96,22;--color-secondary-4:17,29,7;--color-tertiary-0:255,255,255;--color-tertiary-1:170,170,170;--color-tertiary-2:86,86,86;--color-tertiary-3:68,68,68;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/WY0mKeS4/opineo_bg_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { background-color: transparent; background-image: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { border-width: 0; border-radius: 0; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.375rem;width:60rem;position:relative;display:block; }#IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#St8ukpDV52m142VkHUwTh5mOtJehtIXL { color:#cceeff;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5375000238419rem;left:43.936717987061rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/I1Hg1P26/photo_1529016912215_a4c95c80d1dc_1_");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.adaptive-delivery-prevent-bg, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyload, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyloading { background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { background-color: transparent; background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { border-width: 0; border-radius: 0; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:60rem;height:36.5rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BSLPfe6i9mE9GdOrn2Wx22UdbTSmlTyC { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.15;letter-spacing:0;top:8.75rem;left:5rem;height:7.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.75rem;left:12.75rem;display:block; }
#Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbGXoclcRKXeVrqzKSBm8ATds9yI53a6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.75rem;left:30.5625rem;display:block; }
#y80C2SbQvfJIm1TCCPIwKrdNmc0kdwEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfwqPTeeCNT8tmvWsy4V4WCOm0IMHbgb { box-sizing:content-box;color:#101010;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:34.0625rem;left:27.1875rem;display:block; }
#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { background-color: transparent; background-image: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container > .video-iframe-container { display: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container { display: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .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); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { border-width: 0; border-radius: 0; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.8125rem;width:60rem;position:relative;display:block; }#oTR7PhAvHyr7lsApAzWUcGVxyxwRVCxP { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8000001907349rem;left:18.8125rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wy3zO5HwM67AQe2yOVAV2SnEEtvFTka2 { position:absolute;display:block;z-index:14999;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:35.6875rem;width:44.4375rem;top:2.625rem;left:7.78125rem;overflow:hidden;display:block; }
#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container { background-color: transparent; background-image: none; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container > .video-iframe-container { display: none; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row > .video-iframe-container { display: none; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .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); }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container { border-width: 0; border-radius: 0; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.5rem;width:60rem;position:relative;display:block; }#JrP9VtXuvHJARD2XdT01fCWhXHfy8OD7 { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.124219894409rem;left:3.75rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Xq9hwcabScJ1wwy46JEVc9TT5GkJUi1R { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:24.375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#tuRWpqQ1qB6lc0PfwC9VQxJLXOEM81SS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0.3125rem 1.5625rem rgba(109,182,255,0.25) ;height:18.75rem;width:18.75rem;top:2.3125rem;left:41.249217987061rem;display:block; }
#OVbzD11S6PGThk0AKtW3bm2FiPTA0Z8e { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:45rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Na6P9v6iP832T3JOt2KCZafO2P1h2Vwl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0.3125rem 1.5625rem rgba(109,182,255,0.25) ;height:18.75rem;width:18.75rem;top:2.3125rem;left:20.625rem;display:block; }
#z4Bkz8kZwgP1gVyOEueAhF6GlCy20i6J { position:absolute;display:block;z-index:15009;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.5rem;width:7.5rem;top:5.375rem;left:5.625rem;overflow:hidden;display:block; }
#PMFE9wcHU6D4dsltMaU0Ovc9qduqE2hy { position:absolute;display:block;z-index:15010;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:7rem;width:7.5rem;top:5.625rem;left:26.5rem;overflow:hidden;display:block; }
#JlVIbrKvG4VhJxuuIZy6rqZe3Z7oMMk8 { position:absolute;display:block;z-index:15011;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:7rem;width:7rem;top:5.875rem;left:47.125rem;overflow:hidden;display:block; }
#hSDs7MeOmi9Flozk1QRCyzAORiTQbH8M { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:24.1875rem;left:26.5rem;display:block; }
#Swk7JzhBNBy54J3SqKRAch7BQl0hqFSr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0rem 0.3125rem 1.5625rem rgba(109,182,255,0.25) ;height:18.75rem;width:18.75rem;top:2.3125rem;left:0rem;display:block; }
#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container { background-color: transparent; background-image: none; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container > .video-iframe-container { display: none; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row > .video-iframe-container { display: none; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .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); }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container { border-width: 0; border-radius: 0; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40.75rem;width:60rem;position:relative;display:block; }#zxJriUIP9w8mrQphO72o6GQNt8rfPEXP { color:#e6b045;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:16.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FyAQDypkvClSdCaiLnWUDCJQHKleEiDT { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:10rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#heURWPKbUxqVtenE2R3iVSS0ZZkB7ybe { position:absolute;display:block;z-index:15003;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:21rem;width:56.25rem;top:14.8125rem;left:1.875rem;overflow:hidden;display:block; }
#tNcmXE51NrO5xtPfWczSPS0WgvIZyx8i { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:38.1875rem;left:27.1875rem;display:block; }
#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yWfw8tCI/lp_wiz_metoda_filar2_bg_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG.adaptive-delivery-prevent-bg, #ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG.lazyload, #ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG.lazyloading { background-image: none; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container { background-color: transparent; background-image: none; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container > .video-iframe-container { display: none; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row > .video-iframe-container { display: none; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .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); }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container { border-width: 0; border-radius: 0; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40.75rem;width:60rem;position:relative;display:block; }#hKF0qNJTKaDOxpctsecIZCcHIhUsCIoL { color:#e6b045;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:16.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ad4EfQTFz84wufM1wi9WrhDOdmqCbSCx { color:rgba(var(--color-tertiary-1),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:10rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#LRD6H9udyrxmNywL6XBqcCTyQtZQtEGo { position:absolute;display:block;z-index:15003;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:22.5rem;width:57.75rem;top:15.5rem;left:1.125rem;overflow:hidden;display:block; }
#MxP4ipauQECWLlk6P1RdDZJiDtpwskLW { box-sizing:content-box;color:#131313;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:38.000000953674rem;left:27.1875rem;display:block; }
#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container { background-color: transparent; background-image: none; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container > .video-iframe-container { display: none; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row > .video-iframe-container { display: none; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .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); }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container { border-width: 0; border-radius: 0; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.1875rem;width:60rem;position:relative;display:block; }#zeDmHEZOE8TJ7Xd4Jc6Rp4n8bZcZvFSa { color:#e6b045;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:16.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gtMKBJPFayyxI9atQxRLHzpZmPtSqd9G { color:rgba(var(--color-tertiary-3),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:10rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#l14eXhb06ViVCT30oZwIgn45k3UmG80D { position:absolute;display:block;z-index:15003;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:25.5rem;width:58.6875rem;top:12.6875rem;left:0rem;overflow:hidden;display:block; }
#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container { background-color: transparent; background-image: none; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container > .video-iframe-container { display: none; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row > .video-iframe-container { display: none; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .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); }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container { border-width: 0; border-radius: 0; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.725rem;width:60rem;position:relative;display:block; }#BmP6ougWpdmCBipG716kI0ZrgM0bu12S { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9867191314698rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#suw1Gfpx1gGZuKpiZz9gIH5vyV9TuHPf { background-color:#e0000f;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.25rem;left:19.375rem;display:block; }
#iBgW4PGKNJbcV7UZhTg61KV95LmvPD3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { top:0.875rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ukpDV52m142VkHUwTh5mOtJehtIXL { top:1.5rem;left:31.6875rem;width:16.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSLPfe6i9mE9GdOrn2Wx22UdbTSmlTyC { width:47.75rem;height:7.6875rem;top:8.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { width:47.75rem;height:1.6875rem;top:18.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { width:16.5625rem;height:3.75rem;top:23.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block; }
 }@media only screen and (max-width: 763px) { #bbGXoclcRKXeVrqzKSBm8ATds9yI53a6 { width:16.5625rem;height:3.75rem;top:23.75rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y80C2SbQvfJIm1TCCPIwKrdNmc0kdwEE { display:block; }
 }@media only screen and (max-width: 763px) { #UfwqPTeeCNT8tmvWsy4V4WCOm0IMHbgb { top:34.0625rem;left:21.0625rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTR7PhAvHyr7lsApAzWUcGVxyxwRVCxP { width:22.375rem;height:5.1875rem;top:5.75rem;left:12.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3zO5HwM67AQe2yOVAV2SnEEtvFTka2 { top:2.625rem;left:1.65625rem;width:44.4375rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W { display:block; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrP9VtXuvHJARD2XdT01fCWhXHfy8OD7 { top:14.0625rem;left:1.6875rem;width:11.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq9hwcabScJ1wwy46JEVc9TT5GkJUi1R { top:14.125rem;left:18.1875rem;width:11.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuRWpqQ1qB6lc0PfwC9VQxJLXOEM81SS { top:2.3125rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVbzD11S6PGThk0AKtW3bm2FiPTA0Z8e { top:14.125rem;left:34.6875rem;width:11.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na6P9v6iP832T3JOt2KCZafO2P1h2Vwl { top:2.3125rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4Bkz8kZwgP1gVyOEueAhF6GlCy20i6J { top:5.375rem;left:3.5625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFE9wcHU6D4dsltMaU0Ovc9qduqE2hy { top:5.625rem;left:20.3125rem;width:7.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVIbrKvG4VhJxuuIZy6rqZe3Z7oMMk8 { top:5.875rem;left:36.8125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSDs7MeOmi9Flozk1QRCyzAORiTQbH8M { top:24.1875rem;left:20.3125rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swk7JzhBNBy54J3SqKRAch7BQl0hqFSr { top:2.3125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS { display:block; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxJriUIP9w8mrQphO72o6GQNt8rfPEXP { top:3.6875rem;left:10.3125rem;width:27.125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAQDypkvClSdCaiLnWUDCJQHKleEiDT { top:7.3125rem;left:3.875rem;width:40rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heURWPKbUxqVtenE2R3iVSS0ZZkB7ybe { top:14.8125rem;left:0rem;width:47.75rem;height:17.826666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNcmXE51NrO5xtPfWczSPS0WgvIZyx8i { top:38.1875rem;left:21.0625rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG { display:block; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKF0qNJTKaDOxpctsecIZCcHIhUsCIoL { top:3.6875rem;left:10.3125rem;width:27.125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad4EfQTFz84wufM1wi9WrhDOdmqCbSCx { top:7.3125rem;left:3.875rem;width:40rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRD6H9udyrxmNywL6XBqcCTyQtZQtEGo { top:15.5rem;left:0rem;width:47.75rem;height:18.603896103896rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxP4ipauQECWLlk6P1RdDZJiDtpwskLW { top:38rem;left:21.0625rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB { display:block; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeDmHEZOE8TJ7Xd4Jc6Rp4n8bZcZvFSa { top:3.6875rem;left:10.3125rem;width:27.125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtMKBJPFayyxI9atQxRLHzpZmPtSqd9G { top:7.3125rem;left:3.875rem;width:40rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l14eXhb06ViVCT30oZwIgn45k3UmG80D { top:12.6875rem;left:0rem;width:47.75rem;height:20.747603833866rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV { display:block; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmP6ougWpdmCBipG716kI0ZrgM0bu12S { top:3.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suw1Gfpx1gGZuKpiZz9gIH5vyV9TuHPf { width:21.25rem;height:3.4375rem;top:10.25rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBgW4PGKNJbcV7UZhTg61KV95LmvPD3X { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { width:13.3125rem;height:3.4375rem;top:1.0625rem;left:3.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ukpDV52m142VkHUwTh5mOtJehtIXL { width:16.0625rem;height:1.3rem;top:4.875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/I1Hg1P26/photo_1529016912215_a4c95c80d1dc_1_");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.adaptive-delivery-prevent-bg, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyload, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyloading { background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { background-color: transparent; background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSLPfe6i9mE9GdOrn2Wx22UdbTSmlTyC { width:20rem;height:15.09375rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { width:20rem;height:5.3625rem;top:19.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { width:15rem;height:3.8125rem;top:27.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block; }
 }@media only screen and (max-width: 763px) { #bbGXoclcRKXeVrqzKSBm8ATds9yI53a6 { width:15rem;height:3.8125rem;top:32.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y80C2SbQvfJIm1TCCPIwKrdNmc0kdwEE { display:block; }
 }@media only screen and (max-width: 763px) { #UfwqPTeeCNT8tmvWsy4V4WCOm0IMHbgb { width:5.625rem;height:5.625rem;top:39.75rem;left:7.1874998807906rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTR7PhAvHyr7lsApAzWUcGVxyxwRVCxP { width:20rem;height:4.55rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3zO5HwM67AQe2yOVAV2SnEEtvFTka2 { width:20rem;height:16.0625rem;top:0.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W { display:block; }#bwn0wilGxlJKiJfMlTgNc0RA3lRwvl3W > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrP9VtXuvHJARD2XdT01fCWhXHfy8OD7 { width:11.25rem;height:3.9rem;top:11.6875rem;left:4.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq9hwcabScJ1wwy46JEVc9TT5GkJUi1R { width:11.25rem;height:3.9rem;top:31.6875rem;left:4.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuRWpqQ1qB6lc0PfwC9VQxJLXOEM81SS { width:18.75rem;height:18.75rem;top:20rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OVbzD11S6PGThk0AKtW3bm2FiPTA0Z8e { width:11.25rem;height:3.9rem;top:51.5625rem;left:4.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na6P9v6iP832T3JOt2KCZafO2P1h2Vwl { width:18.75rem;height:18.75rem;top:0rem;left:0.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #z4Bkz8kZwgP1gVyOEueAhF6GlCy20i6J { width:7.5rem;height:7.5rem;top:3.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMFE9wcHU6D4dsltMaU0Ovc9qduqE2hy { width:7.5rem;height:7rem;top:23.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVIbrKvG4VhJxuuIZy6rqZe3Z7oMMk8 { width:7rem;height:7rem;top:43.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSDs7MeOmi9Flozk1QRCyzAORiTQbH8M { width:5.625rem;height:5.625rem;top:41.25rem;left:7.1875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Swk7JzhBNBy54J3SqKRAch7BQl0hqFSr { width:18.75rem;height:18.75rem;top:40rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS { display:block; }#pUqWxoklwmtJV0EIlpHoOHh0ir0ULVAS > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxJriUIP9w8mrQphO72o6GQNt8rfPEXP { width:20rem;height:4.55rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyAQDypkvClSdCaiLnWUDCJQHKleEiDT { width:20rem;height:5.85rem;top:9.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heURWPKbUxqVtenE2R3iVSS0ZZkB7ybe { width:20rem;height:7.4664375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNcmXE51NrO5xtPfWczSPS0WgvIZyx8i { width:5.625rem;height:5.625rem;top:17.9039375rem;left:7.1875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG { display:block; }#ZcMViWPPSIcizmE0fScdRr8aeCVmsLcG > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKF0qNJTKaDOxpctsecIZCcHIhUsCIoL { width:20rem;height:2.275rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ad4EfQTFz84wufM1wi9WrhDOdmqCbSCx { width:20rem;height:7.3125rem;top:7.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRD6H9udyrxmNywL6XBqcCTyQtZQtEGo { width:20rem;height:7.7921875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxP4ipauQECWLlk6P1RdDZJiDtpwskLW { width:5.625rem;height:5.625rem;top:22.6421875rem;left:7.1875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB { display:block; }#t3iq2ZSmS9Rl2l5QSwK7VGQDeuMtetvB > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeDmHEZOE8TJ7Xd4Jc6Rp4n8bZcZvFSa { width:20rem;height:2.275rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtMKBJPFayyxI9atQxRLHzpZmPtSqd9G { width:20rem;height:4.3875rem;top:7.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l14eXhb06ViVCT30oZwIgn45k3UmG80D { width:20rem;height:8.689875rem;top:12.996875405312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV { display:block; }#cdpiktzRXtUq2d1GrclLfu9NOg6mUUbV > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmP6ougWpdmCBipG716kI0ZrgM0bu12S { width:20rem;height:9.1rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suw1Gfpx1gGZuKpiZz9gIH5vyV9TuHPf { width:19rem;height:3.4375rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBgW4PGKNJbcV7UZhTg61KV95LmvPD3X { display:block; }
 }